/*::::::::::::::::::::::::::::::::::::::::::
@import de hojas de estilos
::::::::::::::::::::::::::::::::::::::::::*/
@import url('reset.css');
@import url('fuentes.css');
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTILOS GENERALES.==========================================
   *Estos son los estilos generales del sitio
   =================================================================*/

a {text-decoration:none; color:#fff;}
a:hover{text-decoration:underline;}  

h1{
display: block;
    background-color:#662d91;
    width: 90%;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color:fff;
    font-weight:500;
    font-size: 12px;
    margin: 15px 5% -5px 5%;
    font-family: 'Libre Baskerville', serif;
}
h4{
    color: #fff;
    font-size:12px;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 5px 0px;
    text-align: center;
    }

    h3{
    font-size: 16px;
    color: #662d91;
    font-family: 'Roboto', sans-serif;
        text-align: center;
    }
/* =============================================================================
   DISEÑO MÓVIL: 480 PX E INFERIOR.
   ========================================================================== */

body {
	background: #ebe8e8 url(../img/background-celular.png);
	background-repeat:repeat-x;
	}
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTILOS DEL #contenedor.==========================
   *El #contenedor engloba desde el slideshow hasta los legales.
   ========================================================*/
#contenedor {
	width:100%;
	margin:auto;
	/*background-color:#595052;*/
    margin-bottom: 20px;
}
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTILOS DEL #sub_contenedor.=======================
   *El #sub_contenedor engloba desde el slideshow hasta footer, y todo
    lo que hay entre estos como el bloque 1, el contenido y el aside. 
   ========================================================*/
#sub_contenedor {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	/*background-color:#F2E7AE;*/
}

.punto_ocultar{
    color:#ebe8e8;
    }
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DEL #slideshow.==============
   *
   ========================================================*/

p .encabezado {
    display: block;
    text-align: center;
    color: fff;
    font-size: 12px;
    margin-top: -25px;
    font-family: 'Libre Baskerville', serif;
    }

.resaltado{
    color:#bfd730;
    }


    .img_slide img{
    width: 100%;
    
    }

    #wrapper{
        width: 94%;
        margin:auto;
    }


    
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DE section#bloque1.=========
   *
   ========================================================*/

#bloque2 {
	width:90%;
    height:auto;
	float:left;
    margin:20px 5% 0px 2%;
    background-color:#FFFFFF;
    padding:0px 15px 5px 0px;
    font-size: 10px;
    
    box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}
/*===================================================================*/
#producto1{
    width: 90%;
    height: auto;
    position: static;
    float: left;
    /*background-color:aqua;*/
    padding: 20px 10px 0px 20px;
}
/*===================================================================*/
/*Inicio Cuadros*/

.productos-home img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.productos-home img:hover{
    opacity: 0.75;
    transform:scale(0.95);
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
}

