/* CSS Document */

body{
	margin: 0;	
	padding: 0;
}

a{
	text-decoration: none;
	color: #6D6D6D;
}
a:hover{
	text-decoration: none;
	color:#6D6D6D; 
}

input{
	border-radius: 3px;
	height: 22px;
	border: thin #6D6D6D;
}
label{
	padding: 2px;
	color:#6D6D6D; 
}

h4{
	color: #6BB17B;
}
h4 a{
	color: #6BB17B;
}
.fomr01{
	margin: 4px;
}
.ingresar{
	padding: 3px; 
	font-weight: 400;
	font-size: 13px;
	width: 56px;
	float: right;
}

.fondocolor{
	background-color:#D7E0B1;
	color: #858585;
}

.al-der{
	text-align: right;
}

.imagen-escalada {
    width: 100%;
    height: 100%;
}


#producto{
    float: left;
    width: 180px;
    height: 294px;
    padding: 4px;
    font-family: 'Cabin', sans-serif;
	border-radius: 5px;
    border-style: dotted;
    border-width: 1px;
    border-color: #BCBCBC;
    background-color: #FFF;
	margin: 4px;
}
#producto:hover{
	background-color: #E3EBE2;
}
#producto #imagen{
    float: left;
	width: 100%;
	height: 180px;
	overflow: hidden;
	background-color: #FFF;
	border-radius: 5px;
}
#producto #imagen img{
 	width: 100%;
 	height: auto;
	overflow: hidden;
}
#producto #mercaderia{
	float: left;
	width: 100%;
	height: 50px;
	margin: 3px;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	color: #8CBB98;
}
#producto #mercaderia a{
	color: #69A778;
	text-decoration: none;
}
#producto #cattipo{
	float: left;
	width: 100%;
	height: 15px;
	font-size: 9px;
}
#producto #cattipo a{
	color: #7F7F7F;
	text-decoration: none;	
}
#producto #marca{
	margin-right: 2px;
	float: left;
	width: 100%;
	height: 17.15px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #999;
	text-align: right;
}
#producto #precio{
	margin-right: 2px;
	float: left;
	width: 100%;
	height: 17.15px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	text-align: right;
	color: #5F8A68;
}
#producto #simples{
    position: relative;
    float: right;
    z-index: 1100;
    right: 0px;
	top: 0px;
    height: 28px;
    width: 80px;
    overflow: hidden;
    clear: right;
    background-color: none;
}



.z_producto{
    width: 782px;
    height: auto;
    float: left;
    border: thin dashed  #C8C8C8;
    margin-top: 8px;
    margin-bottom: 8px;
}

.z_producto .z_imagen{
    width: 390px;
    height: 370px;
    float: left;
    overflow: hidden;
}
.z_producto .z_linea{
    width: 390px;
    height: 30px;
    float: left;
    border: thin dashed  #C8C8C8;
}
.z_producto .z_linea_m{
    width: 194px;
    height: 30px;
    float: left;
    border: thin dashed  #C8C8C8;
	padding: 2px;
}
.z_producto .z_linea_desc{
    width: 390px;
    height: 280px;
    float: left;
    border: thin dashed  #C8C8C8;
}
.z_producto .z_linea_desc h4{
    color: #6BB17B;
	font-weight: 400;
}

.z_producto .z_linea_g{
    width: 100%;
    height: auto;
    float: left;
    border: thin dashed  #C8C8C8;
}
.z_producto .z_linea_g .colores{
	height: 40px;
	width: 40px;
	float: left;
	overflow: hidden;
	border: 4px;
	border-radius: 3px;
}




#menues{
	width: 100%;
	height: auto;
	float: left;	
	}
#menues #cc1{
	width: 164px;
	height: 194px;
	float: left;
	margin: 3px;
	border: thin;
	padding: 15px;
	}

#menues #cc1_mini{
    width: 70px;
    height: 90px;
    float: left;
    margin: 0px;
    border: thin;
    padding: 10px;
	}
	
#menues #cc1 a{
	color: #666;
}
#menues #cc1_mini a{
	color: #666;
}
#menues #cc1 #cc2{
    width: 100%;
    height: 140px;
	}
#menues #cc1_mini #cc2_mini{
    width: 100%;
    height: 50px;
    overflow: hidden;
	}
	
#menues #cc1 #cc3{
    width: 100%;
    height: 24px;
    font-size: 16px;
    font-family: 'Signika', sans-serif;
    text-align: center;
	}
#menues #cc1_mini #cc3_mini{
	width: 100%;
	height: 20px;
	font-size: 12px;
    font-family: 'Signika', sans-serif;
	text-align: center;
	}
	
	
#volver{
	width: 380px;
	height: 80px;
	float: left;
	margin: 5px;
	border: thin;
	padding: 5px;
	}
