body {
	margin: 2px 0px 0px 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height: 15px;
	background-color: #899CA3;
}

a {}

#contenedor {
	width: 986px;
	margin: 0 auto;
}
/* ///////////////////// COMIENZA CABEZERA */
#cabecera {
	width: 986px;
	margin-top: 2px;
	height: 90px;
}

#logo {
	width: 495px;
	height: 90px;
	float: left;
	left: 2px;
}

#lateral {
	float: right;
	width: 480px;
	height: 90px;
	
}

#lateral p {
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 20px;
	color: #742828;
	font-weight:bold;
	margin: 60px 0 0 0;
	line-height: 25px;
}

#lateral a {
		color: #742828;
		text-decoration: none;
}
#lateral a:hover {
		color: #ffffff;
		text-decoration: none;
}

.lateralactivo {
		color: #ffffff;
		text-decoration: none;
}
/* ///////////////////// TERMINA CABECERA */

/* ///////////////////// EMPIEZA PRINCIPAL */
#principal {
	width: 986px;
	height: 490px;
	border: 1px solid #742828;
	
}

/* ///////////////////// EMPIEZA MENU*/
#menu { 
	float: left;
	width: 101px;
	height: 490px;
	background-color:#E3EBEF;
	border-right:1px solid #742828;
}

#menu ul {
margin: 0;
padding: 190px 0 0 0; 
list-style-type: none;
}

#menu li {  

}

#menu a {
display: block;
color: #742828;
background-color: transparent;
padding: 5px 1px 5px 5px;
text-decoration: none;
font-weight:bold;
}

#menu a:hover {
background-color: #9EB1BA;
color: #000;
padding: 5px 1px 5px 5px;
}

.activo {
background-color: #9EB1BA;
color: #000;
padding: 5px 1px 5px 4px;
margin: 0 0 20px 0;
font-weight:bold;

}


/* ///////////////////// EMPIEZA FIRMA */
#firma a {
		color: #ffffff;
		text-align:right;
		font-size: 10px;
		text-decoration: none;
		float: right;
}
#firma a:hover {
		color: #ffffff;
		text-align:right;
		font-size: 10px;
		text-decoration: underline;
}


