/*  ----------- GENERALES ----------------*/
html body{
	height: 100%;
}

body {
	background-color:#006600;
 }
 
 #superior {
 background-color: #004775;
 height: 15px;
 top: 0px;
 width: 100%;
  }
 
#centrar  { 
position: absolute; 
left:50%; 
top: 15px;
width:730px;  
margin-left:-365px;
background-color:#BEE3F6;
background-image: url(imagenes/plantilla/fd.gif);
background-repeat: repeat-y;
background-position: center;
min-height:100%;
height: 100%;
}


#cabezal  {
position: absolute;
top: 0px;
left: 0px;
}

/* ----------------MENU A LA IZQUIERDA -------------*/
#botonera {
position: absolute;
float: left;
top:110px;
left: 0px;
width: 141px;
background-color: #BEE3F6;
height:100%;
}


#botones {
	margin: 0;
	padding: 0px;
	top: 0px;
	position: relative;
	width: 141px;
}

#botones li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
		}

	#botones a {
	background-image: url(imagenes/plantilla/bot.gif);
	background-position: top left;
	background-repeat: no-repeat; 
	height: 20px;
	width: 141px;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	text-decoration: none;
	color: #AA5958;
	
	}
	
#botones a:hover {
	background-image: url(imagenes/plantilla/bot_hover.gif);
	background-position: top left;
	background-repeat: no-repeat; 
	padding-left: 13px;
	height: 20 px;
	width: 141px;
	display: block;
	color: #ffffff;
	}
	
/* ---------------- CONTENIDO --------------*/
	
#contenido {
position: absolute;
float: left;
top: 110px;
left: 141px;
width: 449px;
background-image: url(imagenes/plantilla/fondo.jpg);
background-repeat: no-repeat;
background-position: top right;
background-color: white;
height:100%;
 }


#margen {
	padding: 25px;
	background-position: top left;
	background-repeat: repeat-y;
	background-image: url(imagenes/plantilla/margen.gif);
	font-family: Arial, Helvetica, sans-serif;
	min-height:100%;
 }
* html #margen{
height:100%;
}

/* -------------- generales ------------*/
#contenido h1 { 
font-size: 15px;  
text-align: center;
color: #ffffff;
background-image: url(imagenes/tit.jpg);
background-repeat: no-repeat;
height: 30px;
font-weight: bold;
}
#contenido h2 {
	font-size: 13px;
	color: #005693;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 10px solid #005693;
	margin-top:25px;
	margin-bottom: 8px;
}

#contenido h3 {
	font-size: 11px;
	color: #005693;
	font-weight: bold;
	border-bottom: 1px solid #005693;
	padding-left: 5px;
	margin-top:20px;
	margin-bottom: 8px;
}
#contenido p, ul, table, .centrer {
	font-size: 11px;
	color: #000000;
	margin-bottom: 5px;
	}
	
#contenido p {
	text-align: justify;
}
	
.centrer {
	text-align: center;
	}

.formu {
	background: #EDF5EB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #455846;
	border: 1px solid #005693
}


#contenido li {
	list-style-image: url(imagenes/vineta.gif);
	margin-left: 15px;
	list-style-position: outside;
	padding-bottom: 5px;
}

#contenido a:link, a:visited {
	color: #C17041;
	text-decoration: none;
}

#contenido a:hover {
	color: #ffffff;
	background-color: #C17041;
}


#destacado {
	font-weight: bold;
	color: #63895A;
}

.tablalinea {
	border-bottom: 1px solid #cccccc;
	padding-top: 5px;
	padding-left: 5px;
}

#masinfo {
	font-weight: bold;
	color: #658FBE;
	background-image: url(imagenes/info.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 18px;
}
#mas li{
	list-style-image: url(imagenes/mas.gif);
	margin-left: 15px;
	list-style-position: outside;
}
#mas a:link {
	color: #9B9B9B;
}

#mas a:hover {
	background-color: #C17041;
	color: #ffffff;
	
}



/* ------------ MENÚ A LA DERECHA --------*/
#derecha {
	position: absolute;
	float: right;
	top: 107px;
	left: 589px;
	width: 140px;
	text-align: center;
	background: url("imagenes/plantilla/der.jpg") no-repeat top right;
	background-color:#BEE3F6;
	height: 100%;
	}
	
#derecha img {
	margin-top: 25px;
	border: 1px solid #C17041;
}

*html body #botonera #contenido #centrar{
height:100%;
}
