body {
  margin: 0px;
  padding: 0px;
  background-image: url("../imgs/bg.jpg");
  background-color: #AAAAAA;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;  
  color: #FFFFFF;
  
}

form {
  margin: 0px;
  padding: 0px;
  
}

.centrada {
  margin: 0px auto;
  
}

div.contenedor {
  width: 1049px;
  
}

div.fondo {
  float: left;
  width: 1049px;
  background-image: url("../imgs/fondo_azul.jpg");
  background-repeat: no-repeat;
  margin-top: 10px;
  
}

div.nombreSeccion {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  
}

div.nombreSeccion span {
  font-size: 17px;
  
}

div.nombreSeccion div.nombre {
  float: left; 
  width: 195px;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  position: relative;
  top: 440px;
  left: 225px;
  
}

div.header {
  float: left;
  width: 1049px;
  
}

div.header div.superior {
  float: left;
  width: 1049px;
  
}

div.header div.inferior {
  float: left;
  width: 1049px;
  
}

div.header div.idiomas {
  float: left;
  width: 270px;
  height: 21px;
  margin-left: 20px;
  position: relative;
  top: -8px;
  
}

div.header div.idiomas div.idioma {
  float: left;  
  
}

div.header div.idiomas div.idioma a {
  float: left;
  width: 88px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-indent: -100000px;
  display: none;
  
}

div.header div.idiomas div.idioma a:hover {
  background-repeat: no-repeat;
  background-position: 0px -29px;
  
}

div.header div.idiomas div.idioma a.espanol {
  background-image: url("../imgs/btn_espanol.jpg");
  
}

div.header div.idiomas div.idioma a.ingles {
  background-image: url("../imgs/btn_ingles.jpg");
  
}

div.header div.idiomas div.idioma a.chino {
  background-image: url("../imgs/btn_chino.png");
  
}

div.header div.menu {
  float: right;
  height: 46px;  
  margin-right: 1px;
  
}

div.header div.menu ul  {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  list-style-type: none; 
  
}

div.header div.menu ul li  {
  float: left;
  display: inline;
  position: relative;
  
}

div.header div.menu ul li.inicio  {
  float: left;
  width: 19px;
  height: 30px;
  background-image: url("../imgs/bg_menu_inicio.png");
  background-repeat: no-repeat;
  
}

div.header div.menu ul li.separador  {
  float: left;
  width: 18px;
  height: 30px;
  background-image: url("../imgs/bg_menu_separador.jpg");
  background-repeat: no-repeat;
  
}

div.header div.menu ul li a.menu  {
  float: left;
  height: 22px;
  background-image: url("../imgs/bg_menu.jpg");
  background-repeat: repeat-x;
  font-size: 11px;
  font-weight: bold;
  color: #4D4D4D;
  text-transform: uppercase;
  padding-top: 8px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  
}

div.header div.menu ul li a:hover, div.header div.menu ul li.on a {
  color: #999999;
  
}

div.header div.menu ul.submenu {
  display: none;
  position: absolute;
  top: 24px;
  left: -18px;
  background-color: #ccca9b;
  width: 252px;
  z-index: 99;
  
}
 
div.header div.menu ul.submenu li {
  float: none; 
  position: static;
  padding: 5px;
  display: block;
  border-bottom: 1px solid #999999;
  
  
}

div.header div.menu ul.submenu li  a{
  padding-top: 4px; 
  font-size: 11.2px;
  color: #4D4D4D;  
  text-decoration: none;
  
}

div.header div.menu ul.submenu li  a:hover {
  color: #999999;
  
}



div.header div.logoHome {
  float: left;
  width: 227px;
  height: 95px;
  background-image: url("../imgs/bg_logo_home.jpg");
  background-repeat: no-repeat;
  margin-left: 149px;
  text-indent: -100000px;
  cursor: pointer;
  
}

div.header div.slogan {
  float: left;
  width: 672px;
  height: 57px;
  background-image: url("../imgs/bg_slogan.jpg");
  background-repeat: no-repeat;
  margin-top: 20px;
  text-indent: -100000px;
  
}

div.cuerpo {
  float: right;
  width: 980px;
  height: 407px;
  margin-right: 1px;
  
}

div.cuerpo div.recuadrosGrandes {
  float: right;
  width: 693px;
  height: 189px;
  margin-top: 15px;
  
}

div.recuadrosGrandes div.recuadroGrande {
  float: left;
  width: 170px;
  height: 189px;
  background-image: url("../imgs/bg_recuadro_grande.jpg");
  background-repeat: no-repeat;
  cursor: pointer;
  
  
}

div.recuadrosGrandes div.recuadroGrande h3, div.recuadrosGrandes div.recuadroGrande p  {
  display: none;
  
}

