@charset "utf-8";
/* CSS Document */
#eventos {
	width: 440px;
	height: 470px;
	float: left;
	position: relative;
	top: -92px;
	#top: -30px;
	margin: 26px;
	#margin: 26px;
	#margin-left: 10px;
}

#menu_opciones a {
	color: #FFF;
}

#eventos .titulo_eventos {
	font: 14px Arial, Helvetica, sans-serif;
	width: 430px;
	color: #2fafcf;
	font-weight: bold;
	background: #FFFFFF;
	padding: 20px 0 10px 10px;
	float: left;
	}
#contenedor_eventos {
	background: #FFFFFF;
	float: left;
	}
/* CALENDARIO */
#contenedor_eventos .calendario{
	width: 150px;
	height: 170px;
	border: solid 2px #315882;
	z-index: 60px;
	position: absolute;
	background: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: none;	
}
#contenedor_eventos .calendario .title_cal{
font: bold 12px Arial, Helvetica, sans-serif; 
color: #FFFFFF;
background: #25435b;
text-align: center;	
}
#contenedor_eventos .calendario .title_cal a{
font: bold 12px Arial, Helvetica, sans-serif; 
color: #FFFFFF;	
} 
#contenedor_eventos .calendario .name_day{
font: bold;
color: #0066FF;
text-align: center;	
}
#contenedor_eventos .calendario .day_cal a{
	/*display: block;*/
	border: solid 1px #315882;	
}
#contenedor_eventos .calendario .day_cal a:hover{
	text-decoration: none;
}
#contenedor_eventos .calendario tr.footer_cal td{
	border-top: 1px dotted #2fafcf;
}

.footer_cal{
	font: 10px Arial, Helvetica, sans-serif;
}

#contenedor_eventos .calendario .close_cal{
font: bold;
color: #0066FF;
float:right;	
}
#contenedor_eventos .ver_cal{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #00a0c5
}
#contenedor_eventos .ver_cal:hover{
	cursor:pointer;	
}
#eventos .bloque1 {
	overflow: auto;
	width: 428px;
	height: 140px;
	background: #FFFFFF;
	}
#eventos .bloque2 {
	overflow: auto;
	width: 428px;
	height: 140px;
	background: #FFFFFF;
	}
#eventos h3.titulo_subt_event {
	background: /*#d1e8f1*/ #315882;
	width: 430px;
	height: 15px;
	font-size: 11px;
	color: /*#434b4c*/ #FFFFFF;
	padding: 2px 0 0 10px;
	margin-bottom: 0;
}

#eventos .bloque1 ul {
	padding-left: 10px;
	padding-bottom: 0px;
	#margin: 0px;
	}
#eventos .bloque2 ul {
	padding-left: 10px;
	padding-bottom: 0px;
	#margin: 0px;
	}
	
#eventos .bloque1 ul li {
	font: italic 12px Arial, Helvetica, sans-serif;
	list-style: none;
	color: /*#2fafcf*/#315882;
	border-bottom: 1px dotted #666666;
	padding: 3px 0 3px 0;
	}
#eventos .bloque2 ul li {
	font: italic 12px Arial, Helvetica, sans-serif;
	color: /*#2fafcf*/ #315882;
	list-style: none;
	padding: 3px 0 3px 0;
	}
	
#eventos .bloque1 ul li strong {
	color: /*#2fafcf*/ #315882;
	}
#eventos .bloque2 ul li strong {
	color: /*#2fafcf*/ #315882;
	}

.span {
	font: 10px;
	color: #CCCCCC;
	}


#eventos .bottom_event {
	width: 416px;
	height: 58px;
	border-top: 1px solid #315882;
	padding-left: 25px;
	padding-top: 25px;
	margin-left: 0;
	background: url(../imagenes/img_event_bottom.png) top left no-repeat;
	float: left;		
	}

#eventos .bottom_event input{
	border: 0;
	color: #FFFFFF;
	background: /*#2fafcf*/#315882;		
	}


input#btn_buscar {font-family: Arial, Helvetica, sans-serif; height: 16px; background: #315882;}
input#btn_buscar:hover {background-color: rgb(1, 96, 144);}

