@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a{
 text-decoration:none;
 color:#365A98;
}
a:hover{
	color:#F60;
}
#container{
	width:100%;
	min-width:800px;
}
#header{
	width:100%;
	height:48px;
	background-color:#365A98;	
}
#menu{
	margin:auto;
	width:960px;
	height:48px;
}
#menu ul{
	width:434px;
	margin:0px;
	padding:0px;
	margin:auto;
	list-style:none;
}
#menu ul li{
	float:left;
	padding:12px 10px 16px 10px;
	font-size:13px;
}
#menu ul li a{
	text-decoration:none;
	color:#FFF;
}
#menu ul li a:hover{
	color:#DBDFEA;
	text-decoration:underline;
}
.menuSep{
	background-image:url(../images/bg_menu_03.jpg);
	background-repeat:repeat-x;
}

#menu ul li.btnFirst{
	background-image:url(../images/bg_menu_02.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;	
}
#menu ul li.btnLast{
	background-image:url(../images/bg_menu_05.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;	
}
#langBtn{
	float:right;	
	height:21px;
	width:136px;
	margin-top:18px;
	padding:8px 0;
	text-align:center;
	background-image:url(../images/bg_idiomas.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	cursor:pointer;
}
#langBtn:hover{
	color:#DBDFEA;
	text-decoration:underline;
}
#logo{
	padding:38px 0px 14px 18px;
}
#content{
	margin:auto;
	width:960px;
	clear:both;
}
#footer{
	clear:both;
	min-width:800px;
	border-top:1px #FFF solid;
	margin-bottom:20px;
}
#footerBG{
	height:32px;
	background-color:#D7E3F1;	
}
#footerCont{
	margin:auto;
	width:960px;
}
#copy{
	float:left;
	padding-top:10px;
	font-size:11px;
}
#footerMenu{
	float:right;
	padding-top:8px;
	font-size:13px;
}
#footerMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#footerMenu ul li{
	float:left;
	padding:0px 7px 0px 7px;
}
#footerMenu ul li a{
	text-decoration:none;
	color:#4D7EAE;
}
#footerMenu ul li a:hover{
	color:#365A98;
}
.footerSep{
	border-right:1px #4D7EAE solid;
}
#greetingCont{
	text-align:center;
	margin:auto;
	width:960px;	
}
#greeting{
	padding-top:5px;
	font-size:10px;
	font-style:italic;
}
.txtsmall{
	clear:both;
	padding-top:20px;
	font-size:10px;
	font-style:italic;
}

.linea{
	border-bottom:#369 1px solid;
	width:100%;
	height:5px;
}

#colizq, #colizq1{
	float:left;
	text-align:justify;
	margin-top:49px;
	min-height:100px;
}

#colizq{
	width:490px;
}

#colizq1{
	width:641px;
}
#colizq p, #colizq1 p, #colizq1 ol, #colizq1 ul{
	margin-left:18px;
	margin-right:18px;
	margin-top:12px;
	margin-bottom:12px;
}
#colder, #colder1{
	float:left;
	background-color:#E9EEF4;
}

#colder{
	width:470px;
	height:510px;
	background-image:url(../images/colder_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#E9EEF4;
}

#colder1{
	width:319px;
	height:540px;
	margin-top:82px;
	background-image:url(../images/colder_bg1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#E9EEF4;
}
#options{
	height:86px;
	margin-top:169px;
}
#contDnm{
	min-height:10px;
}
#slogan{
	margin:170px 0px 0px 130px;
}

#slogan1{
	margin:430px 0px 0px 80px;
}

a{
	color:#369;
}
h1, .txtBlue24{
	font-size:24px;
	font-weight:normal;
	color:#369;
	padding-left:18px;
	margin:0px;
}

h1.subtitulo{
	width:472px;
	background-color:#DBDFEA;
	padding-top:10px;
	padding-bottom:10px;
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#369;
	padding-left:18px;
	margin:0px;
}
.txtBlue{
	color:#369;
}
.txtBlue16{
	font-size:16px;
	color:#369;
}
.txtGray18{
	font-size:18px;
	font-weight:normal;
	color:#666;
}
div.cont{
	float:left;
	padding:0px;
	margin:0px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.definition{
	display:none;
	margin:0px;
	padding:0px;
}
#textDef{
	clear:both;
}
#links div.cont{
	margin-left:18px;
	margin-right:18px;
}
#whitepapers div.cont{
	height:166px;
}
ul#sitemap{
	list-style-image:url(../images/li_style.gif);
}
ul#sitemap li{
	margin:10px 0px 10px 0px;
}