/* 
    Document   : style.css
    Created on : 02/09/2013, 07:52:31 AM
    Author     : Ing. Javier Marquett
    Description:
        Estilos generales para la web
*/

root { 
    display: block;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    background-image:url(../imagenes/fondo_r.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #f9f9f9;        
}

.body_serv
{
    background-image: url(../imagenes/fondo_geas.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
#contenedor_general
{
    width: 1024px; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
}

.contenedor_header
{
    background-image:url(../imagenes/header.png);
    background-repeat: no-repeat;
    padding-top: 60px;
    height: 150px;
    width: 100%;
}

#ContenedorBarraPrincipal {
    position:absolute;
    width:1025px;
    height:89px;
    z-index:5;
    top: 59px;
    left: -1px;
}

#menu 
{ 
    top:30px;
}

.logo
{
    position: absolute;
    top: 40px;
    z-index:6;
}

.slogan
{
    position: absolute;
    top:70px;
    left: 480px;
}

.slogan2
{
    padding-bottom: 20px; 
}

.slider
{
    min-height: 320px;
}

.contenido
{
    min-height: 420px;
}
.container_enlaces
{
    width: 1024px;
    padding: 20px 2px;
}
/******************DESCARGAS*******************/
#catalogo
{
    background:url(../imagenes/desc_catalog.png);
    cursor:pointer;
    height:67px;
    width:176px;
}
#catalogo:hover
{
    background-position: right;
    height:67px;
    width:176px;
}
.container_enlaces .col1
{
    width: 270px;
    float: left;
    text-align: center;
    padding-left: 70px;
}
.container_enlaces .col2
{
    width: 270px;
    float: left;
    padding-left: 70px
}
.container_enlaces .col3
{
    width: 270px; 
    float: left;
    padding-left: 70px;
}
/********************************************/
.derecha
{
    float: right;
}
.izquierda
{
    float: left;
}
.marca_de_agua
{
    position: absolute;
    left: 27%;
    top: 35%;
}
.list-servicios{}
.list-servicios li figure{float:left;margin-right:30px}
.list-servicios li figure.figure_derecha{float:right;margin-left:30px;}
.list-servicios li h4{padding-top:14px;}
.list-servicios li span
{
    padding-top:14px;
    margin-left: 80px; 
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 24px;
    color: #666666;
    font-weight: bold;
}
.list-servicios li{padding-bottom:30px}
.list-servicios.extra h4{padding-top:10px}

.box_description
{
    background-image: url('../imagenes/squinaI.png'); 
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 80px;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
.box_description2
{
    background-image: url('../imagenes/squinaII.png'); 
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 20px;
    padding-right: 80px;
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}
.titulo
{
    padding-top: 4px;
    margin-bottom: 7px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 20px;
}
.servicios
{   
    font-size: 17px;
    text-align: justify;
}
.text_servicios
{
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}
#text_quienes_somos
{   
    font-size: 17px;
    text-align: justify;
}
.text_quienes_somos
{
    font-size: 12px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
}
#direcciones p
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #666666; 
    font-size: 14px;
}
.contenedor_footer
{
    background-image:url(../imagenes/fondo_f.jpg);
    background-repeat: repeat-x;
    height: 56px;
}

.subcontenedor_footer
{
    width: 1024px; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
}

#social-icons
{
    float: left;
    padding-top: 5px;
    padding-left: 50px;
}

.contenedor_footer #footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: center;
    padding-top: 25px;
}

.tooltip_twt:hover:after {
    bottom: 40px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 5%;
    position: absolute;
    content: "Twitter";
    z-index: 98;
    /*el formato gráfico */
    /*background: rgba(0,0,0, 0.7);*/
    background: rgba(87,179,230, 0.9);
    border-radius: 10px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 50px;
}
.tooltip_twt:hover:before {
    bottom: 32px;
    content: "";
    left: 6%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(87,179,230, 0.9) transparent;
    border-width: 9px 6px 0 6px;
}

.tooltip_fb:hover:after {
    bottom: 40px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 9%;
    position: absolute;
    content: "Facebook";
    z-index: 98;
    /*el formato gráfico */
    /*background: rgba(0,0,0, 0.7);*/
    background: rgba(36,104,229, 0.9);
    border-radius: 10px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 50px;
}
.tooltip_fb:hover:before {
    bottom: 32px;
    content: "";
    left: 10%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(36,104,229, 0.9) transparent;
    border-width: 9px 6px 0 6px;
}

.tooltip_ink:hover:after {
    bottom: 40px;
    content: attr(title); /* este es el texto que será mostrado */
    left: 13%;
    position: absolute;
    content: "Linkedin";
    z-index: 98;
    /*el formato gráfico */
    /*background: rgba(0,0,0, 0.7);*/
    background: rgba(0,123,182, 0.9);
    border-radius: 10px;
    color: #FFF; /* el color del texto */
    font-family: Georgia;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 50px;
}
.tooltip_ink:hover:before {
    bottom: 32px;
    content: "";
    left: 14%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
    border-color: rgba(0,123,182, 0.9) transparent;
    border-width: 9px 6px 0 6px;
}

#box_empresas
{
    padding-left: 50px;
    float: left;
}

#empresas li{ 
    list-style-type: none; 
    list-style-image: url("../imagenes/check-blue.png");
    list-style-position: inside;
    font-size: 15px;
    font-style: italic;
}

