/*::::::::::::::::::::::::::::::::::::::::::
@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;
    }

hr.style2 {
	border-top: 3px double #662d91;
}

.sku{
    font-size: 16px;
    color: #662d91;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
/* =============================================================================
   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: 14px;
    margin-top: -25px;
    font-family: 'Libre Baskerville', serif;
    }

.resaltado{
    color:#bfd730;
    }


    .img_slide img{
    width: 100%;
    
    }
    
/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DE section#bloque1.=========
   *
   ========================================================*/

#bloque2 {
	width:90%;
    height:auto;
	float:left;
    margin:15px 5% 5px 3%;
    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 de Div.Información*/
.informacion{
    width: 88%;
    height: auto;
    position: static;
    float: left;
    /*background-color:blue;*/
    padding: 0px 20px 20px 20px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight:500;
    color:#414042;
}

.informacion #detalles_prod{
    position: static;
    display: block;
    /*background-color: aqua;*/
    width: 100%;
    height: auto;
    float: left;

    }  
.informacion #detalles_prod #medidas {
	/*background-color: #06C;*/
	display: block;
	float: left;
	width: 100%;
    height:auto;
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 10px;
}

.informacion #detalles_prod #color {
	/*background-color: #F93;*/
	display: block;
	float: left;
	width: 60%;
    height:auto;
	position: static;
    padding: 0 5px 5px 5px;
    margin:0px 20% 0px 20%;
    font-size: 14px;
}

.informacion #detalles_prod #color a{
    text-decoration: none;
}

#medidas #medida_img{
    /*background-color: brown;*/
    display: block;
    width: 100%;
    height:auto;
    position: static;
	margin:10px 0 0px 0;
    }

#medida_img img{      
    width: 100%;
    }

.color_img a{
	/*background-color: #933;*/
	display: block;
	position:static;
	height: auto;
	float:left;
	margin:10px 5px 10px 5px;
	text-align:center;
    color: #000;
}  

img{ 
    width: 100%;
    }

#color_titulo {
	/*background-color:darkseagreen;*/
	display: block;
	float: left;
	width: 100%;
    text-align: center;
    font-size: 12px;
}

.informacion #cont_boton {
	/*background-color: #69C;*/
	display: block;
	float: left;
	height:auto;
	width: 100%;
	position: static;
    text-align: center;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #662d91;
}

#cont_boton .boton{
        display: block;
        position: relative;
        margin: auto;
        background-color: #000;
        width: 105px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-family:'Roboto', sans-serif;
        background-image:url(../img/Mercado_Libre.png);
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
		-moz-10px 10px 10px 10px;
		-ms-10px 10px 10px 10px;
		-o-10px 10px 10px 10px;
		-webkit-10px 10px 10px 10px;
        opacity: 0.8;
        border:1px solid orange;
    }
     
    #cont_boton .boton:hover{
        opacity: 1;
    }
    
    #cont_boton .boton:active{
        transform:scale(0.95);
    }
/*===================================================================*/
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;
        
    }
    
hr.style2 {
	border-top: 3px double #662d91;
}

/*-------------------------------------------------------------------------------------------*/
/* ==|== 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%;
    }
    
/*-----------------------------------------------------------*/
/* ==|== ESTOS SON LOS ESTILOS DE section#bloque1.=========
   *
   ========================================================*/

#bloque2 {
	width:85%;
    height:auto;
	float:left;
    margin:20px 5% 50px 6%;
    background-color:#FFFFFF;
    padding:0px 10px 15px 10px;
    font-size: 12px;
    
    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 de Div.Información*/
.informacion{
    width: 92%;
    height: auto;
    position: static;
    float: left;
    /*background-color:blue;*/
    padding: 0px 20px 20px 20px;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    color:#414042;
    text-align: justify;
}
    
.informacion #detalles_prod{
    position: static;
    display: block;
    /*background-color: aqua;*/
    width: 100%;
    height: auto;
    float: left;
    }  
.informacion #detalles_prod #medidas {
	/*background-color: #06C;*/
	display: block;
	float: left;
	width: 47%;
    height:auto;
    padding: 10px 0px 10px 0px;
}

.informacion #detalles_prod #medidas h3{
    text-align: center;
    }  
    
.informacion #detalles_prod #color {
	/*background-color: #F93;*/

	display: block;
	float: right;
	width: 45%;
    height:autopx;
	position: static;
    padding: 10px;
    margin: 0px;
}
    
#medidas #medida_img{
    /*background-color: brown;*/
    display: block;
    width: 100%;
    height: 150px;
    position: static;
	margin:10px 0 0px 0;
    }

