* { margin:0px}

body { background-color: #F5F5F5; }


#total {
    width: 1154px;
    /*width: 80%;*/
    height: 100%;
    margin: auto;
    border: 1px;
    border-style: solid;
    border-color: grey;
    background-color: white;
    overflow: hidden;
    }

#cabecera {
    height: 180px;
    width: 100%;
    }

#fondoazul {
    background-color: #019fc4;
    height: 31%;
    width: 100%;
    position: relative;
    z-index: 1;
    }
    
.sombra {
    -moz-box-shadow:    0px 5px 11px -2px #a4d4e0;
    -webkit-box-shadow: 0px 5px 11px -2px #a4d4e0;
    box-shadow:         0px 5px 11px -2px #a4d4e0;
    z-index: -1;
    }

#cuerpo {
    margin-top: 50px;
    width: 100%;
    }


/*
#logo
modificado por integracion */
.logo {
    position: absolute;
    height: 100px;
    width: 100px;
    background-image: url('../images/logo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-style: solid;
    border-width: 6px;
    border-color: #019fc4;
    border-radius: 100px;
    margin-left: 2%;
    float: left;
    z-index: 4;
    }

a {
    color: white;
    text-decoration: none;
    font-family: verdana;
    font-size: 0.6em;
    font-weight: 100;
    letter-spacing: -0.1px;
    }
    
.menu {
    color: white;
    list-style: none;
    line-height: 80px;
    }
    
#menu {
    margin: 30px 0px 0px 190px;
    float: left;
    position: absolute;
    padding-top: 5px;
    }
    
.limenu li:hover {
    background-color: #28b8d3;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

.menu li {
    float:left;
    padding-left: 8px;
    padding-right: 8px;
    height: 60px;
    }
    
.limenu {
    float: left;
    margin-top: -35px;
}

#entrar {
    color: white;
    list-style: none;
    float: right;
    padding: 35px 0px;
    height: 60px;
    }
    
/*  modificado por integracion  */
#entrar .limenu { color: white; text-decoration: none; font-family: verdana; font-size: 0.6em; font-weight: 100; letter-spacing: -0.1px; }
#login { font-size: 2em; }
#login { color: black; font-size: 2em; line-height: 14px; }
#login label { display: inline-block; width: 120px; font-size: 0.7em; text-align: left; }
#login input { clear: both; width: 160px; }
#login #rememberme { width: 20px !important; }
#login p { margin: 10px 0; }
#entrar a { color: #fff; font-size: 1em; }
/*  / modificado por integracion  */

.titulo {
    width: 80%;
    margin-top: 100px;
    margin-left: 80px;
    }
    
h1 {
    color: #28b8d3;
    font-family: Arial;
    font-weight: 100;
    font-size: 1.3em;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -1px;
    font-stretch: narrower;
    }
    
.reset {
    background-color: #cccccc;
    width: 100%;
    height: 2px;
    overflow: auto;
    }

.hidden {
    display: none;
}

#texto {
    margin-left: 12%;
    margin-right: 15%;
    margin-top: 3%;
    /*  modificado por integracion */
    font-family: verdana; font-size: 0.8em; 
}

.bajada, h5 {
    color: #7d7d7d;
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bolder;
    margin-bottom: 4%;
}

h3, h3 a {
    color: #28b8d3;
    font-family: Arial;
    font-size: 0.8em !important;
    font-weight: bolder;
    margin-top: 20px;
}

p, #texto ul li, #texto ol li {
    color: #898989;
    font-family: Arial;
    font-size: 0.9em;
    margin-top: 2px;
}

/* modificado por integracion */
#texto ul {
    margin: 0 15px;
    padding: 0;
}

img {
    float: right;
    width: 43%;
    padding-right: 4%;
    margin-bottom: 2%;
    padding-left: 2%;
}

#pie {
    background-color: #019fc4;
    width: 100%;
    height: 150px;
    position: relative; /* modificado por integracion */
    }

/*  modificado por integracion */
#pie .logo { position: absolute; top: 35px; right: 35px; }
#pie .content { font-family: Verdana; font-weight: 100; color: white; font-size: 0.6em; position: absolute; margin-left: 40px; margin-top: 130px; }
/*  / modificado por integracion */


#antepie {
    background-color: #28b8d3;
    height: 20px;
    width: 100%;
    margin-top: 30px;
    }

