/*buscaror*/
.app_weblet_buscador
{
	background-color: #F1B0AF;
}
.caja_buscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #635F59;
	height: 16px;
	width: 180px;
	border: 1px solid #D4D0C8;
}
.text_buscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 7px;
}
/*fin buscaror*/
/*titulo de los weblet novedad, articulo, ....*/
.titulo_weblet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #882257;
	padding-left: 5px;
	padding-top: 5px;
}
.titulo_weblet a{
	color: #882257;
	text-decoration: none;
}
.titulo_weblet a:hover{
	color: #000000;
	text-decoration: underline;
}
.titulo_weblet a:active{
	color: #E10564;
	text-decoration: none;
}
/*fin titulo de los weblet novedad, articulo, ....*/
/*texto en los weblet novedad, articulo, con padding-left....*/
.txt_base_weblet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #635F59;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 17px;
	padding-top: 9px;
}
.txt_base_weblet a{
	color: #635F59;
}
.txt_base_weblet a:hover{
	color: #000000;
	text-decoration: underline;
}
.txt_base_weblet a:active{
	color: #E10564;
	text-decoration: none;
}
/*texto en los weblet novedad, articulo, con padding-left....*/
/*imagen weblets novedad, articulo,...*/
.img_weblet {
	border: 1px solid #DAD9D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 5px;
}
/*fin imagen weblets novedad, articulo,...*/
/*imagen simple weblets novedad, articulo,...*/
.img_weblet_simple {
	border: 1px solid #DAD9D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
/*fin imagen simple weblets novedad, articulo,...*/

/*Etiqueta portada*/
.etiqueta_portada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	background-color: #882257;
}
.etiqueta_portada a{
	text-decoration: none;
	color: #FFFFFF;
}
.etiqueta_portada a:hover{
	color: #000000;
	text-decoration: underline;
}
.etiqueta_portada a:active{
	color: #E10564;
	text-decoration: none;
}
/*Fin etiqueta portada*/
/*Weblet lateral*/
.weblet_lateral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #F1B0AF;
	padding-left: 5px;
	color: #882257;
}
.weblet_lateral a{
	color: #882257;
}
.weblet_lateral a:hover{
	color: #000000;
	text-decoration: underline;
}
.weblet_lateral a:active{
	color: #E10564;
	text-decoration: none;
}
/*Fin Weblet lateral*/
/*Color de fondo en las tablas*/
.weblet_tabla_color{
	background-position: left bottom;
	background-repeat: no-repeat;
    background-color: #DBEFF8;
}
/*Fin Color de fondo en las tablas*/