body
{
	background: #fff;
	font-family: "Trebuchet MS";
}

table, div, span, p, ul, li, a, h1, h2, h3
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

h1
{
	font-size: 15px;
	line-height: 40px;
	color: #663300;
	background: url(images/h1_fondo.jpg);
	width: 506px;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

h2
{
	color: #769BBB;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h3, h3 a
{
	color: #774400;
	text-align: center;
	font-size: 14px;
	font-familiy: "Trebuchet MS";
	text-decoration: underline;
}

h3 a:hover
{
	color: #996600;
}


p
{
	padding: 0px 0px 20px 0px;
	margin:0px;
	text-align: justify;
	font-size: 14px;
	width: inherit;
}

table td
{
	padding:0px;
}

img
{
	border: 0px;
}

#Cabecera
{
	width: 750px;
	height: 120px;
	margin: 0 auto;
}

#BarraSuperior
{
	width: 750px;
	margin: 0 auto;
	background: #fff url(images/menu_superior_fondo.jpg) no-repeat;/*#1D5B8F;*/
	height: 85px;
}

#Interfaz
{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}

#Izquierda
{
	float: left;
	width: 150px;
	background: url(images/menu_lateral_fondo.png) no-repeat right;
}

#Contenido
{
	float: left;
}

#Pie
{
	height: 40px;
	background: url(images/pie_fondo.png) no-repeat top;
	margin: 0 auto;
	width: 750px;
	text-align: center;
	padding-top: 50px;
	color: #c0c0c0;
}

#Derechos
{
	padding-top: 5px;
	text-align: center;
	color: #b0b0b0;
}

#MenuSuperior /* UL */
{
	padding: 15px 10px 0px 10px;
	font-family: "Trebuchet MS";
	font-size:13px;
	list-style: none;
}

#MenuSuperior li
{
	display: block;
	float: left;
	width: 57px;
}

#MenuSuperior li a
{
	display: block;
}

#MenuSuperior li ul
{
	position: absolute;
	background: #f0f0f0;
	border: solid 1px #11355F;
	list-style: none;
}

#MenuSuperior li ul li
{
	float: none;
	line-height: 24px;
	width: 150px;
}

#MenuSuperior li ul li a
{
	display: block;
	padding: 5px 8px;
	height: 24px;
}

#MenuSuperior li ul li a:hover
{
	color: #fff;
	background: #006699;
}

/**************** MENU LATERAL *****************/

#MenuLateral /*UL*/
{
	font-size: 14px;
	height: 100%;
	list-style: none;
	line-height: 20px;
	overflow: hidden;
	width: 150px;
}

#MenuLateral li
{
	width: 100%;
	
}

#MenuLateral li a
{
	color: #000;
	display: block;
	padding:3px;
	border-left:#fff 5px solid;
	width: 100%;
}

#MenuLateral li a:hover
{
	background: #f5f5f5;
	border-left: #769BBB solid 5px;
}

/************** CONTENIDO *************/
#Contenido
{
	vertical-align: top;
	width: 520px;
	padding: 0px 0px 0px 20px;
}

#Contenido ul
{
	margin: 0px;
	padding: 10px 0px 20px 25px;
	font-size: 13px;
	line-height: 22px;
	width: 600px;
}

div.DivCenter
{
	text-align: center;
	margin-bottom: 5px;
}
