/* CSS Document */

body {
background-image:url(../img/bg.jpg);
background-color:#EAEBEF;
margin-top:0px;
margin:auto;
background-repeat:repeat-x;
}

a {
color: #012B7F;
text-decoration: none;
}

a:hover {
color:#4279B7;
text-decoration: none;
}

#contenedor {
margin:auto;
margin-top:0px;
background-color:#FFFFFF;
/*background-color:#F4F5FA;*/
width:95%;
}
.corte{
clear:both;}

#header {
margin: auto;
margin-top:0;
background-image:url(../img/header.jpg);
width: 100%;
height: 200px;
float: left;
position: relative;
}


#header_izq {
margin: auto;
margin-top:0;
background-image:url(../img/logo.jpg);
margin-left:29px;
margin-bottom:36px;
width: 240px;
height: 164px;
float: left;
overflow: hidden;
position:absolute;
}

#header_der{
margin: auto;
margin-top:0;
width: 494px;
float: right;
overflow: hidden;
}

#menu {
background-image:url(../img/menu.jpg);
margin: auto;
margin-top:0;
width: 100%;
height: 39px;
float: left;
}

#left{
padding-top:20px;
background-color:#FFFFFF;
/*border-right:solid 1px #B0C2D0;*/
width:20%;
float:left;
}



#right{
padding-top:20px;
background-color:#F4F5FA;
width:80%;
float:left;
}

#footer{
background-color:#6987A1;
width:100%;
height:30px;
float:left;
clear:both;
}


/**** TEXTOS ****/
p {
font-family:Verdana;
font-size:12px;
text-align:justify;
margin-left:15px;
margin-right:15px;
color:#454A50;
}

.p {
font-family:Verdana;
font-size:12px;
text-align:left;
margin-left:5px;
margin-right:5px;
color:#454A50;
}


h2 {
font-family:Verdana;
color:#012B7F;
margin-left:20px;
letter-spacing:-2px;}

#txt_menu {
font-family:Verdana;
font-size:14px;
text-align:center;
color:#FFFFFF;
}

.txt_menu2 {
font-family:Verdana;
font-size:14px;
text-align:center;
color:#012B7F;
}

#sub_menu {
margin-bottom:3px;
font-family:Verdana;
font-size:11px;
text-align:left;
color:#5A657B;
}

.sub_menu2 {
font-family:Verdana;
font-size:11px;
text-align:left;
color:#5A657B;
}

.contact {
font-family:Verdana;
font-size:10px;
text-align:left;
color:#999999;
}

.red {
font-family:Verdana;
font-size:11px;
text-align:left;
color:#990000;
}

#pos {
font-family:Verdana;
font-size:10px;
text-align:left;
color:#054494;
}

#txt_footer {
margin-top:6px;
font-family:Verdana;
font-size:9px;
text-align:left;
color:#FFFFFF;
margin-left:17px;
}

.txt_footer {
margin-top:6px;
font-family:Verdana;
font-size:9px;
text-align:left;
color:#FFFFFF;
}

#txt_description {
margin-top:6px;
text-align:center;
margin-right:30px;
font-family:Verdana;
font-size:9px;
color:#6987A1;
}

.txt_description2 {
margin-top:6px;
text-align:center;
margin-right:30px;
font-family:Verdana;
font-size:9px;
color:#617C94;
}

/**** IMG ****/

.space {
margin-left:10px;
}


.menu_space{
width:90px;
height:20px;
margin:7px;
float:right;
text-align:center;
}

.menu_space2{
width:140px;
height:20px;
margin:7px;
float:right;
text-align:center;
}

.menu_space3{
width:200px;
height:20px;
margin:7px;
float:right;
text-align:center;
}

.div_bottom{
width:90%;
border-bottom:solid 1px #D1D9DF;
padding-bottom: 5px;
margin-left:10px;
margin-bottom:10px;
font-family:Verdana;
font-size:11px;
text-align:left;
color:#5A657B;
}


/**** MENU JS ****/

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #899eb3;
width: 140px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #0a579d;
color: #75c3f3;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 11px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #899eb3;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}