@charset "utf-8";
/* CSS Document */

/*MAIN STRUCTURE///////////////////////////////////////////////////////////////////////////////////////////////////*/
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
}
a {
	outline:none;
}
.twoColFixRtHdr #container { 
	width: 900px; 
	background: #ced4d0 url(../images/back.jpg) repeat-x;
	margin: 0 auto; 
	border: none;
	text-align: left; 
} 
.twoColFixRtHdr #header { 
	background:#FFFFFF url(../images/header1.jpg);
	height:180px;
	padding: 0;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;

}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px;
	margin:20px 30px 15px 0;
	padding: 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0;
	border-top:#5675A0 solid 3px; 
	text-align:center;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

/*align classes/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*header//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#ahorro{
	position:absolute;
	top:0;
	width:901px;
	height:130px;
	z-index:0;
}
#logo{
	position:absolute;
	float:right;
	top:0;
	width:200px;
	height:100px;
	background-color:#00FF00;
}

/*menu1//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#menuh1 {
    float:right;
	margin-top:133px;
	width:100%;
	z-index:10;
}
#menuh1 ul, li {
	list-style-type: none;
}
#menuh1 ul {
    margin: 0;
    padding: 0;
}
#menuh1 li {
	float: right;
}
#menuh1 a {
	font-weight:normal;
    text-decoration: none;
    color: #707173;
    display: block;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid #F8B334;
    border-width: 0 1px 0 0;
}
#menuh1 a#primero {
	border:none;
}
#menuh1 a:hover {
    background:#F2F2F2;
	color:#333333;
}
/*menu2/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#menuh2 {
    float:right;
	margin-top:2px;
	width:100%;
	background-color:#5675A0;
	border:#FFFFFF solid;
	border-width: 2px 0;
}
#menuh2 ul, li {
	list-style-type: none;
}
#menuh2 ul {
    margin: 0;
    padding: 0;
}
#menuh2 li {
	float: right;
}
#menuh2 a {
	font-weight:normal;
    text-decoration: none;
    color: #FFFFFF;
    background: #5675A0;
    display: block;
    padding: 3px 18px;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-width: 0 1px 0 0;
}
#menuh2 a#primero {
	border-right:none;
}
#menuh2 a:hover {
	background: #6C8AAD;
}
/*main box///////////////////////////////////////////////////////////////////////////////////////*/
#main_box{
	width:575px;
	margin:40px 15px;
}
#main_box_top{
	height:19px;
	background-image:url(../images/main_top.png);
}
#main_box_center{
	min-height:263px;
	background-image:url(../images/main.jpg);
}
#main_box_foot{
	height:19px;
	background-image:url(../images/main_bottom.png);
}
#main_box_center p, h2{
	padding:9px 19px 9px 0;
	margin:0;
}
#main_box_center p{
	padding-left:19px;
	margin:0;
}	
.main_img #main_box_center p, h2{
	margin-right:19px;
	margin-left:300px;
}		
.main_txt #main_box_center p, h2{
	margin-right:19px;
	margin-left:19px;
}			
#main_box_center img{
	margin:0 19px;
}
h2 { 
	color:#5675A0; 
	font-size:130%; 
	font-weight:bold;
}	
#main_box_center, #exp1263908729 p {
	font:100% Verdana, Arial, Helvetica, sans-serif; 
	color: #3E3E40; 
	line-height:20px;
}
#exp1263908729 {
	padding:0 19px;
}
a {
	color:#5675A0; 
	text-decoration:none; 
	font-weight:bolder;
}
a:hover {
	color:#445C7D;
}
/*down box/////////////////////////////////////////////////////////////////////////////////////////////////////*/
#left_box{
	width:575px;
	margin: 30px 15px;
	text-align:center;
}
#left_box p, a{
	text-align:left;
	padding-top:20px;
}
#left_box fieldset {
	display:inline;
	padding:0;
	border:none;
}
.mar_right{
	margin-left:33px;
}
b {	
	color:#3E3E40; 
	font-weight:bold;
}
fieldset{ 
	width:263px; 
	vertical-align:top; 
	margin-bottom:20px;
}
/*sidebar/////////////////////////////////////////////////////////////////////////*/
h1 {
	font-size:120%; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#3E3E40; 
	border-bottom:#5675A0 solid 2px; 
	width:220px; 
	line-height:20px; 
	padding-top:15px;
}
h1 span {
	color:#5675A0; 
	font-weight:bold;
}
.twoColFixRtHdr #sidebar1 fieldset {
	width:220px;
	padding:10px 0;
	border:none;
	border-bottom:#9C9D9F dashed 1px;
}
.twoColFixRtHdr #sidebar1 fieldset img,p{
	margin:0;
	padding:0;
	border:none;
}
.twoColFixRtHdr #sidebar1 img{
	border:none;
}
/*footer//////////////////////////////////////////////////////////////////////////////////*/
.twoColFixRtHdr #footer p {
	font-size:70%; 
	padding:5px;
}
.twoColFixRtHdr #footer p span {
	color:#5675A0;
}
