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

body {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#FFFFFF url(/_img/fondo_top.jpg) top repeat-x;
	}

/*--CLASES GENERALES --*/

.left {float:left;}
.right {float:right;}

.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_t_30 {margin-top:30px;}
.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_l_10 {margin-left:10px;}

h1, h2, h3, h4 {margin:0; padding:0; font-weight:normal;}
h1 {font-size:30px}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;}

.subrayado {text-decoration:underline;}	
.bold {font-weight:bold;}

.blanco {color:#FFFFFF;}

.webcoral {
	font-size:9px;
	}
	
/*--CONTENEDOR--*/

#contenedor {
	margin: 0px auto;
	width: 900px;
	}
	
/*--CABECERA--*/

#cabecera {
	width: 900px;
	height:149px;
	}
#menu_top {
	width:569px;
	height:30px;
	padding-top:12px;
	float:right;
	margin-top:80px;
	background-image:url(/_img/fondo_botonera.jpg);
	font-size:14px;
	text-align:center;
	}
#menu_top ul {
	list-style:none;
	display:inline;
	margin:0;
	} 
#menu_top ul li {
	display:inline;
	padding:0 15px 0 15px;
	} 
#menu_top a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}
#menu_top a:hover {
	color:#666666;
	text-decoration:underline;
	}

/*--BOTONES GRANDES--*/

#botones_grandes {
	margin-top:4px;
	font-size:0; /*elimina espacio entre imagenes*/
	letter-spacing:-1px; /*elimina espacio entre imagenes*/
	}
.m_r_4 {margin-right:4px;}

/*--BANNER ARMA TU UNIFORME--*/

#arma_tu_uniforme {
	width:654px;
	height:130px;
	float:right;
	margin-top:15px;
	font-size:0; /*elimina espacio entre imagenes*/
	letter-spacing:-1px; /*elimina espacio entre imagenes*/
	}
#const {
	width:654px;
	float:right;
	margin-top:15px;
	}
	
/*--COLUMNA IZQUIERDA--*/


/*--LINKS CATEGORIAS--*/

#categorias {
	width:222px;
	margin-top:15px;
	padding-top:50px;
	background:url(/_img/banner_categorias.jpg) top no-repeat;
	font-size:14px;
	line-height:20px;
	}
#categorias ul {
	margin:0;
	} 
#categorias ul li {
	padding:0 10px 0 10px;
	list-style:disc inside;
	padding-left:0px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:#666666 1px solid;
	} 
#categorias a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	}
#categorias a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
/*--PRODUCTOS NUEVOS--*/

#ultimos_diseños {
	width:222px;
	margin-top:20px;
	padding-top:50px;
	background:url(/_img/banner_ult_dis.jpg) top no-repeat;
	font-size:14px;
	line-height:20px;
	text-align:center;
	}
#ultimos_diseños img {
	border:#666666 2px solid;
	}

/*--CONTENIDO--*/

#contenido_top {
	width:654px;
	height:20px;
	background-image:url(/_img/borde_top.png);
	background-color:#5aa2c2;
	}
#contenido_medio {
	width:614px;
	padding:0 20px 0 20px;
	background:#e1f4fc url(/_img/fondo_cuerpo.jpg) top repeat-x;  
	}
#contenido_bottom {
	width:654px;
	height:20px;
	background-image:url(/_img/borde_bottom.png);
	background-color:#e1f4fc;
	}
#contenido {
	width:654px;
	float:right;
	padding:0px;
	}
#contenido ul li {
	padding:0 10px 0 10px;
	list-style:disc inside;
	padding-left:0px;
	padding-bottom:10px;
	margin-left:10px;
	font-size:16px;
	}
#contenido a {
	color:#000000;
	}	
#contenido a:hover {
	color:#666666;
	}	


/*--PRODUCTOS--*/

#producto_foto {
	width:210px;
	margin-bottom:10px;
	float:left;
	}

/*--CONTACTO--*/

#form {
	width:300px;
	padding:15px;
	margin:0 auto;
	background-color:#F2F2F2;
	border:#666666 2px solid;
	}

.ancho_form {
	width:100%;
	}

/*--PIE--*/

#pie {
	width:880px;
	padding:10px;
	margin:20px auto;
	background-color:#925fac;
	color:#FFFFFF;
	text-align:center;
	}
#pie a {
	color:#CCCCCC;
	}
#pie a:hover {
	color:#FFFFFF;
	}