/*-------------ETIQUETAS GENERALES---------------------*/


* html div {
	height:100%;
	width:100%;
}

body {
    font: normal .8em  tahoma,sans-serif,arial,verdana,arial,serif,tahoma;
    padding:0px;   
    clip: rect(0px,0px,0px,0px);
    margin:auto auto auto auto;
    text-align:center;
    color: #585858;
		background: #c3ebf9 url(imagenes/barra.png)  top repeat-x;	
		width:100%;
	
}
a{
	float:none;
	width:100%;	
	color:#007922;
	text-decoration:none;
	font-weight:600;
	font-size:120%;
}
a:hover{
	text-decoration:underline;
	color:#299c49;
}
a.blanco{
	float:none;
	width:100%;	
	color:#ffffff;
	text-decoration:none;
	font-weight:600;
	font-size:120%;
}
a.blanco:hover{
	text-decoration:underline;
	color:#ffffff;
}
p{
	margin:5px auto auto auto;
}
img.centro{
	width:auto;
	height:auto;
	text-align:center;
	margin:auto auto auto 100px;
	padding:10px;
	border:1px solid #cccccc;
}
/*------------------------------cabecera------------------------*/
#cabecera{
	width:800px;
	height:212px;
	display:block;
	overflow:hidden;	
	margin:0px auto auto auto;		
	text-align:center;
}
/*----------------Cabecera----------------------------------------------*/

#content{
	width:800px;		
	min-height:200px;		
	margin:0px auto auto auto;	
	overflow:visible;
	padding-bottom:20px;
	background:url(imagenes/fondo_content.jpg) repeat-y top center;
	display:block;
}
#logo{
	width:301px;
	height:212px;
	background:url(imagenes/cuadro_logo.png) no-repeat top center;
	float:left;
	margin:auto auto auto auto;	
	overflow:hidden;	
}


#cuadro_fijo{
	width:100%;
	height:auto;	
	background: url(imagenes/barra_separacion.png) no-repeat bottom;
	padding-bottom:10px;
	overflow:hidden;
	
}

#barra{
	width:499px;
	height:212px;
	display:block;
	overflow:hidden;
	font-size:130%;
	margin:auto auto auto auto;	
	font-weight:700;
	background:url(imagenes/top.png) no-repeat top center;	
	float:left;
}

/*----------------menu--------------------------------------------------*/


#menu{
	width:auto;
	height:auto;
	margin:25px auto auto auto;		
	overflow:visible;
	padding-left:10px;
	font-size:80%;
	
}
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*item sin desplegable*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	
	
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	height:23px;
	padding: 1px 8px;
	text-decoration: none;
	color: #ffffff;
	overflow:visible;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	overflow:visible;
	height:auto;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 150px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #00783b;
	border-right:1px solid #00783b;
	border-left:1px solid #00783b;
	background:#ffffff;
}

.suckertreemenu ul li a:hover{
	text-decoration:underline;
}



* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#fechas{
	width:100%;
	height:30px;
	overflow:visible;
	text-align:right;
	font-size:1.5em;
	color:#055c6e;
	margin:auto 75px auto auto;
}






/*----------------Contenido dinámico------------------------------------*/

#dinamico{
	width:750px;
	height:auto;
	min-height:500px;	
	margin:auto auto auto auto;		
	overflow:hidden;
	line-height:1.8em;
	text-align:center;
	padding-top:10px;
	display:block;
}


#cuadro_listado{
	width:100%;
	height:auto;	
	margin:auto auto auto auto;	
	overflow:hidden;
	text-align:justify;

}
h1{
	width:90%;	
	height:50px;	
	color:#9c4b88;
	overflow:hidden;
	margin:100px auto auto auto;
	text-align:left;
	padding-left:30px;
	font-weight:500;
	font-size: 2em  ;
	line-height:1.3em;
}
h2{
	width:100%;	
	height:30px;	
	color:#9c4b88;
	overflow:hidden;
	margin:20px auto 5px auto;
	text-align:left;
	border-bottom:1px solid #9c4b88;
	font-weight:500;
	font-size: 2em  ;
	line-height:1.3em;
}

