BODY {
	background: fixed url(images/index/fondo.jpg) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #222222;
	margin : 20px 0px 20px 0px;
	text-align: center;
}
A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color : #999999;
	
}
A:HOVER {
	color: #BBBBBB;
}

a.links{
    color:#404040;
	text-decoration:none;
}

a.links:hover{
    color:#000000;
	text-decoration:none;
}

H1{
	text-align:center;
}
#borde{
	border: 2px solid #000000;
	text-align: left;
	width: 760px;
	margin:auto;
}
#contenedor{
	text-align: left;
	width: 760px;
	margin: auto;
	background-color:#eeeeee;

}
#cabecera{
	height : 95px;
	width: 760px;
}
#navegador{
	background : #000000;
	padding : 9px 0px 0px 0px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	text-align:center;
}

ul#nav{
	list-style-type:none;
	height:2em;
}

ul#nav li{
	display:inline;
	text-align:center;
	margin-left:9px;
	margin-right:9px;
	font-weight: bold;
}

ul#nav a{
	text-decoration:none;
	color: #808080;
}


ul#nav a:ACTIVE,  ul#nav a:FOCUS{
	color: #aaaaaa;
} 

ul#nav a:HOVER{
	color: #aaaaaa;
}

#cuerpo{
	float:right;
	width:740px;
	padding: 12px 15px 10px 5px;
	background-color:#eeeeee;
	text-align:justify;
}

#navabajo{
	margin-top: 10px;
	left: 0;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}

table{
	text-align:center;
}

/*menu lateral*/
.titlat{
	background-color:#808080;
	color:#C1782D;
	font-size:8pt;
	text-transform : uppercase;
	padding: 7px 3px 7px 8px;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	letter-spacing : 2px;
}
#lateral{
	width: 180px;
	float:left;
	position:fixed;
	background-color: #EAD9C8;
	border-bottom : 1px solid #808080;
	border-right : 1px solid #808080;
}

#submenu ul{
	margin : 2px 10px 0px 0px;
	list-style: none;
	padding: 0px 0px 0px 4px;
}
#submenu li{
	padding-left: 10px; 
	margin-bottom: 8px;
}
#submenu a{
	color:#C1782D;
	text-decoration:none;
	font-weight: bold;
	
}
#submenu a:ACTIVE,  #submenua:FOCUS{
	color:#C1782D;
} 
#submenu a:HOVER{
	color:#93510C;
}
.cuerpolateral{
	padding: 5px 4px 13px 10px;
}

/*pie de página*/
#pie{
	clear : both;
	color : #808080;
	text-align : right;
	margin : 20px 10px 10px 10px;
	font-size:9px;
}