#login {
    background-color: white;
    border-color: #cccccc;
    border-style: solid;
    border-width: 2px;
    position: absolute;	
    margin-top: -25px;
    margin-left: -153px;
    padding-left: 10px;
    width: 180px;
    /* modificado por integracion
    height: 70px;
    */
    }
    
#entrar ul {
    display: none;
    list-style: none;
}

#entrar li:hover > ul {
   display: block;
}

#entrar li:hover {
    background-color: #28b8d3;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#input1 {
    color: #898989;
    font-family: arial;
    font-size: 1.4em;
    position: relative;
    margin-top: -19px;
    margin-left: 2px;
    float: left;
}    

#input2 {
    color: #898989;
    font-family: arial;
    font-size: 1.4em;
    position: relative;
    margin-top: -53px;
    margin-left: 16px;
    float: left;
}

#productos:hover > ul {
   display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#productos:hover {
    background-color: #28b8d3;
    border-radius: 0px 0px 3px 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#productos ul {
    background-color: #24b0cb;
    height: 25px;
    width: 200%;
    position: absolute;
    margin-top: 55px;
    margin-left: -286px;
    z-index: -2;
    display: none;
}

#productos {
    margin-top: -35px;
}

#productos div {
    margin-top: 35px;
}

#productos li {
    color: white;
    font-family: arial;
    font-size: 1.2em;
    list-style: none;
    position: absolute;
    margin-left: 150px;
    margin-top: -62px;
}

.botonera {
    clear: both;
    float: right;
    margin-top: 30px;
    margin-right: 25px;
/*  modificado por integracion
    position: relative;
    float: left;
    margin-bottom: 2.5%;
    height: 40px;
    margin-top: 17px; 
*/
}

/*  modificado por integracion */
.botonera.left {
    margin-top: 0 !important;
    float: left !important;
    margin-left: 19px !important;
}

.boton {
    background-color: #e3e3e3;

    /* modificado por integracion
      height: 22px;
    */
    color: #777;
    padding: 7px;

    float: left;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    text-align: center;
}

.boton a {
    color: grey;
    font-family: arial;
    font-size: 0.8em;
}

#imagenes {
    width: 200%;
}

h2 {
    margin-top: 20px;
    text-align: center;
    color: grey;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
}

.consulta {
    width: 30%;
    margin-top: 30px;
    margin-left: 10px;
    color: grey;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    float: left;
}

.consulta > div {
    margin-top: 5px;
}

#logos {
    padding-top: 30px;
    height: 200px;
    width: 90%;
}

#logos > img{
    width: 80px;
    height: 80px;
}

h4 {
  margin-top: 30px;
  font-family: arial;
  color: grey;
  font-size: 0.8em;
  font-weight: lighter;
}

.producto {
    width: 180px;
    height: 150px;
    margin-left: 15px;
    background-image: url('img.jpg');
    background-repeat: no-repeat;
    border-color: grey;
    border-style: solid;
    border-width: 1px;
    float: left;  
}

.nombreprod {
    width: 180px;
    height: 20px;
    position: absolute;
    margin-top: 110px;
    background-color: #cccccc;
    border-color: grey;
    border-style: solid;
    border-width: 1px;
    opacity:0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    font-family: arial;
    color: grey;
    font-size: 0.7em;
    font-weight: 100;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 5px;
    margin-left: -1px;
}

.fichas {
    height: 500px;
}

#cabecerasta {
    background-image: url('http://miriadna.com/desctopwalls/images/max/Yellow-wheat-field.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    width: 67%;
    height: 125px;
    background-color: black;
    position: absolute;
    margin-left: 80px;
}

#titulosta {
    position: absolute;
    height: 27px;
    width: 62%;
    background-color: #f2f3f4;
    margin-left: 80px;
    margin-top: 92px;
    z-index: 2;
    padding-top: 6px;
    opacity:0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    padding-left: 5%;
    letter-spacing: 1px;
}

#navegacionblog {
    background-color: #24b0cb;
    height: 25px;
    margin-top: 80px;
    margin-left: -150px;
    width: 200%;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
}

.menublog {
    list-style: none;
    font-family: arial;
    font-size: 1.2em;
}

#historial {
    width: 90px;
    height: 155px;
    background-color: white;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    color: grey;
    position: relative;
    margin-left: -60px;
    margin-top: 5px;
    padding: 10px;
}

#menublog ul {
    display: none;    
}

#menublog:hover > ul {
    display: block;
}