h3{
	width:100%;	
	height:30px;	
	color:#df2226;
	overflow:hidden;
	margin:20px auto 5px auto;
	text-align:left;
	border-bottom:1px solid #df2226;
	font-weight:500;
	font-size: 1.7em  ;
	line-height:1.3em;
}

#texto{
	width:95%;
	height:auto;
	text-align:justify;	
	overflow:hidden;
	margin:auto auto auto auto;
}
#columna{
	width:50%;
	height:auto;
	float:left;
	text-align:left;
	list-style:none;
}

a.descarga{
	width:100%;
	height:20px;
	display:block;
	color:#495492;
	padding-left :24px;
	margin:5px auto auto 5px;
	background:url(imagenes/ico_descarga.jpg) left no-repeat;	
	text-decoration:none;
	overflow:hidden;
}
a.descarga:hover{
	background:url(imagenes/ico_descarga_on.jpg) left no-repeat;	
	text-decoration:underline;
	color:#ffa340;
}
#lista1{
	width:100%;
	height:auto;
	min-height:30px;
	padding-left:15px;
	padding-right:15px;
	background:#eae8e7;
	border-bottom:1px dashed #cccccc;
	overflow:hidden;
}

#lista2{
	width:100%;
	height:auto;
	min-height:30px;
	padding-left:15px;
	padding-right:15px;
	background:#fff9f7;
	border-bottom:1px dashed #cccccc;
	overflow:hidden;
}
.resaltado{
	color:#014d89;
	font-weight:800;
	
}
#cuadroespectaculos{
	width:99%;
	height:auto;
	margin:auto auto 10px auto;	
	overflow:hidden;
	list-style:none;
	text-align:justify;
	padding-bottom:25px;
	list-style-image:url(imagenes/flecha.jpg);
	list-style-type: lower-alpha;
	list-style-type: square;
	background:url(imagenes/barra_separacion.png) bottom no-repeat center;
}

#capam,#capaj,#capav,#capas,#capad{
	border-top:1px solid #cccccc;
	width:100%;
	height:auto;
	overflow:hidden;
}

a.dias{
	overflow:hidden;
	width:auto;
	height:auto;	
	padding-left:20px;
	padding-right:20px;
}
#cuadros{
width:100%;
height:325px;
margin:auto auto auto auto;
overflow:visible;
}

#cuadro_reivindikate{
	width:250px;
	height:auto;
	
	float:left;
	background:url(imagenes/cuadro_reivindikate.jpg) center top no-repeat;		
	padding-top:120px;
	text-align:justify;
	margin:auto auto auto auto;
	overflow:hidden;
	
}
h2.cuadro_reivindikate{
	color:#085d76;
	font-size:1.5em;
	font-weight:500;
	height:40px;
	margin:auto 20px 0px 20px;
	overflow:hidden;
	border:none;
}
#cuadro_graffiti{
	width:250px;
	height:auto;
	display:block;	
	float:left;
	background:url(imagenes/cuadro_grafiti.jpg) center top no-repeat;	
	padding-top:120px;
	text-align:justify;
	margin:auto auto auto auto;
	overflow:hidden;
	
}
h2.cuadro_graffiti{
	color:#b01d1d;
	font-size:1.5em;
	font-weight:500;
	height:40px;	
	margin:auto 20px 0px 20px;
	overflow:hidden;
	border:none;
}
#cuadro_espectaculos{
	width:250px;
	height:auto;
	display:block;	
	float:left;
	background:url(imagenes/cuadro_espectaculos.jpg) center top no-repeat;	
	padding-top:120px;
	text-align:justify;
	margin:auto auto auto auto;
	
}
h2.cuadro_espectaculos{
	color:#da952c;
	font-size:1.5em;
	font-weight:500;
	height:40px;	
	margin:auto 20px 0px 20px;
	overflow:hidden;
	border:none;
}