.cuadro1{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:blue;*/
    margin:20px 3% 3px 5%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro1 img{
    width: 100%
}  
/*====================*/
.cuadro2{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:green;*/
    margin:20px 1% 3px 1%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro2 img{
    width: 100%
}  
/*====================*/
.cuadro3{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:orangered;*/
    margin:20px 3% 3px 5%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
   color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro3 img{
    width: 100%
}  
/*====================*/
.cuadro4{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:rebeccapurple;*/
    margin:20px 1% 3px 1%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro4 img{
    width: 100%
}  
 /*====================*/   
.cuadro5{
    width:44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:yellow;*/
    margin:20px 3% 3px 5%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro5 img{
    width: 100%
}  
/*====================*/
.cuadro6{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:brown;*/
    margin:20px 1% 3px 1%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
   color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro6 img{
    width: 100%
}  
/*====================*/
.cuadro7{
    width:44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:pink;*/
    margin:20px 3% 3px 5%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
   color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro7 img{
    width: 100%
}  
 /*====================*/   
.cuadro8{
    width:44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:dimgrey;*/
    margin:20px 1% 3px 1%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro8 img{
    width: 100%
}  
 /*====================*/   
.cuadro9{
    width: 44%;
    height:auto;
    position: static;
    float: left;
    /*background-color:teal;*/
    margin:20px 3% 20px 5%;
     font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:12px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
.cuadro9 img{
    width: 100%
}  
/*===================================================================*/
footer
{
width:100%;
height:auto;
background-color:#000;
position: static;
bottom: 0;
    float: left;
}

footer #carrusel {
	width:100%;
    height:auto;
	margin:auto;
	background-color:#662d91;
    display: block;
}

footer #carrusel #cont_carrusel{
    width:90%;
    height:auto;
    margin:auto;
    /*background-color:orangered;*/
    display: block;
    font-family: 'Libre Baskerville', serif;
    padding-top: 10px;
    
}

footer #legales{
    width:90%;
    height:350px;
    margin:auto;
    /*background-color:lightslategrey;*/
    display: block;
    }

#legales #direccion {
	/*background-color: #39F;*/
	display: block;
	float: left;
	width: 100%;
	position: static;
    position: static;
    padding-top: 20px;
    color: #86858a;
    text-align: center;
    font-size: 12px;
    font-family:'Roboto', sans-serif;
    line-height: 20px;
}
#legales #formulario {
	/*background-color: #9CC;*/
	display: block;
	clear: right;
	float: left;
	width: 100%;
}

#legales #direccion a{
    color: #86858a;
    text-decoration:none;
}  

/* =============================================================================
   DISEÑO TABLETA: DE 481 PX A 800 PX. HEREDA ESTILOS DE: DISEÑO MÓVIL.
   ========================================================================== */
@media only screen and (min-width: 481px) {


body {
	background: #ebe8e8 url(../img/background_tablet.png);
	background-repeat:repeat-x;
}
    
h1{
    display: block;
    background-color:#662d91;
    width: 90%;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color:fff;
    font-weight:500;
    font-size: 16px;
    margin: 20px 6% 0px 4%;
    font-family: 'Libre Baskerville', serif;
} 
    
h4{
    color: #fff;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 5px 0px;
    }
    
    h3{
    font-size: 16px;
    color: #662d91;
    font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: left;
        
    }
/*-------------------------------------------------------------------------------------------*/
/* ==|== ESTILOS DEL #contenedor.==========================
   *El #contenedor engloba desde el slideshow hasta los legales.
   ========================================================*/
#contenedor {
	width:100%;
	/*background-color:#595052;*/
    margin-bottom: 20px;
    margin-top: 0px;
}
/*-----------------------------------------------------------------------------------*/
/* ==|== ESTILOS DEL #sub_contenedor.=======================
   *El #sub_contenedor engloba desde el slideshow hasta footer, y todo
    lo que hay entre estos como el bloque 1, el contenido y el aside. 
   ========================================================*/
#sub_contenedor {
	width:100%;
	float:left;
	margin:0px 0px 0px 0px;
	background-color:inherit;
}
    
    .punto_ocultar{
    color:#ebe8e8;
    }
/*------------------------------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DEL #slideshow.==============
   *
   ========================================================*/
    
p .encabezado {
    display: block;
    text-align: center;
    color: fff;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    margin-top: 1px;
    }
    
.resaltado{
    color:#bfd730;
    }   

    .img_slide img{
    width: 100%;
    height: 100%;
    }

    #wrapper{
        width: 88%;
        margin:auto;
    }

    
    
/*-----------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DE section#bloque1.=========
   *
   ========================================================*/

#bloque2 {
	width:85%;
    height:auto;
	float:left;
    margin: 30px 5% 30px 6%;
    background-color:#FFFFFF;
    padding:0px 10px 30px 10px;
    font-size: 10px;
    
    box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}
/*===================================================================*/
#producto1{
    width: 92%;
    height: auto;
    position: static;
    float: left;
    display: block;
    /*background-color:aqua;*/
    padding: 20px 20px 0px 20px;
}
/*===================================================================*/
/*Inicio Cuadros*/    
.cuadro1{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:blue;*/
    margin:10px 1% 10px 3%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
    line-height: 20px;
}
    
.cuadro1 img{
    width: 100%
}  
/*====================*/   
.cuadro2{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:green;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro2 img{
    width: 100%
}  
/*====================*/   
.cuadro3{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:orangered;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro3 img{
    width: 100%
}  
/*====================*/   
.cuadro4{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:rebeccapurple;*/
    margin:10px 1% 10px 3%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro4 img{
    width: 100%
}  
    
    
/*====================*/      
.cuadro5{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:yellow;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro5 img{
    width: 100%
}  
/*====================*/   
.cuadro6{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:brown;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro6 img{
    width: 100%
}  
/*====================*/   
.cuadro7{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:pink;*/
    margin:10px 1% 10px 3%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro7 img{
    width: 100%
}  
/*====================*/       
.cuadro8{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:dimgrey;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro8 img{
    width: 100%
}  
/*====================*/       
.cuadro9{
    width: 30%;
    height:auto;
    position: static;
    float: left;
    /*background-color:teal;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:8px;
    color: #662d91;
    font-weight: bold;
     line-height: 20px;
}
.cuadro9 img{
    width: 100%
}  
/*===================================================================*/   
footer
{
width:100%;
height:auto;
background-color:#000;
position: static;
bottom: 0;
    float: left;
}
    
footer #carrusel {
	width:100%;
    height: auto;
	margin:auto;
	background-color:#662d91;
    display: block;
}
    
footer #carrusel #cont_carrusel{
    width:90%;
    height:auto;
    margin:auto;
    /*background-color:orchid;*/
    display: block;
}
footer #legales{
    width:90%;
    height:auto;
    margin:auto;
    /*background-color:lightslategrey;*/
    display: block;
    }
    
#legales #direccion {
	/*background-color: #39F;*/
	display: block;
	float: left;
	width: 50%;
	position: static;
    padding-top: 20px;
    color: #86858a;
    text-align: left;
    font-family:'Roboto', sans-serif;
    line-height: 20px;
}
    
#legales #formulario {
	/*background-color: #9CC;*/
	display: block;
	clear: right;
	float: left;
	width: 50%;
	position: static;
}
    
#legales #direccion a{
    color: #86858a;
    text-decoration:none;
}  
    
}

/* =============================================================================
   DISEÑO ESCRITORIO: DE 769 PX HASTA UN MÁXIMO DE 1232 PX.  HEREDA ESTILOS DE:
   DISEÑO MÓVIL Y DISEÑO TABLETA.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    body {
	background: #ebe8e8 url(../img/background-escritorio.png);
	background-repeat:repeat-x;
}
h1{
    display: block;
    background-color:#662d91;
    width: 97%;
    padding: 15px 5px 15px 5px;
    text-align: center;
    color:fff;
    font-weight:500;
    font-size: 25px;
    margin: 30px auto 10px auto ;
    font-family: 'Libre Baskerville', serif; 
}      
    
h2{
    background-color: 000;
    width: 40%;
    color: fff;
    font-size: 12px;
    padding: 10px;
    margin: 0px;
    height: 30px;
    float: left;
    }
h4{
    color: #fff;
    font-size: 25px;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 5px 0px;
    }

    h3{
    font-size: 18px;
    color: #662d91;
    font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: left;
    }
 


/* ==|== ESTILOS DEL #contenedor.==========================
   *El #contenedor engloba desde el slideshow hasta los legales.
   ========================================================*/
#contenedor {
	width:1100px;
	margin:auto;
	/*background-color:#595052;*/
    margin-bottom: 20px;
}
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTILOS DEL #sub_contenedor.=======================
   *El #sub_contenedor engloba desde el slideshow hasta footer, y todo
    lo que hay entre estos como el bloque 1, el contenido y el aside. 
   ========================================================*/
