html, body{
	background-color: #f2f2f2;
	//font-family: Georgia, "Times New Roman", Times, serif;	
	font-family: Arial;
	font-size: medium;
	font-style: normal;
}

#wrapper{
	width: 980px;
	background: none repeat scroll 0 0 #ffffff;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	//min-height: 770px;
	padding: 0 10px 15px;
	position: relative;	
}

#header{
	padding-top: 20px;
	background-color: #000056;
	//padding: 0 0 15px; descomentar esto si se usara header blanco
}

#logo{
	width: 430px;
	float: left;
	padding: 25px 0 25px 10px;
}

#buscador{
	width: 360px;
	float: right;
	text-align: right;
	padding-top: 4px;
	/*si se usa fondo blanco no usar la de abajo*/
	padding-right: 10px;
	color: #fff;
	font-family: Arial;
}

#searchbox{
	border: 1px solid #989898;
	color: #3E3A36;
	font-size: 0.95em;
	height: 21px;
	padding: 1px;
	width: 160px;
	
}

#searchform{
	padding-top: 8px;
}

#searchsubmit{
	margin-bottom: -8px;
	//margin-top: 30px;
}



#navmenu ul, #footer ul{
	/*line-height: 1*/
	list-style: none outside none;
	margin: 0;
	padding: 0;
	
}

/*
#navmenu ul li{
	color: #fff;
	display: inline;
	float: left;
	border-left: solid 1px #b0a9a4;
	border-right: solid 1px #b0a9a4;
	padding: 0;
}

#navmenu .first{
	border-left: none !important;
}

#navmenu .last{
	border-right: solid 2px silver ;
}

#navmenu .current{
	background-color: #999;
}

#navmenu ul li a{
	color: #333;
	text-decoration: none;
	display: block;
	font-size: small;
	font-weight: lighter;
	padding: 8px 20px;
}

#navmenu ul li a:hover{
	background-color: #F0F0F0;
}
*/

#container{
	/*si es header azul utilizar 10 si es blanco utilizar 4 */
	/*padding: 10px 0 0;*/
	/*position: relative;*/
	/*width: 400;*/
	float: left;
	margin-bottom: 10px;
}

#container h3{
padding-bottom: 10px;	
}


#container h2{
font-size: 200%;
padding-bottom: 10px;
color: #000056;	
}


#container p{
	padding-bottom: 20px;
}

#banner{
	padding-top: 10px;
	width: 100%;
	float: left;
	height: 150px;
	
}

.cont_text{
	text-align: left;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5;
	font-weight: lighter;
}

.cont_text img{
	padding-left: 10px;
}

#leftcol{
	width: 50%;
	float: left;
}

#rightcol{
	width: 48%;
	float: right;
	padding-left: 10px;
}

.mainlink{
	padding: 10px;
	height: 135px;
	border-bottom: 1px solid gray;
	position: relative;
	color: gray;
	text-align: justify;
}

.mainlink h3{
	color: #333;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.mainlink .mas{
	margin-top: 15px;
	text-align: right;
}

.mainlink .mas a{
	color: #004789;
	text-decoration: none;
}

.mainlink .mas a:hover{
	text-decoration: underline;
}

#rightcol .top{
	border-top: 1px solid gray;
}

#rightcol .highlight{
	background-color: #f3f3f3;
	z-index: 1000;
	color: #000;
}

#footer_wrapper{
	height: 90px;
	width: 100%;
	float: left;
}

#footer{
	background-color: #f0f0f0;
	width: 100%;
	display: block;
	float: left;
}

#footer ul{
	float: left;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	color: #625456;
	display: inline;
	float: left;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

#footer ul a{
	color: #625456;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	padding: 10px 20px;
}

#footer ul a:hover{
	color: #063878;	
}

#footer_disclaimer{
	color: #666666;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 5px 10px 0;
}

.carrusel{
	margin-bottom: 20px;
}

.hidden{
	display: none;
}

.clear {
	clear:both;
	height:1px;
}
