/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	height:100%;
	text-align:center;
}

.botones{
	padding-left:4px; 
	border-bottom-width:thin; 
	border-bottom:#990000; 
	border-width:thin; 
	border-bottom-style:solid;
}
#menu a{
	text-decoration:none;
	display:inline;
	font-size:14.5px;
	padding-bottom:0px;
	margin-bottom:0px;
}
#menu a:hover{
	text-decoration:underline;
}
#menu img{
	margin-top:2px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#distance2 { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:right;
}

#padre{
	text-align:left;
	height:600px;
	width:1168px;
	margin:auto;
	vertical-align:middle;
	position:relative;
	clear:left;
}

#central{
	width:1168px;
}


#izq{
	width:120px;
	background-image:url(images/izq.png);
	background-repeat:no-repeat;
	float:left;
}
#dch{
	width:120px;
	background-image:url(images/dch.png);
	background-repeat:no-repeat;
	float:left;
}

#centro p{
	font-size:12px;
	text-align:justify;
}
#pie{
	float:left;
	width:1168px;
}
#pie2{
	font-size:10px;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:928px;
	background-color:#660033; 
}

#motigo{
	width:928px;
}

#pie a{
	text-decoration:none;
	color:#000000;
}
#pie a:hover{
	text-decoration:underline;
	color:#FF3300;
}

#cabecera{
	width:100%;
	height:120px;
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
}
#menu{
	width:100%;
	height:20px;
	text-align:center;
	float:left;
	border-bottom-color:#990033;
	border-bottom-width:thin;
	border-bottom-style:solid;
	padding-bottom:2px;
	margin-bottom:2px;
}
.pagActual{
	font-weight:bold;
	color:#660033;
	text-decoration:line-through;
	display:block;
	margin-bottom:0px;
	padding-bottom:0px;
}
#menu h3{
	color:#333333;
	display:inline;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

#centro{
	width:928px;
	/*background-color:#FFFFFF;*/
	float:left;
	height:570px;
	vertical-align:middle;
	margin:0px 0px 0px;
	padding-top:0px;
	margin-top:0px;
}
#contenido{
	height:570px;
	background-color:#FFFFFF;
	padding-top:0px;
	margin-top:0px;
}
#informacion{
	background-image:url(../images/fondo_infor.png);
	/*background-repeat:no-repeat;*/
/*	background-position:center;*/
	background-position:200px 210px;
	background-color:#FFFFFF;
	overflow:auto;
	background-attachment:fixed;
	
	width:928px;
	height:465px;
	float:left;
}
.boton{
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	border-color:#990033;
}

a{
   text-decoration:none;
   color:#987654;
   border:0;
}
a img{
	border:0;
}

.tituloListado{
			border-bottom:1px solid #660000;
			float:left;
			width:610px;
			font-weight:bold;
			color:#660000;
}

.titular{
				 float:left;
				 width:520px;
			}
			
.camadas{
	text-decoration:none;
	font-size:16px;
	font-style:oblique;
	font-weight:bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
   	color:#660000;
    border:0;
	
}