#sub_contenedor {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	background-color:inherit;
}
    
    .punto_ocultar{
    color:#ebe8e8;
    }
/*---------------------------------------------------------------------------------------------------------------*/
    
p .encabezado {
    display: block;
    text-align: center;
    color: fff;
    font-size: 35px;
    font-family: 'Libre Baskerville', serif;
    margin: -10px 0px 0px 0px;
    }
    
.resaltado{
    color:#bfd730;
    }
/* ==|== ESTOS SON LOS ESTILOS DEL #slideshow.==============
   *
   ========================================================*/
#wrapper{
width:100%;
margin: auto;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DE los bloques=========
   *
   =================================================*/
    
#bloque2 {
	width:1080px;
    height:auto;
	float:left;
	margin:40px 0px 20px 0px;
    background-color:#FFFFFF;
    
    box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.2);
}
/*===================================================================*/
#producto1{
width: 46%;
height: auto;
position: static;
float: left;
display: block;
/*background-color:aqua;*/
padding: 20px;
}
/*===================================================================*/
/*Inicio Cuadros*/    
.cuadro1{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:blue;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
    
.cuadro1 img{
    width: 100%
}  
 /*====================*/   
.cuadro2{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:green;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro2 img{
    width: 100%
}  
/*====================*/    
.cuadro3{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:orangered;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro3 img{
    width: 100%
}  
 /*====================*/ 
.cuadro4{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:rebeccapurple;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro4 img{
    width: 100%
}  
 /*====================*/ 
.cuadro5{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:yellow;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro5 img{
    width: 100%
}  
 /*====================*/ 
.cuadro6{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:brown;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro6 img{
    width: 100%
} 
 /*====================*/ 
.cuadro7{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:pink;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro7 img{
    width: 100%
}  
 /*====================*/ 
.cuadro8{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:dimgrey;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro8 img{
    width: 100%
}  
 /*====================*/ 
.cuadro9{
    width: 31%;
    height:auto;
    position: static;
    float: left;
    /*background-color:teal;*/
    margin:10px 1%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size:18px;
    color: #662d91;
    font-weight: bold;
    line-height: 35px;
}
.cuadro9 img{
    width: 100%
}  
/*===================================================================*/
    
footer{
width:100%;
height:auto;
background-color:#000;
position: static;
bottom: 0;
    float: left;
}

footer #carrusel {
	width:100%;
    height: auto;
	margin:auto;
	background-color:#662d91;
    display: block;
}
    
footer #carrusel #cont_carrusel{
    width:1140px;
    height: auto;
    margin:auto;
    /*background-color:orchid;*/
    display: block;
}
    footer #legales{
    width:1140px;
    height:auto;
    margin:auto;
    /*background-color:lightslategrey;*/
    display: block;
    }

#legales #direccion {
	/*background-color: #39F;*/
	display: block;
	float: left;
	width: 50%;
    height: auto;
	position: static;
    padding-top: 40px;
    color: #86858a;
    text-align:left;
    font-family:'Roboto',sans-serif;
    line-height: 20px;
}
    
#legales #formulario {
	/*background-color: #9CC;*/
	display: block;
	clear: right;
	float: left;
	width: 50%;
	position: static;

}
    
#legales #direccion a{
    color: #86858a;
    text-decoration:none;
}  

    
}