#texto_cuadro{
	width:210px;
	height:auto;
	margin:auto 20px auto 20px;
	overflow:hidden;
	
}
#masinfo{
	width:250px;
	height:50px;
 	margin:auto auto auto auto;
 	padding-left:140px; 
 	overflow:hidden;  
 	display:block;
}
a.mas_info{
	width:250px;
	height:auto;
	text-decoration:none;
	color: #ffffff;
	font-size:90%;
	font-weight:700;
}

a.mas_info:hover{
	text-decoration:underline;
	color:#cccccc;
}



#cuadro_indice{
	width:90%;
	height:auto;	
	text-align:left;
	list-style-type: none;
	overflow:visible;	
	margin:10px auto auto auto;
	float:none;
	color:#636161;
}

h3.cuadroindice {
	width:100%;
	height:auto;	
	font-size:130%;
	margin: 1px auto 2px auto;
	color:#444444;
	overflow:visible;
}



/*-------------------CONCURSOS------------------------------*/

#concursos{
	width:100%;
	height:auto;
	text-align:center;	
	margin:auto auto auto auto;
	overflow:hidden;
	text-align:center;
}
img.concurso{
	width:190px;
	height:68px;
	border:1px solid #cccccc;
	margin:5px 15px auto 15px;	
	overflow:hidden;	
}

a.cuadro_concurso{
	width:auto;
	height:151px;	
	text-align:center;
	margin: auto auto auto auto;
	padding-top:15px;	
	overflow:hidden;
	float:left;
}
.texto_concurso{
width:auto;
height:auto;
text-align:center;
overflow:hidden;
margin:auto 15px auto 15px;
font-size:80%;
float:left;
}

a.img_izq{
float:left;
border:1px solid #ffffff;
width:auto;
height:auto;
text-decoration:none;
overflow:hidden;
}
a.img_izq:link{
text-decoration:none;
border:1px solid #ffffff;
}

#datos_img_izq{
float:left;
padding-left:20px;
width:auto;
height:auto;
text-align:justify;
overflow:hidden;
}
img.imagen{
border:none;
float:left;
}



/*------------------------ALBUM-------------------*/


.hoverbox
{
	cursor: default;
	list-style: none;
	text-align:center;
}

.hoverbox a
{
	cursor: default;
	
	
}

.hoverbox a .preview
{
	display: none;
	
}

.hoverbox a:hover .preview
{
	display: block;
	position: relative;
	top:2px;
	margin:0px auto auto auto;
		list-style: none;
	
}
/*imagen pequeña*/
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;	
	width: auto;
	height: auto;
		list-style: none;
	
}
/*cuadro gris*/
.hoverbox li {
	background: #eee;
	border: solid 1px #ccc;	
	list-style-type: none;
	width:650px;
	height:500px;	
	overflow:hidden;
}
#paginado{
	width:500px;
	height:30px;
	text-align:center;
	overflow:hidden;
	margin:auto auto auto auto;
	
	padding-left:300px;
}

a.pagina{
	border:1px solid #714988;
	text-decoration:none;
	text-align:center;
	width:20px;
	height:20px;
	float:left;
	margin:auto 2px auto 2px;	
	background:#cccccc;
	color:#585858;
}
a.pagina:hover{
	text-decoration:underline;
	background:#df2226;
	color:#ffffff;
}
a.mini{
	text-decoration:none;	
	width:129px;
	height:150px;
	float:left;
	text-align:center;	
	padding-top:15px;
	margin:auto auto auto auto;
}

/*------------------Pie de pagina---------------------------------------*/
#footer{		
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px; 	
	background: #ffffff url(imagenes/fondo_footer.jpg) repeat-x top;
	display:block;
	clear:both; 	
	overflow:visible;
	border-top:1px solid #000000;	
	color:#ffffff;
}	
#logos{
	width:auto;
	height:150px;
	text-align:center;	
	margin:auto auto auto auto;	
	padding:10px;
}
