body {
	font-family: Arial, Verdana, sans-serif;
}

td {
	font-family: Arial, Verdana, sans-serif;
}

th {
	font-family: Arial, Verdana, sans-serif;
}



/* TEXTOS */

.tx_generico{
font-size:11px;
color:#5c5c5c;
}

.tx_generico a{
	color:#005eb6;
}

.tx_generico a:hover{
	color:#AAAAAA;
}

.tx_verde{
	font-size:11px;
	color:#36B284;
	padding-bottom: 10px;
}


.tx_gris{
font-size:11px;
color:#999999;
}

.tx_azul{
font-size:11px;
color:#005eb6;
}

.tx_azul_destacado{
font-size:12px;
color:#005eb6;
font-weight:bold;
}

.tx_azul_tit{
font-size:12px;
color:#005eb6;
font-weight:bold;
padding-top:3px;
margin-bottom:-10px;
}

.tx_azul_pedidos{
font-size:13px;
color:#008BB8;
font-weight:lighter;
}

.tx_rosa_acceso{
font-size:11px;
color:#C936C9;
font-weight:regular;
}

.tx_rosa_acceso_grande{
font-size:15px;
color:#C936C9;
font-weight:bold;
}

.tx_azul_presentacion{
font-size:14px;
color:#005eb6;
}

.tx_gris_destacado{
font-size:12px;
color:#5c5c5c;
font-weight:bold;
}

.tx_naranja{
font-size:28px;
color:#FF9C00;
font-weight:bold;
}
.tx_naranja_italic{
	font-size:16px;
	color:#FF9C00;
	font-weight:bold;
	font-style:italic;

}

.tx_blanco{
font-size:11px;
color:#ffffff;
}

/*APARTADOS */

/*lactancia */

.tx_lactancia_tit{
font-size:25px;
color:#a832d6;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_lactancia{
	font-size:11px;
	color:#a832d6;
	line-height: 18px;
}
.tx_lactancia_destacado{
	font-size:11px;
	color:#a832d6;
	line-height: 18px;
	font-weight:bold;
	}

/*aseo*/
.tx_aseo_tit{
font-size:25px;
color:#358EDC;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_aseo{
	font-size:11px;
	color:#358EDC;
	line-height: 18px;
}

.tx_aseo_destacado{
	font-size:11px;
	color:#358EDC;
	line-height: 18px;
	font-weight:bold;
	}
	/*productos*/
.tx_productos_tit{
font-size:25px;
color:#C936C9;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_productos{
	font-size:11px;
	color:#C936C9;
	line-height: 18px;
}

.tx_productos_destacado{
	font-size:13px;
	color:#C936C9;
	line-height: 18px;
	font-weight:bold;
	}
	
	/*presentación*/
.tx_presentacion_tit{
font-size:25px;
color:#FAA50A;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_presentacion{
	font-size:11px;
	color:#FAA50A;
	line-height: 18px;
}

.tx_presentacion_destacado{
	font-size:11px;
	color:#FAA50A;
	line-height: 18px;
	font-weight:bold;
	}

/*piel*/
.tx_piel_tit{
font-size:25px;
color:#FB8C16;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_piel{
	font-size:11px;
	color:#FB8C16;
	line-height: 18px;
}
.tx_piel_destacado{
	font-size:11px;
	color:#FB8C16;
	line-height: 18px;
	font-weight:bold;
	}

/*masaje*/
	.tx_masaje_tit{
font-size:25px;
color:#03B4AF;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_masaje{
	font-size:11px;
	color:#03B4AF;
	line-height: 18px;
}
.tx_masaje_destacado{
	font-size:11px;
	color:#03B4AF;
	line-height: 18px;
	font-weight:bold;
	}

/*consejos*/
	.tx_consejos_tit{
font-size:25px;
color:#1469b6;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_consejos{
	font-size:11px;
	color:#1469b6;
	line-height: 18px;
}
.tx_consejos_destacado{
	font-size:11px;
	color:#1469b6;
	line-height: 18px;
	font-weight:bold;
	}
	
	
/*madre*/
	.tx_madre_tit{
font-size:25px;
color:#D43757;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif
}