#medida_img img{      
        width: 100%;
    }  
    
 .color_img {
	/*background-color: #933;*/
	display: block;
	position:static;
	height: auto;
	width:44%;
	float:left;
	margin:10px 10px 10px 0px;
	text-align:center;
    color: #414042;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
}     

    
.color_img a{
    text-decoration: none;
    }  
    

 .color_img {
	/*background-color: #933;*/
	display: block;
	position:static;
	height: auto;
	width: 100px;
	float:left;
	margin:10px 10px 10px 0px;
	text-align:center;
    color: #414042;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    
}  

img{ 
    width: 100%;
    }   
    
#color_titulo {
	/*background-color: #06C;*/
	display: block;
	float: left;
	width: 100%;
}
    
.informacion #cont_boton {
	/*background-color: #69C;*/
	display: block;
	float: left;
	height:auto;
	width: 100%;
	position: static;
    text-align: center;
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #662d91;
    padding-top:20px;
}

#cont_boton .boton{
        display: block;
        position: relative;
        margin: auto;
        background-color: #000;
        width: 105px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-family:'Roboto', sans-serif;
        background-image:url(../img/Mercado_Libre.png);
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
		-moz-10px 10px 10px 10px;
		-ms-10px 10px 10px 10px;
		-o-10px 10px 10px 10px;
		-webkit-10px 10px 10px 10px;
        opacity: 0.8;
        border:1px solid orange;
    }

    #cont_boton .boton:hover{
        opacity: 1;
    }
    
    #cont_boton .boton:active{
        transform:scale(0.95);
    }
/*===================================================================*/   
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;
    }
 
hr.style2 {
	border-top: 3px double #662d91;
}

/* ==|== 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.==============
   *
   ========================================================*/


/*---------------------------------------------------------------------------------------------------------------*/
/* ==|== 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 de Div.Información*/    
.informacion{
    width: 46%;
    height: auto;
    position: static;
    float: left;
    padding: 20px 20px 20px 0px;
    /*background-color:blue;*/
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    color:#414042;
    text-align: justify;
}

.informacion #detalles_prod{
    position: static;
    display: block;
    /*background-color: aqua;*/
    width: 100%;
    height: auto;
    float: left;
    }  
    
.informacion #detalles_prod #medidas {
	/*background-color: #06C;*/
	display: block;
	float: left;
	width: 50%;
    height:230px;
    padding: 10px 0px 10px 0px;
}
    

.informacion #detalles_prod #medidas h3{
    text-align: center;
    }   

.informacion #detalles_prod #color {
	/*background-color: #F93;*/
	display: block;
	float: left;
	width: 45%;
    height:auto;
	position: static;
    padding: 10px;
}
    
#medidas #medida_img{
    /*background-color: brown;*/
    display: block;
    width: 250px;
    height: 150px;
    position: static;
	margin:10px 0 0px 0;
    }
    
#medida_img img{      
    width: 100%;
    height: 100%;
    }
/*   
#medida_img {
	background-color: #960;
	display: block;
	float: left;
	height: 50px;
	width: 50px;
	position: static;
    }
*/      

.color_img {
	/*background-color: #933;*/
	display: block;
	position:static;
	height: auto;
	width: 100px;
	float:left;
	margin:10px 10px 10px 0px;
	text-align:center;
    color: #414042;
    font-family:'Roboto',sans-serif;
    font-size: 14px;
} 
    
.color_img a{
    text-decoration: none;
    }   

img{ 
    width: 100%;
    }  
    
    
#color_titulo {
	/*background-color: #06C;*/
	display: block;
	float: left;
	width: 100%;
}

.informacion #cont_boton {
	/*ackground-color: #69C;*/
	display: block;
	float: left;
	height:auto;
	width: 100%;
	position: static; 
    text-align:left;
    padding-top: 15px;
    font-family: font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #662d91;
}
 
#cont_boton .boton{
        float: left;
        display: block;
        position:static;
        background-color: #000;
        width: 125px;
        height:50px;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-family:'Roboto', sans-serif;
        background-image:url(../img/Mercado_Libre.png);
        background-size: cover;
        border-radius: 10px 10px 10px 10px;
		-moz-10px 10px 10px 10px;
		-ms-10px 10px 10px 10px;
		-o-10px 10px 10px 10px;
		-webkit-10px 10px 10px 10px;
        opacity: 0.8;
        border:1px solid orange;
        margin-right: 10px;
        margin-top: -16px;
    }
     
    #cont_boton .boton:hover{
        opacity: 1;
    }
    
    #cont_boton .boton:active{
        transform:scale(0.95);
    }
    
/*===================================================================*/
    
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;
}     
    
}