body {
	background:#AFBFD7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-color : White White White White;
	}
	
/* Header, header nav */
#header {
	padding: 0px;
	height: 220px;
	width:100%;
}

#header img {
   	border: 1px;
	border-color: #537DB9;
}
#titulo img {
    border: 1px;
   border-color: #537DB9;	
}

	#contenedor {
	position:relative;
	top: 0%;
	left:0px;
	/* specify for w2kie6 */
	padding-left:20px;
	width:1000px;
	height:900px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	font-variant : small-caps;
	margin-top : 5px;
}
#titulos {
	font-family : Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	margin-left : 120px;
	margin-top: 14px;
	margin-bottom : 5px
}
	#contenido_izq {
	position:absolute; 
	font-size: 10px;
	height:900px;
	width:190px;
	float:left;
	padding-top:0px;
	margin-top: 0px;
}
	
#contenido_izq ul, #contenido_izq li {
	position: relative;
	margin: auto 10px 10px;
	width:100%;
	list-style-type: none;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
}	
 #contenido_izq ul li a {text-decoration: none; background: #537DB9; font-weight: bold; color: #fff; width: 149px; display: block; text-align: center; margin: 2px; padding: 3px;
  }
 #contenido_izq ul li a:hover {
 background: #0047AB;
 }
#contenido_izq a.current {
	background-color : Silver;
}
	
	


