@charset "utf-8";
/* CSS Document */

/* MAQUETA MONTES: EVENTOS DINMICOS MIRCOLES 6 MAYO 2009*/

/* ORDEN LAYOUT SITIO */
* { 
	margin: 0px auto;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 10px;
	background-color: #2A2A2C;
}

a:link, a:visited, a:active 		{ 
	text-decoration:none; 

	border-bottom:0px;
	color: #8C8D8F;
	}

a:hover {
	text-decoration: none;
	color:#FFF;
}

/*Clear Div*/
div.clear {  
  clear: both;  
}  

/*CONTENIDO CENTRAL*/
#contenedor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1F1F1F;
	height: auto;
	width: 780px;
	position:relative;
	text-align:left;
}
/*HEADER*/
#header {
	width:auto;
	height:45px;
	background-color: #2A2A2C;
}

#menu_superior {
	width:auto;
	height:20px;
	background-color:#2A2A2C;
	text-align:right;
	letter-spacing: 0em;
	word-spacing: 0em;
	white-space:normal;
	padding-top:1px;
	padding-left:5px;
}

#menu_inferior {
	width:auto;
	max-width:780px
	height:24px;
	background:#000000;
}
/*CENTRAL*/
#central {
	width:auto;
	min-height:696px;
	background-color:#1F1F1F;
}

/* CENTRAL IZQUIERDA */
#izquierda {
 width: 257px;
 height:auto;
 float:left;
}

#logo_sitio {
 min-height:89px;
 padding-top:4px;
}

#lista_eventos { width:auto; height:469px; padding-left:54px; color: #8C8D8F; 
}

#lista_eventos ul {
	padding: 0px 0px 0px 0px;
}

#lista_eventos ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-bottom:7px;
	padding-left:7px;
	padding-top:4px;
	background-image: url(../english/eventos/images/puntos_titulo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	list-style-type: none; /*IE7 muestra los iconos de lista si no pongo esto.*/
	text-transform: uppercase;
	padding-right: 40px;
}

.enlaces {
	text-decoration: none;
	color:#FFFFFF;
}

#eventos_destacados { width:auto; min-height:143px; height:170px; background-color:#000000; 
}

/* CENTRAL DERECHA */

#derecha { width:523px; height:auto; float: left; 
}

#imagen_superior {
	width:auto;
	min-height:363px;
	padding-top:23px;
}

#miniaturas {
	width:auto;
	min-height:71px;
}

#thumbnails {
	width:381px;
	min-height:45px;
	float:left;
	margin-top:10px;
}

.thumbis {
	border: 1px solid #444;
	text-decoration:none;
}
.thumbis_link {
	border: 0px;
	padding:0px 5px 0px 0px;
}
#controles {
	width:142px;
	min-height:47px;
	float:right;
	margin-top:11px;
}

#detalle_evento {
	width:auto;
	height:60px;
	min-height:60px;
	overflow:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: block;
	padding-bottom:2px;
	padding-right: 10px;
}

#detalle_foto {
	width:auto;
	height:28px;
	min-height:28px;
	padding-top:10px;
	margin-top:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: block;
	overflow:hidden;
}

.detalle_texto_negrita {
	font-weight:bold;
}

#fotos_destacadas { width:auto; min-height:143px; text-align:center; background-color:#000000; height: 170px; 
}

#fotos_destacadas ul {
	list-style-image:none;
	width: 523 px;
	text-align:left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px;
}

#fotos_destacadas ul li{ width: 138px; display:inline; float:left; border: 0px; text-decoration:none; padding: 0px 33px 0px 0px; 
}
#fotos_destacadas  ul  .final  li { width: 138px; display:inline; float:left; border: 0px; text-decoration:none; padding: 0px 0px 0px 0px; height: auto; margin: 0px; }


#fotos_destacadas ul li p {
	width: 138px;
	margin: 0px 0px;
        font-size: 10px;
}
.pie_destacadas {
	margin: 0px 0px 0px 0px;
	width: 30px;

}

/*FOOTER*/
#footer {
	min-height:32px;
	background-color:#2A2A2C;
}
#pictureOf {
	width: 104px;
	margin: 0px;
	text-align: center;
}
#fotos_destacadas img {
	border: 1px solid #8C8D8F;
	margin-bottom: 5px;
}