div.recuadrosGrandes div.recuadroGrande a {
  float: left;
  width: 69px;
  height: 16px;
  background-image: url("../imgs/bg_ingresar.jpg");
  background-repeat: no-repeat;  
  text-decoration: none;
  color: #606060;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  top: 169px;
  left: 85px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  
}

div.recuadrosGrandes div.recuadroGrande a:hover {
  color: #000000;
  
}

.artaiArgentinaRecuadro {
  background-position: 0px 0px;
  
}

.riskManagementRecuadro {
  background-position: -170px 0px;
  
}

.australReRecuadro {
  background-position: -340px 0px;
  
}

.grupoAfinidadRecuadro {
  background-position: -510px 0px;
  
}

.artaiArgentinaRecuadro:hover {
  background-position: 0px -189px;
  
}

.riskManagementRecuadro:hover {
  background-position: -170px -189px;
  
}

.australReRecuadro:hover {
  background-position: -340px -189px;
  
}

.grupoAfinidadRecuadro:hover {
  background-position: -510px -189px;
  
}

div.cuerpo div.texto {
  float: right;
  width: 517px;
  min-height: 90px;
  background-image: url("../imgs/bg_texto.jpg");
  background-repeat: repeat-y;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 14px;
  font-size: 12px;
  text-align: justify;
  line-height: 19px;
  
}

div.logosRedes {
  float: left;
  width: 241px;
  margin-top: 150px;
  margin-left: 150px;
  color: #0b3560;
  
}

.logosRedesMover {
  margin: 0px;
  position: relative;  
  top: 100px;
  left: 50px;
  
}

div.logosRedes p {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  text-align: center;
  
}

div.logosRedes a.alinter {
  float: left;
  width: 87px;
  height: 40px;
  background-image: url("../imgs/alinter_logo.png");
  background-repeat: no-repeat;
  text-indent: -10000px;
  
}

div.logosRedes a.brokerslink {
  float: left;
  width: 144px;
  height: 32px;
  background-image: url("../imgs/brokerslink_logo.png");
  background-repeat: no-repeat;
  text-indent: -10000px;
  margin-top: 5px;
  margin-left: 10px;
  
}

div.recuadroBlanco {
  float: left;
  width: 100%;
  height: 165px;
  
}

div.recuadroBlanco div.contacto {
  float: left;
  width: 100%;
  
}

div.contacto div.titulo {
  float: left;
  text-transform: uppercase;
  color: #0b3560;
  font-size: 11px;
  text-align: center;
}

div.contacto div.titulo h3 {
  float: left;
  width: 150px;
  height: 22px;
  background-image: url("../imgs/bg_tit_contacto.jpg");
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  margin-left: 20px;
  
}

div.contacto div.campos {
  float: left;
  width: 1009px;
  height: 135px;
  background-image: url("../imgs/bg_contacto.jpg");
  background-repeat: repeat-x;
  border-top: 2px solid #808080;
  color: #8c8c8c;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  
}

div.campos table  {
  margin-left: 20px;
  
}


div.campos table td {
  vertical-align: top;
  text-transform: uppercase;
  
}

div.campos input {
  float: left;
  width: 250px;
  height: 18px;

}

div.campos input.submit {
  float: left;
  width: 60px;
  height: 57px;
  border: 0px;
  background-image: url("../imgs/btn_enviar.jpg");
  background-repeat: no-repeat;
  text-indent: -10000px;
  position: relative;
  top: 12px;
  left: 25px;
  cursor: pointer;

}

div.campos input.submit:hover {
  background-image: url("../imgs/btn_enviar_on.jpg");

}

div.campos textarea {
  float: left;
  width: 415px;
  height: 72px;

}


div.campos div.primero {
  float: left;
  width: 350px;
  
}

div.campos div.segundo {
  float: left;
  width: 540px;
  
}

div.campos div.tercero {
  float: left;
  width: 60px;
  
}

div.pie {
  float: left;
  width: 100%;
  background-color: #20397c;
  font-size: 11px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;

}

div.legales {
  float: left;
  width: 100%;
  font-size: 9px;
  text-align: center;
  margin-top: 5px;

}

div.legales a {
  color: #FFFFFF;
  text-decoration: none;

}

div.legales a:hover {
  color: #CCCCCC;

}

div.cuerpo div.recuadrosChicos {
  float: right;
  height: 170px;
  margin-top: 15px;
  
}

div.recuadrosChicos div.recuadroChico {
  float: left;
  width: 175px;
  height: 149px;  
  background-repeat: no-repeat;
  cursor: pointer;
  
  
}

div.recuadroChico h3, div.recuadroChico p  {
  display: none;
  
}

.recuadroChicoArtai {
  background-image: url("../imgs/bg_recuadro_chico_artai.jpg");
    
}

.recuadroChicoAustral {
  background-image: url("../imgs/bg_recuadro_chico_austral.jpg");
    
}

