/* CSS Document */

body {
	margin-left: 0px;
	margin-top:0px;
	background-color:#f2f2f2;
}
.oneColFixCtr #container {
	padding-top:5px;
	padding-bottom:0px;
	width: 1090px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 552px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#f2f2f2;
	margin-top:3px;
	text-align: center; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtr #mainContent {
	width: 1070px;
	height:552px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	vertical-align:top;
	text-align:left;
	background-image:url(imagenes/fondo_gral.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:left top;
}

.pie {
	font-family:Arial;
	font-size: 10px; 
	color:#ffffff;
}
.pie:hover {
	font-family:Arial;
	font-size: 10px; 
	color:#cccccc;
}


/*class del bottom*/

.banners{
	height: 128px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image:url(imagenes/fondo_bottom.png);
	background-color:#cccccc;
}

.banners_contenido{
	width:1070px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:128px;
}

.pie_contenido{
	width:1050px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:60px;
	background-image:url(imagenes/fondo_pie.png);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	background-position:left top;
	text-align:center;
	padding-left:20px;
	padding-top:20px;
	font-family:Tahoma;
	font-size:10px;
}

.central {
	width:600px; 
	height:552px;
	float:left; background-image:url(imagenes/fondo_central.jpg); background-repeat: no-repeat; background-position:right bottom; padding-right:140px;
}
.central_colecciones {
	width:600px; height:552px; float:left; background-image:url(imagenes/maniqui.jpg); background-repeat: no-repeat; background-position:right bottom; padding-right:140px;

}

.ficha_catalogo {
	width:363px; height:495px; float:left; margin-top:5px; background-image:url(imagenes/fondo_ficha_catalogo.png); background-repeat:no-repeat; background-position:left top;
}

.contenedor_foto_catalogo {
	width:310px; height:350px; float:left; margin: 10px 15px 0px 20px;
}

.contenedor_texto_catalogo {
	width:310px; height:80px; float:left; margin: 5px 15px 0px 20px; font-family:arial;	font-size: 11px; color:#333333;	text-align:left;
}

/*---------------------*/

.titulo_gris {
	font-family:Arial;
	font-size: 16px; 
	color:#808080;
	font-weight:bold;
	text-align:left;
}

.titulo_fuscia {
	font-family:Arial;
	font-size: 20px; 
	color: #CC0066;
	text-align:left;
	font-weight:bold;
}

.subtitulo_gris {
	font-family:Tahoma;
	font-size: 10px; 
	color:#808080;
	font-weight:bold;
	text-align:left;
}

.linkpie {
	font-family:Tahoma;
	font-size: 10px; 
	color:#666666;
	text-decoration:none;
}
.linkpie:hover {
	font-family:Tahoma;
	font-size: 10px; 
	color:#999999;
	text-decoration:none;
}

.linkblanco {
	font-family:arial;
	font-size: 11px; 
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.linkblanco:hover {
	font-family:arial;
	font-size: 11px; 
	color:#cccccc;
	font-weight:bold;
	text-decoration:none;
}
.link_negro {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:bold; text-decoration:none;
}
.link_negro:hover {
	font-family: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; font-weight:bold; text-decoration:underline;
}
.texto {
	font-family:arial;
	font-size: 10px; 
	color:#666666;
	margin-left:10px;
	margin-right:10px;

	
}
.texto8 {
	font-family:arial;
	font-size: 8px; 
	color:#333333;
	
}
.texto11 {
	font-family:arial;
	font-size: 11px; 
	color:#333333;
	text-align:left;
}
.texto_descripcion_productos {
	font-family:arial;
	font-size: 11px; 
	color: #000;
	text-align:left;
	font-weight:bold;
}
.texto12 {
	font-family:arial;
	font-size: 12px; 
	color:#333333;
	margin-left:5px;
	margin-right:15px;
	text-align:left;
}

.textoblanco {
	font-family:arial;
	font-size: 10px; 
	color:#ffffff;
	font-weight:bold;
}

.texto_fuscia {
font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #CC0066;
}
.campos_mailing {
background-color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333333; border: none; width:180px;
}
.campos_formulario {
background-color:#E2E2E2; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333333; border: none; width:350px;
}

.separador_trans {
padding-top:3px;
}

.linea_horizontal {
background-image:url(imagenes/punto_gris.gif);
background-repeat:repeat-x;
height: 3px;
float:left;
}

.linea_vertical {
background-image:url(imagenes/punto_fuscia.gif);
background-repeat:repeat-y;
width: 3px;
float:left;
}