#referencias
{
    margin-top: 10px;
}

#referencias li{ 
    list-style-type: none; 
    list-style-image: url("../imagenes/vin.png");
    list-style-position: inside;
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    padding-bottom: 7px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

ol, ul
{
    list-style: none;  
}

.mapa/*fondo en quienes somos*/
{
    background-image: url("../imagenes/map.png");
    background-repeat: no-repeat;
    background-position: center;
}

/**********************************FORMULARIO**********************************/
/*Formulario de contacto*/
.contact_form h2 {
    color: #0c81b9;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    text-shadow: 1px 1px 1px #CCCCCC;
}

/*--- estilos para los ul y li del formulario ---*/
.contact_form ul {
    width:500px;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    border-bottom:1px dashed #6aacd4;
    position:relative;
}

.contact_form label {
    color: #555555;
    display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 3px;
    padding: 3px;
    width: 90px;
}
.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;    
}
.contact_form textarea {
    padding:8px;
    width:220px;
}
.contact_form button {
    margin-left:90px;
}

/*----- estilos visuales de los elementos --------*/
.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:4px;
    color: #888;
    font-size: 12px;
    padding-right:30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right:80px;
}

/* === Estilos de Validacion === */

.contact_form input:required:valid, .contact_form textarea:required:valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535 !important;
}

/* === Estilos del boton de Envio === */
button.submit {
    padding: 9px 17px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #444;
    border: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
    background-image: -moz-linear-gradient(0% 100% 90deg, #BBBBBB, #FFFFFF);
    background-color: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
button.submit:hover {
    cursor: pointer;
    color: #2289ba;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.5);        
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
button.submit:active {
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    color: #000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#fff));
    background-image: -moz-linear-gradient(0% 100% 90deg, #007fcb, #FFFFFF);
}
/* === Estilos adicionales del boton de Envio en Descargas === */
.container_btn_descargar
{
    margin-top: 10px;
}
.container_btn_descargar span
{
    padding-left: 12px;
}
.container_btn_descargar button.submit
{
    margin-left: 50px;
}
/*======Contenedores Direcciones======*/
#direccion
{
    padding-top: 50px;
}

#direccion p
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #666666; 
    font-size: 14px;
}

#direccion
{
    padding-top: 50px;
}

.dir_logo
{
    width: 100%;
    text-align: left;
}

.dir_img
{
    float: left;
}

.dir_telf
{
    padding-top: 10px;
}

.dir_ubi p
{
    font-size: 12px !important;
    margin-top: -10px;
}