@charset "utf-8";
/* CSS Document */
/*ESTILOS PARA CONTENIDO
-------------------------------------------------------*/
#cont-cuadro{
background-color:#EEEFF0;
border:2px;
border-width:thick;
border-color:#333;
width: 340px;
height: 150px;
color:#1F6192;
padding:5px;
}
.cont-titulo-cuadro{
background-color:#CCC;
border:0px;
width: 300px;
color:#1F6192;
padding:5px;
margin-left:16px;
margin-top:10px;
font:12px "Arial";
font-weight:900;
text-align:center;
height:15px;
}
.cont-texto-cuadro{
font:12px "Arial";
color:#636466;
text-align:left;
margin-top:5px;
margin-left:16px;
}

.cont-titulo-links{
background-color:#DDD;
border:0px;
width: 200px;
color:#1F6192;
padding-top:3px;
padding-bottom:3px;
padding-right:0px;
padding-left:15px;
margin-top:5px;
}

.cont-titulo-links-titulo{
background-color:#FFF;
border:0px;
color:#1F6192;
margin-top:5px;
padding-top:3px;
padding-bottom:3px;
}


.cont-titulo{
font:12px "Arial";
color:#1F6192;
text-align:left;
font-weight:900;
}
.cont-azul{
font:12px "Arial";
color:#1F6192;
text-align:left;
}
.cont-texto{
font:12px "Arial";
color:#636466;
text-align:left;
}
.cont-texto-m{
font:12px "Arial";
color:#636466;
text-align:left;
margin-top:5px;
}
.cont-titulo-form{
font:12px "Arial";
color:#FFF;
text-align:left;
font-weight:900;
margin-left:5px;
}
.cont-texto-form{
font:12px "Arial";
color:#333;
text-align:left;
margin-left:15px;
}
/*ESTILOS PARA LINKS
-------------------------------------------------------*/
.cont-texto a:link{
color: #1F6192;
text-decoration: none;
font-weight:bold;
}
.cont-texto a:hover {
color: #1F6192;
text-decoration: underline;
font-weight:bold;
}
.cont-texto a:visited {
color: #1F6192;
text-decoration: none;
font-weight:bold;
}
/*ESTILOS PARA FORMULARIO
-------------------------------------------------------*/
.cleardefault {
border: 1px solid #999;
background-image:url(../imagenes/contacto/text-box.gif);
background-repeat:repeat-x;
background-color: #FFF;
margin-left:15px;
width:250px;
color:#666;
}
.cleardefault:focus {
border: 1px solid #999;
background-image:url(../imagenes/contacto/text-box.gif);
background-repeat:repeat-x;
background-color: #FFF;
margin-left:15px;
width:250px;
color:#333;
}
.text-box {
border: 1px solid #999;
background-image:url(../imagenes/contacto/text-box.gif);
background-repeat:repeat-x;
background-color: #FFF;
margin-left:15px;
width:250px;
color:#666;
}
.text-box:focus {
border: 1px solid #999;
background-image:url(../imagenes/contacto/text-box.gif);
background-repeat:repeat-x;
background-color: #FFF;
margin-left:15px;
width:250px;
color:#333;
}


.pos-boton{
margin-left:150px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../imagenes/contacto/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../imagenes/contacto/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 