.recuadroChicoRisk {
  background-image: url("../imgs/bg_recuadro_chico_risk.png");
    
}

.recuadroChicoAfinidad {
  background-image: url("../imgs/bg_recuadro_chico_afinidad.jpg");
    
}

.recuadroChicoUno {
  background-position: 0px 0px;
    
}

.recuadroChicoDos {
  background-position: -175px 0px;
    
}

.recuadroChicoTres {
  background-position: -350px 0px;
    
}

.recuadroChicoCuatro {
  background-position: -525px 0px;
    
}

.recuadroChicoCinco {
  background-position: -700px 0px;
    
}


.recuadroChicoUno:hover {
  background-position: 0px -149px;
    
}

.recuadroChicoDos:hover {
  background-position: -175px -149px;
    
}

.recuadroChicoTres:hover {
  background-position: -350px -149px;
    
}

.recuadroChicoCuatro:hover {
  background-position: -525px -149px;
    
}

.recuadroChicoCinco:hover {
  background-position: -700px -149px;
    
}

div.recuadroChico a {
  float: left;
  width: 69px;
  height: 16px;
  background-image: url("../imgs/bg_ingresar.jpg");
  background-repeat: no-repeat;  
  text-decoration: none;
  color: #606060;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  top: 129px;
  left: 100px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  
}

div.recuadroChico a:hover {
  color: #000000;
  
}

div.textoInterior {
  float: right;
  width: 495px;
  height: 220px;
  background-image: url("../imgs/bg_texto.jpg");
  background-repeat: repeat-y;
  margin-top: 2px;
  padding-left: 20px;
  padding-right: 14px;
  font-size: 12px;
  text-align: justify;
  line-height: 19px;
  overflow: auto;
  
}

div.otrosServicios {
  float: right;
  width: 530px;
  height: 20px;  
  padding-top: 5px;
  font-size: 11px;
  text-align: center;
  background-color: #FFFFFF;
  
}

div.otrosServicios a {
  font-weight: bold;
  text-decoration: none;
  margin-right: 10px;
  
}

div.otrosServicios a.artai {
  color: #20397c;
  
}

div.otrosServicios a.austral {
  color: #42d200;
  
}

div.otrosServicios a.risk {
  color: #e00000;
  
}

div.otrosServicios a.afinidad {
  color: #ff9f1a;
  
}

div.otrosServicios a:hover {
  color: #666666;
  
}

div.descargarPDF {
  float: right;
  
  
}

div.descargarPDF a {
  float: left;
  width: 199px;
  height: 67px;
  background-image: url("../imgs/btn_pdf.jpg");
  background-repeat: no-repeat;
  text-indent: -10000px;
  position: relative;
  top: 75px;
  left: 400px;
  display: none;
  
}

div.recuadro {
  float: left;
  width: 175px;
  height: 149px;  
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #999999;
  margin-top: 34px;
  margin-left: 140px;
  
}

div.recuadro h3, div.recuadro p  {
  display: none;
  
}

div.recuadro a {
  float: left;
  width: 69px;
  height: 16px;
  background-image: url("../imgs/bg_ingresar.jpg");
  background-repeat: no-repeat;  
  text-decoration: none;
  color: #606060;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: capitalize;
  position: relative;
  top: 129px;
  left: 100px;
  padding-top: 1px;
  text-align: center;
  z-index: 1;
  
}

div.recuadro a:hover {
  color: #000000;
  
}

div.textoDetalle {
  float: right;
  width: 520px;
  height: 325px;
  background-image: url("../imgs/bg_texto.jpg");
  background-repeat: repeat-y;
  background-color: #3156a7;
  margin-top: 2px;
  padding-left: 20px;
  padding-right: 14px;
  font-size: 12px;
  text-align: justify;
  line-height: 19px;
  overflow: auto;
  
}

div.textoDetalle a {
  color: #FFFFFF;
    
}

div.textoDetalle a:hover {
  color: #999999;
    
}

table.newsletter {
  float: left;
  width: 630px;
  font-size: 11px;
  padding: 5px;
  border: 1px solid #CCCCCC;
  margin-bottom: 14px;
  
}

table.newsletter table {
  margin: 0px;
  padding: 0px;
  
}

table.newsletter td {
  padding-right: 10px;
  
}

table.newsletter input {
  width: 170px;
  height: 12px;
  font-size: 11px;
  
}

table.newsletter input.submit {
  width: 45px;
  height: 43px;
  font-size: 11px;
  background-image: url("../imgs/btn_suscribirse.jpg");
  background-repeat: no-repeat;
  text-indent: -10000px;
  border: 0px;
  cursor: pointer;
  
}

table.newsletter input.submit:hover {
  background-image: url("../imgs/btn_suscribirse_on.jpg");
  
}


