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


/* INICIO DE ANULACIONES - ELEMENTOS HANDHELD ------------------------------ */
.logo_mini {
display: none;
visibility: hidden;
}
#seccion_handheld {
display: none;
visibility: hidden;
}
/* FIN DE ANULACIONES - ELEMENTOS HANDHELD --------------------------------- */

*{
margin: 0px;
padding: 0px;
}
body {
background-color: #FFFFFF;
overflow: hidden;
}
html { 
overflow:hidden; 
}
#centrante {
height: 1200px;
width: 100%;
position:absolute;
top:50%;
margin-top: -600px;
}
#cinturon_1 {
background-color: #000000;
width: 100%;
height: 350px;
}
#cinturon_2 {
background-image: url(../imagenes/comunes/fondo_cint2.png);
background-repeat: repeat-x;
background-position: left top;
height: 40px;
}
#contenedor {
width: 670px;
background-image: url(../imagenes/index/fondo_index.png);
background-repeat: no-repeat;
background-position: left top;
margin-top: -40px;
float: left;
}

/* INICIO DE ESTILOS PARA CUERPO SUPERIOR ---------------------------------- */
#superior {
width: 670px;
margin-top: -28px;
}
#superior  img {
margin-top: 40px;
float: left;
margin-left: 150px;
display: block;
}
/* FIN DE ESTILOS PARA CUERPO SUPERIOR ------------------------------------- */

/* INICIO DE ESTILOS PARA CUERPO CENTRAL ----------------------------------- */
#seccion {
width: 670px;
margin-top: 80px;
float: left;
}
#seccion  img {
display: block;
margin-left: 210px;
}
#seccion  a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #A8A8A8;
text-decoration: none;
outline: none;
margin-top: 10px;
display: block;
margin-bottom: 10px;
margin-left: 210px;
}
#seccion p {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #C0C0C0;
margin-left: 210px;
margin-top: 120px;
line-height: 20px;
}
#seccion  a:hover {
color: #888888;
}
/* FIN DE ESTILOS PARA CUERPO CENTRAL -------------------------------------- */

/* INICIO DE CLASES -------------------------------------------------------- */
.bold {
font-weight: bold;
color: #666666;
}
/* FIN DE CLASES ------------------------------------------------------------ */
