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

*{
margin: 0px;
padding: 0px;
}
body {
background-color: #FFFFFF;
}
#cinturon_1 {
background-color: #000000;
width: 100%;
height: 1em;
}
#cinturon_2 {
display: none;
visibility: hidden;
}
#contenedor {
width: 100%;
}

/* INICIO DE ESTILOS PARA CUERPO SUPERIOR ---------------------------------- */
#superior {
width: 100%;
}
#superior  img {
display: none;
visibility: hidden;
}
.logo_mini {
display: block;
margin-right: auto;
margin-left: auto;
}
/* FIN DE ESTILOS PARA CUERPO SUPERIOR ------------------------------------- */

/* INICIO DE ESTILOS PARA CUERPO CENTRAL ----------------------------------- */
#seccion {
display: none;
visibility: hidden;
}
#seccion_handheld {
width: 100%;
margin-top: 1.5em;
}
#seccion_handheld p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
font-weight: normal;
color: #C0C0C0;
text-align: center;
}
#seccion_handheld a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #A8A8A8;
text-decoration: none;
outline: none;
display: block;
margin-bottom: 1.5em;
text-align: center;
}
#seccion_handheld  a:hover {
color: #888888;
}
/* FIN DE ESTILOS PARA CUERPO CENTRAL -------------------------------------- */

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