/* PANTONE ROJO 0/100/100/24 */
/* RGB HEX ROJO #C20000 */

body {

	background-color: #000000;
	margin: 0px;	
	padding: 0px;
	color: white;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;	
	
	background-repeat: no-repeat;
	background-position: top center;
}



a img {

	border: none;
		
}

#head,#body3,#mainmenu,#footmenu {

	width: 1024px;
		
}


/* CABECERA */
#head {

	margin: 0px auto;

}

/* */
#subhead {



}

#logo {

	margin: 20px 0px 0px 40px;
	text-align: left;

}

#calendar {
	margin: 10px 0px 0px 40px;
	padding: 0px;
	text-align: left;
	height: 170px;
}

#calendar h2 {
	margin: 0px;
	padding: 0px;
	
}

#calendar h2 a {

	color: white;
	text-decoration: none;
	font-size: 16px;
	padding: 0px 3px;
	float: left;

	
}


#calendar a.year {

	
}

#calendar a.month {

	width: 90px;
	
}

#calendar h2 a:hover {

	color: red;
	
}

#calendar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 170px;
	clear: both;
	
}

#calendar li {

	color: white;
	float: left;
	width: 15px;
	height: 15px;
	text-align: right;
	padding: 4px;
	
}


#calendar li a {

	color: white;
	text-decoration: none;

	
}

#calendar li a:hover {

	color: red;
	
}

#calendar .now {

	height: 12px;
	width: 12px;
	border: 1px dotted #FFFFFF;
		
}

#calendar .now_and_event {

	height: 12px;
	width: 12px;
	border: 1px dotted #FFFFFF;
	background-color: #FF0000;
}

#calendar .event {

	background-color: #FF0000;
		
}

/* MENU PRINCIPAL */

#menu {

	position: relative;
		


}

#menu_background {
	
	position: absolute;
	width: 100%;
	background-color: #FF0000;
	height: 20px;
	z-index: -1;
	opacity: 0.2;

}

#mainmenu {
	margin: 0px auto;
	
	list-style: none;
	height: 20px;
	padding: 0px;
	
}


#mainmenu li {
	font-size: 20px;
	float: left;
	z-index: 1;
	padding: 0px 15px;

}

#mainmenu li.active {

	border-bottom: 3px solid #FF0000;

}


#mainmenu .li_mostra {
	
	

	
}

#mainmenu li.li_contacto {

	float: right;


}

#mainmenu li.li_administracion {

	float: right;

	
		
}

#mainmenu a {

	display: block;
	color: white;
	text-decoration: none;
	
}

#mainmenu a.a_mostra {

	

	
}

#mainmenu a.a_contacto, a.a_administracion {

	padding-top: 8px;
	font-size: 16px;
	
}


/* BODY */

#body {

	background-image: url(img/line_2042.png);
	background-repeat: repeat-y;
	background-position: center;
		
	
}

#body2 {
	
	background-image: url(img/bkg_body2.png);
	background-repeat: no-repeat;
	background-position: top center;

}

#body3 {
	
	width: 1024px;
	margin: 12px auto 0px auto;
	
	background-image: url(img/body_top.png);
	background-repeat: no-repeat;

	padding-top: 23px;

}

/* CONTENT */
/*TODO: AÑADIR EL PUÑETERO CLEAR FIX*/
#content {

	float: left;
	background-color: #FFFFFF;
	width: 588px;

	color: #000000;
	padding: 0px 10px;
	
	background-image: url(img/content_border_left.png);
	background-position: right;
	background-repeat: repeat-y;
	
	font-size: 12px;
	text-align: left;
		
}

#content form label {

	
	font-weight: bold;
		
}

#content form input,select,textarea {

	margin-bottom: 10px;	
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}


#content p {

	text-align: justify;
	text-indent: 20px;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
		
}


#content  a {

	color: #C20000;
		
}

#content h1 {

	color: #AA0000;
	background-image: url(img/bkg_h1.png);
		
}

#content {

	padding-bottom: 150px;
		
}

#content .box h2 {

	font-size: 14px;
	color: #000000;
	border-bottom: 1px dotted #000000;
		
}