#cuerpo h4.eventos {
	margin: 0 0 0 247px;
	#margin: 0 0 0 230px;
	width: 196px;
	height: 35px;
	text-indent: -9999px;
	background: url(../imagenes/metropolis/bg_titulo_eventos.png) top left no-repeat;
}
	
	
#eventos form {background: url(../imagenes/metropolis/buscar_lupa.gif) no-repeat; padding-left: 15px; margin-left: -12px;}	
	
	
/* CONTENIDO DE LOS VIDEOS*/
#contenido_eventos h3.titulo_eventos {
	font: 14px Arial, Helvetica, sans-serif;
	width: 400px;
	color: /*#2fafcf*/#315882;
	font-weight: bold;
	#padding-top: 10px;
	padding-left: 15px;
	margin: 10px 0 0 0;
	float: left;
	}
#contenido_eventos {
	width: 495px;
	#width: 495px;
	height: 368px;
	position: relative;
	padding-top: 0;
	top: -70px;
	#top: -20px;
	left: -14px;
	float: left;
	background: #FFFFFF;
	
	}


#contenido_eventos .cont_vid_desc {
	width: 300px;
	#width: 280px;
	height: 280px;
	margin-left: 5px;
	#margin-left: 0px;
	float: left;
	}

#contenido_eventos .cont_vid_desc .video {
	width: 300px;
	height: 250px;
	float: left;
	margin-top: 0;
	background: #000;	
	}
	

#contenido_eventos .enviar_amigo a {
	width: 200px;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 45px;
	color: rgb(255, 163, 60);
	font-size: 11px;
	background: url(../imagenes/metropolis/flechita1.gif) top left no-repeat;
	float: left;
	}

#formEnviarAmigo {
	display: none;
	position: absolute;
	top: 325px;
	left: 130px;
	border: 1px solid #315882;
	padding-left: 5px;
	padding-top: 10px;
	width: 260px;
	height: 96px;
	background: #FFFFFF;
	z-index: 999px;
	}
#formEnviarAmigo p{
	padding: 0;
	margin: 5px;
	}
#formEnviarAmigo p.boton {
	width: 245px;
	text-align: right;
	display: block;
	}
#formEnviarAmigo p.boton input[type=submit]{
	background: #315882;
	color: #FFFFFF;
	border: 0;
	}

#formEnviarAmigo p input[type=text]{
	background: #315882;
	color: #FFFFFF;
	border: 0;
	}
#contenido_eventos .cont_vid_desc .descripcion_event {
	padding-top: 10px;
	padding-left: 10px;
	width: 290px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
	}

#contenido_eventos .b_thm_video {
	width: 180px;
	#width: 180px;
	padding-top: 0;
	height: 265px;
	overflow: hidden;
	margin: 0;
	#margin-left: 0px;
	float: left;
	position: relative;
	}
#contenido_eventos .fb_thm_video {
	padding-top: 0;
	height: 265px;
	/*overflow: hidden;*/
	margin: 0;
	#margin-left: 0px;
	float: left;
	position: relative;
	}
#contenido_eventos .b_thm_video .vcarucel {
	position: relative;
}

#contenido_eventos #botonesXtras {
	float: right;
	width: 185px;
	text-align: center;
	margin: 0;
	display: block;
	padding: 0;
}

#contenido_eventos .b_thm_video .thm {
	width: 52px;
	height: 40px;
	float: left;
	margin: 0 4px 4px 4px;
	#margin: 0 2px 2px 2px;
	background: #999999;
	}

#contenido_eventos .b_thm_video .thm a img{
	border: 1px solid #FFFFFF;
	}
#contenido_eventos .b_thm_video .thm a:hover img{
	border: 1px solid #315882;
	}
/********/
#contenido_eventos .fb_thm_video .fthm {
	width: 104px;
	height: 79px;
	float: left;
	margin: 4px;
	padding: 0;
	overflow: hidden;
	position: relative;
	#margin: 0 2px 2px 2px;
	/*background: #999999;*/
	}
#contenido_eventos .fb_thm_video .fthm a img{
	border: 1px solid #FFFFFF;
	}
#contenido_eventos .fb_thm_video .fthm a:hover img{
	border: 1px solid #315882;
	}
.sharefacebook {
	position: absolute;	
	left: 10px;
}
/*************************************/
.socialShare {
	position: absolute;
	right: 5px;
	bottom: 0;
}
/**********/

.compartir {
	float: right;
	padding-right: 5px;
}

.compartir a, .compartir img {
	background: none;
	border: none;
}
	
/*#################### FOOTER ##############################*/


#footer {padding-top: 33px;}











