@import url("menu.css");
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body{
	font-size:80%;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
#contenedor{
	width:790px;
	margin:0 auto;
}
#cabecera{
	width:790px;
	height:69px;
	background-image:url(../img/bg-cabecera.png);
	background-repeat:no-repeat;
}

.escudo {
	/*border: 1px solid red;*/
	width: 49px;
	height: 62px;
	margin: 5px 0 0 35px;
}

#foto{
	width:790px;
	height:205px;
	background-image:url(../img/bg-foto.png);
	background-repeat:no-repeat;
}
#contenido{
	width:730px;
	border:1px solid #cccccc;
	background-color:#F4F4F4;
	padding:29px;
}
#contenido a{
	color:#666666;
	text-decoration:none;
	font-style: italic;
}
#contenido a:hover{
	border-bottom:1px dotted #666666;
}
#contenido #info-principal{
	width:530px;
	float:left;
	padding-bottom:10px;
}
#contenido #info-principal h1{
	width:500px;
	border-bottom:1px solid #333333;
	font-size:16px;
}
#contenido #info-principal p{
	width:480px;
	background-color:#e6e6e6;
	padding:0 10px;
}
#contenido #info-principal ul{
	width:480px;
	background-color:#e6e6e6;
	padding:0px 0px 0px 20px;
}
#contenido #info-principal ul li p{
	width:460px;
	padding:0;
	margin:0;
}
#contenido #info-principal ul li ul{
	width:440px;
}
#contenido #info-principal ul li ul li p{
	width:440px;
	padding:0;
	margin:0;
}
#contenido #banner{
	width:200px;
	float:left;
	padding-bottom:10px;
}
#contenido #banner p{
	width:180px;
	background-color:#e6e6e6;
	padding:10px;
}
#contenido #submenu{
	width:720px;
	clear:left;
	padding:10px 5px;
}
#contenido #submenu h3{
	width:210px;
	border-bottom:1px solid #333333;
	font-size:13px;
	margin-top:10px;
}
#contenido #submenu p{
	width:190px;
	background-color:#e6e6e6;
	padding:10px;
}
#contenido #banner h2, #contenido #submenu h2{
	width:100%;
	border-bottom:1px solid #333333;
	font-size:14px;
}
#pie{
	width:770px;
	background-color:#D50000;
	border-top:5px solid #333333;
	color:#FFFFFF;
	padding:10px;
}
#pie a{
	color:#FFFFFF;
	text-decoration:none;
}
#pie a:hover{
	border-bottom:1px dotted #ffffff;
}
#pie #pie-izq{
	width:50%;
	text-align:left;
	float:left;
}
#pie #pie-der{
	width:50%;
	text-align:right;
	float:left;
}
.caja-index{
	width:240px;
	float:left;
}
.clear{
	clear:left;
}
.detalles{
	font-size:10px;
}
