@charset "utf-8";
/* CSS Document */


html, body{
	height:auto !important;
	height:100%;
	min-height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	margin:0 auto;
	text-align:center;
	background-color: #ffffff;
	color: #000000;
	background-image: url(/gifs/fondo.jpg);
	background-repeat: repeat-x;
	display: block;
}



h1{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0174bd;
}


h2{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #0174bd;
}

h3{
	font-size: 15px;
	font-weight: bold;
	color: #555555;
	font-style: italic;

}

strong{
	color: #0174bd;
}


a{
	color: #00578d;
	text-decoration: none;
	}
	
a:hover{
	color: #dd0000;
	text-decoration: underline;
	}	

div.clear{
	float:none;
	clear:both;
}

#contenedor{
	width: 1000px;
	display: block;
	margin:0 auto;
	padding:0;
	background-color: #ffffff;

}
#cabecera{
	width: 100%;
	display: block;
}
#logo{
	float: left;
	width: 220px;
	display: block;
}
#logo img {
	float: left;
	border: 0px;
	display: block;
}
#menu{
	float: left;
	width: 780px;
	display: block;
}


#idioma {
	height: 31px;
	font-weight: bold;
	width: 100%;
	text-align: right;
	line-height:30px;
	font-size: 85%;
	margin:0px;
	padding:0px;

	}
	
	
#vista_toolbar {
	background-image:url(/gifs/top/menu/fondomenu.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-size: 100%;
	width: 780px;
	height: 40px;
}	


#vista_toolbar ul {
	float:left;
	line-height:35px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	
}

#vista_toolbar li {
	display:inline;
	padding-right: 0px;
}


#vista_toolbar a {
	color:#ffffff;
	padding:0 5px 0 1px;
	text-decoration:none;
	font-weight: bold;
}

#vista_toolbar a span {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#vista_toolbar a span img {
	border:none;
	margin:0px;
}


#vista_toolbar a:hover{
	background-image: url(/gifs/top/menu/left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#vista_toolbar a:hover span {

	background-image: url(/gifs/top/menu/right.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

#vista_toolbar a.right {
float:right; 
}








#contenido{
	width:100%;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../gifs/fondocontenidos.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}




#foto{
	width: 380px;
	float: left;
	margin-left: 11px;
	margin-bottom: 6px;
	}


#foto img{
	border: 1px solid #000000;
	}


#foto img.sinborde{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}


#texto_contenido{
	text-align: justify;
	padding-bottom: 20px;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 6px;
	width: 570px;
}


#texto_contenido ul li{
	list-style-type: square;
	margin-bottom: 5px;
}









#bottom{
	width:100%;
	clear:both;
	text-align:center;
	background-image: url(/gifs/fondopie.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 50px;
	font-size: 85%;
	font-weight: bold;
}

#bottom img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	}


#especiales{
	height: 108px;
	width: 100%;
	padding-left: 6px;
	}
	
	
.mod_especiales{
	float: left;
	height: 108px;
	width: 198px;
	background-image: url(/gifs/fondoespecial.jpg);
	}



.contenido_especiales{
	height: 88px;
	width: 178px;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 10px;
	}