.tx_madre{
	font-size:11px;
	color:#D43757;
	line-height: 18px;
}
.tx_madre_destacado{
	font-size:11px;
	color:#D43757;
	line-height: 18px;
	font-weight:bold;
	}


/* LINKS */

/*Generico*/
a.tx_generico:link{
font-size:11px;
color:#5c5c5c;
text-decoration:underline;

}

a.tx_generico:hover{
font-size:11px;
color:#c936c9;
text-decoration:underline;

}


/*Gris*/
a.tx_gris:link{
font-size:11px;
color:#99999;
text-decoration:underline;
}

a.tx_gris:hover{
font-size:11px;
color:#5c5c5c;
text-decoration:underline;
}

/*Gris_destacado*/
a.tx_gris_destacado:link{
font-size:12px;
color:#5c5c5c;
font-weight:bold;
}

a.tx_gris_destacado:hover{
font-size:12px;
color:#c936c9;
font-weight:bold;
text-decoration:underline;
}

/*Azul*/
a.tx_azul:link{
font-size:11px;
color:#005eb6;
text-decoration:underline;
}

a.tx_azul:hover{
font-size:11px;
color:#c936c9;
}

/*Aseo_destacado*/
a.tx_aseo_destacado:link{
	font-size:11px;
	color:#358EDC;
	line-height: 18px;
	font-weight:bold;
	text-decoration:underline;
	}

a.tx_aseo_destacado:hover{
color:#c936c9;
font-size:11px;
font-weight:bold;
}


/*Azul_destacado*/
a.tx_azul_destacado:link{
font-size:12px;
color:#005eb6;
}

a.tx_azul_destacado:hover{
font-size:12px;
color:#c936c9;

}

/*blanco_destacado*/

a.tx_blanco:link{
font-size:11px;
color:#fffff;

}

a.tx_blanco_destacado:hover{
font-size:12px;
color:#ffffff;
text-decoration:underline;
}


/* Blanco */
a.tx_blanco:link{
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
a.tx_blanco:hover{
font-size:11px;
color:#5c5c5c;
text-decoration:underline;

}

a.tx_productos:link{
font-size:11px;
color:#C936C9;

}

a.tx_productos:hover{
font-size:11px;
color:#005eb6;
text-decoration:underline;
}




.texto_blanco_destaca {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.texto_blanco{
	font-size: 12px;
	color: #FFFFFF;
}
.tx_productos_linea {

	font-size:11px;
	color:#C936C9;
	line-height: 15px;
}


/*Borde gris*/

.borde_menu {
border-right:1px solid #DFDFDF;

 }
 
 .borde_tabla {
border:1px solid #DFDFDF;

 }


/*BOTONES*/




.boton_registro 
{
	font-size: 11px;
	font-family: "Verdana";
	color: #D639D6;
	height: 18px;
	width:75px;
	background-image: url(/comun/img/img_secciones/btn_registro.gif);
	background-repeat:no-repeat;
	border: 0px;
}	
.boton_registro_over 
{
	font-size: 11px;
	font-family: "Verdana";
	color: #0075D1;
	height: 18px;
	width:75px;
	background-image:url(/comun/img/img_secciones/btn_registro_over.gif);
	background-repeat:no-repeat;
	border: 0px;
}

.boton_pedido
{
	font-size: 11px;
	font-family: "Verdana";
	color: #D639D6;
	height: 18px;
	width:75px;
	background-image: url(/comun/img/img_secciones/btn_pedido.gif);
	background-repeat:no-repeat;
	border: 0px;
}	
.boton_pedido_over 
{
	font-size: 11px;
	font-family: "Verdana";
	color: #0075D1;
	height: 18px;
	width:75px;
	background-image:url(/comun/img/img_secciones/btn_pedido_over.gif);
	background-repeat:no-repeat;
	border: 0px;
}


.boton_actualizar
{   background-color:#f7f7f7;
	height: 25px;
	width:131px;
	background-image: url(/comun/img/img_secciones/btn_actualizar.gif);
	border: 0px;
}	

.boton_actualizar_over {
    background-color:#f7f7f7;
	height: 25px;
	width:131px;
	background-image: url(/comun/img/img_secciones/btn_actualizar_over.gif);
	border: 0px;
}

