@charset "utf-8";
/* CSS Document */

body{
margin:0px; 
padding:0px;
}
.divHorizontal, .divTienda, .proContenido{ 
display:inline-block;
*display:inline;
zoom:1;
vertical-align:top;
}
.fondoPrincipal {
background:url(../corte/corte%20tablas/fondo-index.jpg) no-rsPerfiles1peat;
z-index:-5px;
width:1816px;
height:885px;
padding-left:122px;
padding-top:-5px;
}

.fondoPrincipal2 {
background:url(../corte/fondo.jpg);
z-index:-5px;
height:885px;
}
.header{
width:100%;
height:139px;
position:absolute;
left:0px;
top:0px;
z-index:-5;
background:url(../corte/header.jpg) no-repeat center;
}

.barraPie{
background:url(../corte/fondoInferior.jpg) no-repeat;
width:881px;
height:21px;
}
/*tienda*/
.divTienda{
background:#eee;
min-height:150px;
width:285px;
margin-bottom:5px;
}

.divTienda:hover{
background:#DDD;
}
/*borde slider*/
.bordeBlanco{
width:890px;
height:330px;
position:relative;
padding:5px;
padding-top:0px;
background:#FFFFFF;
-webkit-box-shadow:  0px 5px 5px 5px rgba(0, 0, 0, 0.2);        
        box-shadow:  0px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/*cuadros con tijeras*/
.cuadroT1{
padding-top:35px;
width:294px;
background:url(../corte/marco-ninos.png) no-repeat left ;
}

.cuadroT2{
padding-top:35px;

width:293px;
background:url(../corte/marco-mujeres.png) no-repeat center;
}
.cuadroT3{
padding-top:35px;
width:294px;
background:url(../corte/marco-hombres.png) no-repeat left;
}

/*posicion dentro de las tijeras*/
.positionTabla1{
position:relative;
top:-5px;
left:-5px;
}

.positionTabla2{
position:relative;
top:-5px;
left:-7px;
}

.positionTabla3{
position:relative;
top:-5px;
left:-25px;
}

/*barra productos*/
.barravertical{
padding-top:5px;
padding-left:20px;
padding-bottom:10px;
margin-top:32px;
width:248px;
}

.botones{
text-align:left;
font-size:16px;
text-transform:uppercase;
padding:5px; 
padding-left:0px;
margin:5px;
margin-left:0px;
background:url(../corte/vineta.png) left no-repeat #8C8C8C;
padding-left:21px;
font-size:15px;
}

.botones a{
color:#010E31;
}

.botones:hover{
color:#FFFFFF;
background:url(../corte/vineta2.png) left no-repeat  #4E1123;
padding-left:21px;
}

.botones:hover a{
color:#FFFFFF;
}
				/*producto*/
.divProContenido{
width:630px;
}
/*cuadros productos*/
.proContenido{
width:179px; 
margin-left:15px;
margin-bottom:20px;
}

.proCuadroGeneral{
width:176px;
border:1px #DCDCDC solid;
border-radius:5px 5px 0px 0px;
margin-left:1px;
}
/*cudros box*/
.cuadrocajasredes{
 -webkit-border-radius: 5px;    
    border-radius: 5px;
 background:#E6E6E6;
 padding:5px;
 margin:5PX;
}
.cuadrowidgetf{
 background:#FAFAFA;
 -webkit-border-radius: 5px;    
    border-radius: 5px;
	padding:5PX;
 }
.cuadrowidgett{
-webkit-border-radius: 5px;    
    border-radius: 5px;
 margin-top:5px;
  background:#f4f2df;
  padding:5PX;
}