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

body {
	background-color: #82e1ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	
}
/* principal */
#wrap{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;	
}

#wrap span {
	color:#4b4b4b;
	font-size:14px;
	line-height:18px;	
}
#wrap span a {
	color:#00aff0;
	font-size:14px;
	text-decoration:underline;	
}
#wrap span a:Hover {
	color:#ec8704;
	text-decoration:underline;	
}
#wrap span.labelBlue{
	color:#0092ca;
	font-size:14px;
	line-height:18px;
}
#wrap span.labelOrange{
	color:#ec8704;
	font-size:14px;
	line-height:18px;
}
#wrap span.labelBlueDark{
	color:#017fa8;
	font-size:14px;
	line-height:18px;
}
#wrap span.labelBlueSky{
	color:#00baf1;
	font-size:13px;
	line-height:18px;
}
#wrap span.labelBlueSky a{
	color:#00baf1;
	font-size:13px;
	text-decoration:underline;
}
#wrap span.labelBlueSky a:Hover{
	color:#ec8704;
	text-decoration:underline;
}
.logo {
	width:298px;
	height:91px;
	float:left;
}
.menu {
	width:602px;
	height:91px;
	float:left;
}
.topimages{
	width:900px;
	height:257px;
}
/*content*/
.bgContentTitle{	
	width:853px;
	background-image:url(../images/bg-content-title.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
}
.content{
	width:824px;
	margin:0 auto;
	padding-top:15px;
}
/*footer*/
#footer{
	background-color:#006e9a;
	width:100%;
	height:100%;
}
#footer span{
	color:#FFFFFF;
	font-size:12px;
}
#footer span a{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
#footer span a:Hover{
	color:#70ddff;	
	text-decoration:underline;
}

#footer span.datos{
	color:#99c5d7;
	font-size:13px;
}
#footer span.datos a{
	color:#fff;
	font-size:13px;
	text-decoration:none;	
}
#footer span.datos a:Hover{
	text-decoration:underline;	
}
.menuFooter{
	width:900px;
	margin:0 auto;
	/*height:127px;*/
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	text-align:center;
}

/* adicionales */
.borderImg{
	border:solid 1px #abd2de;
}
.borderImg2{
	border:solid 5px #abd2de;
}
.clearDiv{
	clear:both;
	height:0;
  	font-size: 1px;
   	line-height: 0px;
}
h1{
	font-size:25px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000;
	line-height:5px;
	*padding-top:10px;
}
h2{
	font-size:18px;	
	font-weight:normal;
	letter-spacing:-1px;
	color:#000;
	line-height:5px;
	*padding-top:10px;
}
h3{
	font-size:20px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000;
	line-height:5px;
	*padding-top:10px;
}
.textfield{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	background-color:#e3f6ff;
	border: 1px solid #aac4d3;
	height:20px;
	width:250px;
}
.textfieldMulti{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	background-color:#e3f6ff;
	border: 1px solid #aac4d3;	
	width:250px;
}