#content .box h3 {

	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
	
}

#content .box ul {

	list-style: square;
	
}


#content .box strong {

	color: #C20000;

}

/*NOTICIAS*/
#content .noticia {

	padding-bottom: 10px;
	margin-bottom: 10px;

	
}

#content .noticia h2 {

	padding: 10px 0px 0px 0px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #000000;

}

#content .noticia span {

	padding: 0px 0px 0px 0px;



}

/* ESPECTACULOS */


#content .ficha_espectaculo {

	background-image: url("img/bkg_p.png");	
	background-repeat: repeat-x;
	margin-bottom: 15px;
	
}

#content .ficha_espectaculo {

	background-image: url("img/bkg_p.png");	
	background-repeat: repeat-x;
	margin-bottom: 15px;
}


#content .ficha_espectaculo h2 {

	margin: 10px 10px 0px 10px; 
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dotted #000000;
	
	
	
}

#content .ficha_espectaculo h2 a {

	color: black;
	text-decoration: none;
	
}

#content .ficha_espectaculo h3 {

	font-size: 10px;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	border-bottom: 1px dashed #AAAAAA;
	
}


#content .ficha_espectaculo ul {
	
	list-style: none;
	margin: 5px;
	padding:0px;
	
}

#content .ficha_espectaculo li {
	
	list-style: none;

}

#content .ficha_espectaculo .enlace_ficha {

	margin: 5px 0px 0px 10px;	

}


#content .ficha_espectaculo .datos_principales  {
	
	
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px dashed #AAAAAA;	
	border-top: 1px dashed #AAAAAA;	


		
}


#content .ficha_espectaculo .datos_principales li {
	
	
	float: left;
	
	padding-right: 20px;

		
}

#content .ficha_espectaculo .datos_principales label {
	
	padding-right: 10px;
	
	font-weight: bold;

}

#content .ficha_espectaculo .archivos {

		
	
}

#content .ficha_espectaculo .archivos li {

		float: left;
		padding: 2px;
		margin: 2px;
		border: 1px solid #AAAAAA;
	
}
	
	

#content .ficha_espectaculo .imagenes li,
#content .ficha_espectaculo .videos li {

	border: 1px solid #BBBBBB;
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	
}

#content .ficha_espectaculo .imagenes img,
#content .ficha_espectaculo .videos img {

	display: table-cell;
	vertical-align: middle;
	position: relative;
	
}

#content .ficha_espectaculo .principal dt {

	font-weight: bold;	
	font-size: 14px;
	
}

#content .ficha_espectaculo .datosprincipales dt,
#content .ficha_espectaculo .datosprincipales dt {

	float: left;

	
}

#content .ficha_espectaculo .equipo_artistico_tecnico dt {

	background-color: #DDDDDD;
	width: 200px;
	margin-left: 5px;

		
}

#content .ficha_espectaculo .equipo_artistico_tecnico dd {
	
	background-color: #EEEEEE;
	font-size: 16px;
	margin: 1px 0px 5px 0px;
	padding-left: 20px;
	color: #C20000;
	
}

.ficha_espectaculo .datos_tecnicos dt {

	background-color: #DDDDDD;
	width: 200px;
	margin-left: 5px;
		
}

#content .ficha_espectaculo .datos_tecnicos dd {
	
	background-color: #EEEEEE;
	font-size: 10px;
	margin: 1px 0px 5px 0px;
	padding-left: 20px;
	
}

/* mostra sidebar */

.mostra_h3 a {

    color: white;
    font-size: 12px;

}

#content table {
	
	
		
}

#content th {
	
	background-color: #AAAAAA;
	padding: 5px;
	
}

#content td {
	
	background-color: #EEEEEE;
	text-align: center;
	
}



#content #infolist {
	

		
}

#content #infolist .archivo {
	
	border-bottom: 1px dotted #000000;

		
}
	

a.volver {

	float: right;
	font-size: 12px;
	
}


#content .preview_actor {


	
	
}

/* EVENTOS */

#content .navegador_axenda {

	
		
}

#content .navegador_axenda .izq {

	float: left;
		
}