#menublog li:hover {
    background-color: #F0F8FF;
}

.limenuelegido {
    color: white;
    background-color: #28b8d3;
    border-radius: 0px 0px 3px 3px;
    text-decoration: none;
    font-family: verdana; font-size: 0.6em;
    font-weight: 100;
    letter-spacing: -0.1px;
    float: left;
    margin-top: -35px;
}




/*      menu jaz    */
.menujaz {
    float: left;
    list-style: none;
    text-transform: uppercase;
    position: absolute;
    margin-left: 190px;
} 

.menujaz li {
    float: left;
    margin-right: 20px;
    border-radius: 0px 0px 3px 3px;
    text-align: center;
    height: 30px;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.menujaz li:hover {
    background-color: #28b8d3;
}

.menu-item page-item {
    position: relative;
    margin-top: 35px;
    color: white;
    font-family: verdana;
    font-size: 0.9em;
}

.menujaz ul {
    display: none;
    z-index: 0;
}

.menu-item:hover ul {
/* modificado por integracion
#menu-item-40:hover ul {
*/
    display: block;
    z-index: 0;
}


.sub-menu {
    width: 1000px;
    height: 24px;
    position: absolute;
    background-color: #28b8d3;
    margin-top: 3px;
    margin-left: -310px;
    list-style: none;
    padding-left: 200px;
}

.sub-menu li {
    position: relative;
    margin-top: 2px;
    margin-left: 10px;
    padding-top: 0 !important;
    text-transform: capitalize;
    height: 20px; 
}

.sub-menu li:hover {
    height: 10px;
    /*  modificado por integracion  */
    /*display: none;*/
}
/*      / menu jaz      */


/*  agregado por integracion */
.producto-item h3 { margin-top: 0; }
.producto-item h3 a { font-size: 1.1em !important; }
.producto-item img { float: left; height: 230px; width: 350px; }
.producto-item { width: 100%; font-size: 1.1em; }
.productos-container .content { float: left; width: 440px; }
.clearfix { font-size: 1px; clear: both; }
ul.clientes { list-style: none; list-style-position: inside; margin-top: 20px; margin-left: -10px; padding: 0; }
ul.clientes li { float: left; margin: 10px 10px 0 0; }
ul.clientes li img { width: auto !important; height: auto !important;  max-width: 80px; max-height: 80px; }
form p { display: block; clear: both; }
form label { float: left; width: 120px; margin-right: 10px; text-align: right; padding-top: 2px; }
form input { float: left; width: 200px; margin-bottom: 10px; }
form textarea, form .consulta { padding: 0 !important; margin: 0 !important; resize: none; }
form input { width: 300px; }
form textarea { width: 305px; }
form input.wpcf7-submit { margin-left: 130px; width: 100px; height: 25px !important; margin-top: 5px; }
.wpcf7-not-valid-tip { position: absolute !important; margin-left: 10px !important; border: 0 !important; }
.consulta .wpcf7-not-valid-tip { left: 310px !important; top: 0 !important; }
.wpcf7-response-output { display: block !important; margin-top: 50px !important; margin-left: 130px !important; width: 275px !important; }
form img { width: auto !important; height: auto !important; position: absolute !important; margin-left: -30px !important; margin-top: 8px !important; }

/*  modificado por integracion */
#cuerpo-blog h3, #cuerpo-blog h3 a { font-size: 1em !important; }
#cuerpo-blog { float: left; margin-top: 50px; width: 75%; }
#cuerpo-blog #texto { margin-left: 10% !important; }
#sidebar-blog { float: left; margin-top: 50px; width: 13%; margin-left: 20px; }
.blog-content a, #archives a { color: #28b8d3; }
.blog-content a.boton { color: #fff; font-size: 0.7em;}

.blog-content .post { border-bottom: 1px solid #ededed; padding-bottom: 2px; margin-bottom: 20px; }
.blog-content h1 { text-align: left; font-size: 2em; }
.blog-content h2 { text-align: left; font-size: 1.5em; }
.blog-content .entry-meta { font-size: 0.8em; margin-bottom: 10px; }
.blog-content .entry-meta a { font-size: 1em; }
.blog-content .entry-utility { font-size: 0.8em; margin-top: 10px; }
.blog-content .entry-utility a { font-size: 1em; }
.blog-content .navigation a { font-size: 0.9em; }
.blog-content .special-post-title { font-size: 1em; }
.blog-content .special-post-title a { font-size: 1em; }
