@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#FFFFFF;
}

a{}

#contenedor{
	width: 912px;
	margin:auto;
}

#cabecera{
}

#logo_concurso{
	width:517px;
	float:left;
	padding-left:20px;
	padding-bottom:0px;
}
#logo_concurso img{border:none;}

.separador{ height:50px; float:left; width:25px;}
.aux{clear:both;}

#pestanas{
	height:30px;
	width:367px;
	background:url(../img/pestanas.jpg) no-repeat bottom;
	float:right;
	text-align:right;
}
#pestanas a{color:#000; text-decoration:none; font-size:12px;}
#pestanas a:hover{color:#666666; text-decoration:underline;}
#pestanas p{padding-right:20px; padding-top:10px;}

#cuerpo_top{
	background:url(../img/contenedor_top.jpg) no-repeat;
	width:912px;
	height:12px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#cuerpo{
	width:912px;
	background:url(../img/contenedor_fondo.jpg) repeat-y;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;	
	clear:both;
}

#cuerpo_bottom{
	background:url(../img/contenedor_bottom.jpg) no-repeat;
	width:912px;
	height:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	clear:both;
}

#pie img{ border:none;}
#pie_dp{ width:350px; text-align:left; float:left;}
#pie_ddhh{ width:350px; text-align:right; float:right;}


#contenido{
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
}

#foto{ width:58%; float:left;}


#nav{color:#8d8d8b;}
#nav a{
	color:#333333;
	text-decoration: none;
	font-size:12px;
}
#nav a:hover{
	text-decoration:underline;
}

#imagen{
	padding-top:10px;
	padding-bottom:5px;
}
#imagen img{
	border:#ffab0a thin solid;
	border-color:#ffab0a;
	border-width:1px;
}
#imagen_intro{
	padding-top:20px;
	padding-bottom:5px;
}
#imagen_intro img{
	border:#ffab0a thin solid;
	border-color:#ffab0a;
	border-width:1px;
	
}

#texto{
	width:40%;
	float:right;
	text-align:right;
	
}
#texto_img{
	text-align:left;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom:15px;
	color:#FF0033;
	font-weight:bold;
}
#texto ul li{
	padding-top:10px;
	padding-bottom:10px;
}
#texto ul{
	list-style:none;
}
.intro{	
	text-align:left;
	padding-top:10px;
}
.pie_centrado{
	clear:both;
	text-align:center;
}

#thumbs{
	padding-top:5px;
	padding-bottom:5px;
	height:75px;
	text-align:center;
}
#thumbs img{
	border:#ffab0a thin solid;
	margin:0px;
	padding:0px;
}

#cierre{
	clear:both;
}

.pdf a{
	text-decoration:none;
	vertical-align:middle;
	font-weight:bold;
}
.pdf a:hover{
	text-decoration:underline;
}
.pdf img{
	border:none;
	vertical-align:middle;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Verdana;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #313131;
color:#fff;
font-weight:bold;
text-align:center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}