#content .navegador_axenda .der {

	float: right;
		
}

#content .evento {

	background-color: #F0F0F0;
		
}

#content .evento dt {

	background-color: #DDDDDD;
	width: 200px;
	margin-left: 5px;
	text-weight: bold;
		
}

#content .evento dd {
	
	background-color: #EEEEEE;
	font-size: 18px;
	margin: 1px 0px 5px 0px;
	padding-left: 20px;
	
}


#content .evento dd.dd_evento {

	font-size: 18px;	
	color: #C20000;
	text-align: left;
	padding-left: 5px;
	
}
	
#content .evento p {

	padding: 0px;
	
}	

/* PAGINACION */
#pager {

		margin: 10px 0px;
		font-size: 10px;
	
	
}

#pager .pager_siguiente {
	
	float: right;
	
}

#pager .pager_anterior {

	float: left;	

}


/* SIDEBAR */

#sidebar {

	float: left;
	width: 400px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
		
}

#sidebar ul.agenda li a {

	background-image: url('img/li2.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#sidebar ul.agenda li a:hover {

	font-weight: bold;
	background-image: url('img/li.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#sidebar ul.espectaculos li a {

	background-image: url('img/li2.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#sidebar ul.espectaculos li a:hover {

	font-weight: bold;
	background-image: url('img/li.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#sidebar ul.noticias li a {

	background-image: url('img/li2.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}

#sidebar ul.noticias li a:hover {

	font-weight: bold;
	background-image: url('img/li.png');	
	background-repeat: no-repeat;
	padding-left: 20px;
	
}



#sidebar h3 {

	background-color: #C20000;
	padding-left: 5px;
	font-size: 16px;
	font-weight: normal;

}

#sidebar .imagenes {
	

	margin: 0px;
	padding: 0px;

}


#sidebar .imagenes_h3 {

	background-color: #C20000;

}

#sidebar .imagenes li {
	

	float: left;
	list-style: none;
	margin-left: 2px;

}

#sidebar .imagenes li a {

	float: left;
	list-style: none;
	margin-left: 2px;

}

#sidebar .videos_h3 {
	
	background-color: #AAAAAA;
	color: black;

}

#sidebar .videos {
	
	margin: 0px;
	padding: 0px;

}

#sidebar .videos li {
	
	float: left;
	list-style: none;
	margin-left: 2px;

}

#sidebar .documentacion_h3 {
	
	background-color: #DDDDDD;
	color: black;

}

#sidebar .documentacion {
	
	margin: 0px;
	padding: 0px;

}

#sidebar .documentacion li {
	
	float: left;
	list-style: none;

}

/* SIDEBAR espectaculos */
#sidebar .espectaculos {

	margin: 0px;
	padding: 0px;	

}

#sidebar .espectaculos li {
	
	
	list-style: none;
	
}

#sidebar .espectaculos a {

	color: white;
	font-size: 12px;
	text-decoration: none;
	
}



#sidebar .espectaculos a:hover {

	text-decoration: underline;
	
}

#sidebar .agenda {
	
	margin: 0px;
	padding: 0px;
	
}

#sidebar .agenda li {
	
	list-style: none;
	
}

#sidebar .agenda a {
	
	color: white;
	font-size: 12px;
	text-decoration: none;
	
}

#sidebar .agenda a:hover {

	text-decoration: underline;
	
}


#sidebar .noticias {
	
	margin: 0px;
	padding: 0px;
	
}


#sidebar .noticias li {
	
	list-style: none;
	
}

#sidebar .noticias a {
	
	color: white;
	font-size: 12px;
	text-decoration: none;
	
}

#sidebar .noticias a:hover {

	text-decoration: underline;
	
}






/* FOOTER */

#foot {

	background-color: #FF0000;

	font-size: 10px;


}

#footmenu {
	margin: 0px auto;
	list-style: none;
	padding: 10px 0px 0px 70px;
	height: 30px;
	background-image: url(img/body_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#footmenu li {

	float: left;
	padding-left: 10px;
		
}


#footmenu li a {

	color: white;	
	text-decoration:none;
	
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}
