@charset "utf-8";
<style type="text/css">


body {
	font: Trebuchet MS;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00496b;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-color: #F3F3F2;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.oneColFixCtr #Col-1-Content {
	background-color: #f3f3f2;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 440px;
}
.oneColFixCtr #Col-2-Content {
	background-color: #f3f3f2;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 340px;
}

.oneColFixCtr #Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.col1{
	font-family: Trebuchet MS;
	letter-spacing: 0px;
	line-height: 1.6em;
	font-size: 1.0em;
	color: #00496b;
	text-align: justify;
	word-spacing: normal;
	width: 100%;
	background-color: #F3F3F2;
	position: relative;
	float: left;
	padding-bottom: 15px;
	
}
.col2{
	font-family: Trebuchet MS;
	letter-spacing: 0px;
	line-height: 1.6em;
	font-size: 1.0em;
	color: #00496b;
	text-align: justify;
	word-spacing: normal;
	width: 40%;
	background-color: #F3F3F2;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	padding-bottom: 15px;
}
.col3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 1.6em;
	font-size: 1.0em;
	color: #00496b;
	text-align: justify;
	word-spacing: normal;
	width: 100%;
	background-color: #F3F3F2;
	overflow: visible;
	padding-top: 0px;
	position: relative;
	padding-bottom: 15px;
}

#division_h {
	width: 970px; /* the auto margins (in conjunction with a width) center the page */
	float: left;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 20px;
	background-image: url(img/bullet_linea.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.Subtitulos{
	font-family: Trebuchet MS;
	background-color: #F3F3F2;
	color: #d67100;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.1em;
}

.oneColFixCtr #menu{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #esp_ing{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	padding-right: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.oneColFixCtr #esp_ing a{
	color: #009999;
	text-decoration: none;
}

.oneColFixCtr #esp_ing a:visited{
	color: #009999;
	text-decoration: none;
}

.oneColFixCtr #esp_ing a:hover{
	color: #999999;
	text-decoration: none;
}

#pie{
	height: 45px;
	background-color: #F3F3F2;
	width: 880px;
}
#pie_container{
	background-image: url(img/fondo_abajo.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FFFFFF;
}

.solidblockmenu {
   background-color:#FFFFFF;
   font:bold 12px Arial;
   height:44px;
   margin-left:20px;
   padding:0;
   text-align:center;
}

.solidblockmenu li{
	display: inline;
	text-align: center;
}

.solidblockmenu li a{
	color: white;
	text-decoration: none;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d6d3da;
	border-right-color: #D6D3DA;
	border-left-color: #d6d3da;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 2px;
	float: left;
	height: 45px;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #CCCCCC;
}

</style>
