/* Begin Typography and Colors */
body { /*Ok*/
	font-size: 9px;
	font-family: "Verdana";
	background:#00335E;
	text-align: center;
	}

h1, h2, h3, h4, h5 {
	font-family: "Verdana";
	font-weight: bold;
	}

h1 {
	font-size: 10px;
	color:#000000;
	text-align:right;
	margin:0px 0px 0px 50px;
	}

h2  {
	font-size: 14px;
	color:#999999;
	text-decoration:none;
	}

h3 {
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	text-align: center;
	}

h4  {
	font-size: 10px;
	color:#666666;
	text-decoration:none;
	margin: 0 0 0 5px;
	}

h5  {
	font-size: 11px;
	text-align: left;
	color:#0093D9;
	text-decoration:none;
	margin: 0px 0px 0px 15px;
	}

h6  {
	font-size: 10px;
	color:#D76B00;
	text-decoration:none;
	margin: 0 0 0 5px;
	}
	
h2 a, h3 a, h4 a {
	color:#2E7B98;
	text-decoration:underline;
	}

a:hover{
	color:#FF9900;
	text-decoration:underline; 
	font-size: 10px;
	}

a {
	color:#000099;
	text-decoration:underline;
	font-size: 10px;
	}
	
/* End Typography and Colors */



/* Begin Structure */
body {
	/* superior - derecho - inferior - izquierdo*/
	margin: 5px 0px 0px 5px;
	}

#page { /*Ok*/
	background-color: #FFFFFF;
	}

.texto { /*Ok*/
	text-align:justify;
	width: 715px;
	font-family:"Verdana";
	font-size: 11px;	
	color:#999999; /*Gris*/
	font-weight:normal;
	padding: 15px 5px 0px 10px;
	}

/* End Structure */


/*	Begin Headers */
/* superior - derecho - inferior - izquierdo*/
h1 {
	padding: 0px 0 0 0px;
	text-align: left;
	}

h2 {
	padding: 5px 0 0 0px;
   }

h3 {
	padding: 0;
	margin: 5px 0 0px;
	}

/* End Headers */