/* CSS Document */

html {
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat-x;
}
img {
	margin: 0px;
	clear: both;
	vertical-align: bottom;
	padding-right: 0px;
	padding-bottom: 0px;
	border: none;
}
div.box_news1 a img, div.box_news2 a img, div#cont_video a img{
	-moz-opacity: 1; /* Moz proprietary opacity property */
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1010); /* Microsoft proprietary filter property */
	opacity: 1; /* CSS 3 opacity property */
}
div.box_news1 a img:hover, div.box_news2 a img:hover, div#cont_video a img:hover {

	-moz-opacity: 0.8; /* Moz proprietary opacity property */
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* Microsoft proprietary filter property */
	opacity: 0.8; /* CSS 3 opacity property */

}

/* Formularios*/
input
{
	background-color: #ffffff;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #999999;
	font-weight: normal;
	color: #98005D;
}
input:hover
{
	border: 1px solid #99005D;
	background-color: #FFFFFF;
}
input.registracion
{
	background-color: #EEEEEE;
	padding: 4px;
	font-size: 12px;
	width: 160px;
	border: 1px solid #999999;
	background-image: url(../images/fdo_input.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #98005D;
}
input.registracion:hover
{
	border: 1px solid #99005D;
	background-color: #FFFFFF;
}
select {
	font-size: 12px;
	padding: 4px;
	font-size: 11px;
	color: #99005D;
}
select.registro {
	font-size: 12px;
	width: 210px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	background-image: url(../images/fdo_input.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px;
	font-size: 11px;
	color: #99005D;
}
span.rollover
{
	width: 101px;
	height: 29px;
	overflow: hidden;
	display: block;
	position: relative;
	float: right;
}
span.rollover a:hover
{
	top: -29px;
	position: relative;
}
span.rollover_buscar
{
	width: 74px;
	height: 22px;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0px;
	left: 5px;
}
span.rollover_buscar a:hover
{
	top: -22px;
	position: relative;
}
textarea {
	font-size: 11px;
	color: #73716f;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color: #ffffff;
	border: 1px solid #9c9c9c;
}
input.checkbox {
	font-size: 11px;
	color: #73716f;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.form_boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AB317C;
	padding-top: 0px;
	padding-left: 5px;
	margin-left: 4px;
	margin-bottom: 0px;
	cursor: pointer;
}
hr{
	text-decoration: none;
	color: #f8f8f8;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Titulos*/ 
h1{
	font-size: 18px;
	color: #98005D;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
}
h2{
	font-size: 15px;
	color: #98005D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3{
	font-size: 12px;
	color: #98005D;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4{
	font-size: 11px;
	color: #98005D;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4 a{
	font-size: 11px;
	color: #aa8b57;
	font-weight: normal;
	text-decoration: none;
}
h4 a:hover{
	font-size: 11px;
	color: #aa8b57;
	font-weight: normal;
	text-decoration: underline;
}
h5{
	font-size: 20px;
	color: #4e4e4e;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	position: relative;
	clear: none;
	float: left;
}
/* PAGINADOR */
.tabla_paginador  {
	clear: none;
	float: left;
	position: relative;
	text-align: center;
	width: 94%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tabla_paginador  ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabla_paginador  li{
	display: inline;
	padding-right: 3px;
}
.tabla_paginador  a{
	color: #484848;
	text-decoration: none;
}

.tabla_paginador a:hover{
	text-decoration: underline;
}
.tabla_paginador  .numero{
	background-color: #E7E7E7;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #E7E7E7;
}
.tabla_paginador .numero:hover{
	background-color: #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
}
.tabla_paginador  .numero_activo {
	background-color: #92005a;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.tabla_paginador  .numero_activo:hover{
	text-decoration: none;
}
/* HEADER */
#header {
	clear: none;
	float: left;
	position: relative;
	width: 950px;
	background-image: url(../images/fdo_header.gif);
	background-repeat: no-repeat;
	height: 144px;
	z-index: 100;
}
#header_logo {
	clear: none;
	float: left;
	position: relative;
	width: 235px;
	padding-top: 15px;
	padding-bottom: 11px;
}
#header_contacto {
	clear: none;
	float: right;
	position: relative;
	padding-top: 13px;
}
/* FOOTER */
#footer {
	clear: none;
	float: left;
	position: relative;
	width: 862px;
	padding-right: 42px;
	padding-left: 46px;
	padding-bottom: 10px;
	padding-top: 2px;
}
#footer_top {
	clear: none;
	float: left;
	position: relative;
	width: 800px;
	background-color: #d1d3d5;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 62px;
}
#footer_bottom {
	clear: none;
	float: left;
	position: relative;
	width: 800px;
	background-color: #efeff0;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 62px;
	margin-top: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #72777f;
	text-decoration: none;
	text-align: center;
}
/* menu perfumeria online */
ul#menufooter{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #5e646d;
	list-style: none;
	width: 100%;
	text-decoration: none;
	text-transform: uppercase;
}
ul#menufooter li{
	display: inline;
}
ul#menufooter li a{
	color: #6c7179;
	float: left;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#menufooter li a:hover{
	color: #a02f76;
	background-image: url(../images/fdo_btactivo.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}
#container {
	clear: both;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#contenido {
	clear: none;
	width: 862px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	padding-right: 42px;
	padding-left: 46px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index: 2;
}
#contenido_interna1 {
	clear: none;
	width: 860px;
	position: relative;
	float: left;
	border: 1px solid #dbdcde;
	background-repeat: repeat-y;
}
#contenido_interna2 {
	clear: none;
	width: 860px;
	position: relative;
	float: left;
	border: 1px solid #dbdcde;
	background-color: #FFFFFF;
	background-image: url(../images/fdo_contenido2.gif);
	background-repeat: repeat-y;
}
/* HOME */
#home_izq {
	clear: none;
	width: 634px;
	position: relative;
	float: left;
	padding-right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#box_flashome {
	clear: none;
	width: 634px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
#box_slideshow {
	clear: none;
	width: 634px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	height: 240px;
}
#box_perfumeriaonline {
	clear: none;
	width: 605px;
	position: relative;
	float: left;
	border: 1px solid #d4d5d7;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 17px;
	margin-bottom: 10px;
}

#perfumeriaonline_tit {
	clear: none;
	width: 266px;
	position: relative;
	float: left;
}
#perfumeriaonline_menu {
	clear: none;
	width: 335px;
	position: relative;
	float: right;
	padding-bottom: 10px;
	text-align: right;
}
#box_banner_catalogo {
	clear: none;
	width: 626px;
	position: relative;
	float: left;
	background-color: #f5f5f6;
	border: 1px solid #d4d5d7;
	margin-bottom: 10px;
	text-align: center;
	padding: 3px;
}
/* menu perfumeria online */
ul#perfumeriaonline{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #6c7179;
	list-style: none;
	width: 100%;
	text-decoration: none;
}
ul#perfumeriaonline li{
	display: inline;
	float: right;
}
ul#perfumeriaonline li a{
	color: #6c7179;
	float: left;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #e7e8e9;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F5F5F6;
}
ul#perfumeriaonline li a:hover{
	color: #6c7179;
	background-image: url(../images/fdo_btactivo.gif);
	background-repeat: repeat-x;
	text-decoration: underline;
}
.box_producto {
	clear: none;
	width: 120px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
.box_producto2 {
	clear: none;
	width: 117px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	padding-right: 5px;
}
.producto_img {
	clear: none;
	width: 117px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	height: 117px;
	border-right: 1px dashed #DDD9DB;
}
.producto_txt {
	clear: none;
	width: 107px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	height: 60px;
	font-size: 10px;
	color: #72777f;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.producto_txt a{
	font-size: 10px;
	color: #72777f;
	text-decoration: none;
}
.producto_txt a:hover{
	font-size: 10px;
	color: #72777f;
	text-decoration: underline;
}
#box_perfumeriaonline_marcas {
	clear: none;
	width: 605px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
#box_noticiashome {
	clear: none;
	width: 397px;
	position: relative;
	float: left;
	border: 1px solid #d4d5d7;
	padding-top: 17px;
	padding-right: 7px;
	padding-left: 15px;
	padding-bottom: 4px;
	margin-right: 9px;
}
#box_slider2 {
	clear: none;
	width: 400px;
	position: relative;
	float: left;
	border: 1px solid #d4d5d7;
	margin-right: 9px;
	padding: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	height: 240px;
}
#noticiashome_tit {
	clear: none;
	width: 292px;
	position: relative;
	float: left;
}
#noticiashome_vermas {
	clear: none;
	width: 97px;
	position: relative;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
	text-align: right;
}
#noticiashome_vermas a{
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
}
#noticiashome_vermas a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: underline;
}
.box_noticia {
	width: 178px;
	clear: none;
	float: left;
	position: relative;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.noticia_img {
	width: 178px;
	clear: none;
	float: left;
	position: relative;
	border: 1px solid #DFDFDF;
}
.noticia_txt {
	width: 160px;
	clear: none;
	float: left;
	position: relative;
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
	color: #6c7179;
	text-decoration: none;
	height: 82px;
	padding-top: 8px;
}
.noticia_txt a{
	font-size: 11px;
	color: #6c7179;
	text-decoration: none;
}
.noticia_txt a:hover{
	font-size: 11px;
	color: #6c7179;
	text-decoration: underline;
}
#box_consejoshome {
	clear: none;
	width: 190px;
	position: relative;
	float: left;
	border: 1px solid #d4d5d7;
	padding-right: 7px;
	padding-left: 5px;
	padding-top: 17px;
	padding-bottom: 5px;
}
#box_noticias2 {
	clear: none;
	width: 190px;
	position: relative;
	float: left;
	border: 1px solid #d4d5d7;
	padding: 17px 7px 5px 5px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#consejoshome_video {
	clear: none;
	width: 180px;
	position: relative;
	float: left;
	border: 1px solid  #DFDFDF;
	margin-top: 6px;
}
#consejoshome_txt {
	clear: none;
	width: 170px;
	position: relative;
	float: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
	height: 77px;
}
#consejoshome_txt a{
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
}
#consejoshome_txt a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: underline;
}
#home_der {
	clear: none;
	width: 218px;
	position: relative;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#box_club {
	clear: none;
	width: 216px;
	position: relative;
	float: left;
	border: 1px solid #DBDCDE;
	margin-bottom: 10px;
}
#box_club2 {
	clear: none;
	width: 217px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
#box_club2.login {
	background-image: url(../images/fdo_loginbeneficios.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 65px;
	width: 230px;
	padding-bottom: 8px;
}

#box_club_txt1 {
	clear: none;
	width: 192px;
	position: relative;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 4px;
}
#box_club_txt1 a, #box_club_txt1 a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
}

#box_club_form {
	clear: none;
	width: 192px;
	position: relative;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#box_club_txt2 {
	clear: none;
	width: 192px;
	position: relative;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#box_club_txt2 a, #box_club_txt2 a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: underline;
}
#box_sucursales {
	clear: none;
	width: 216px;
	position: relative;
	float: left;
	border: 1px solid #DBDCDE;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.sucursales {
	clear: none;
	width: 54px;
	position: relative;
	float: left;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
	text-align: center;
}
.sucursales_txt {
	clear: none;
	width: 54px;
	position: relative;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
	text-align: center;
}
.sucursales_txt a{
	font-size: 10px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
}
.sucursales_txt a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: underline;
}
#box_ofertas {
	clear: none;
	width: 208px;
	position: relative;
	float: left;
	border: 1px solid #DBDCDE;
	margin-bottom: 10px;
	padding-bottom: 7px;
	padding-left: 8px;
}
.oferta {
	clear: none;
	width: 202px;
	position: relative;
	float: left;
	background: url(../images/fdo_ofertas.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: #6C7179;
	font-size: 11px;
}
.oferta_img {
	clear: none;
	position: relative;
	float: left;
}
.oferta_img img {
	padding-right: 5px;
}

.oferta_txt {
	clear: none;
	position: relative;
	float: left;
	width: 130px;
	font-size: 10px;
	font-weight: normal;
	color: #72777F;
	text-decoration: none;
	padding-top: 5px;
}
.oferta_txt a{
	font-size: 10px;
	font-weight: normal;
	color: #72777F;
	text-decoration: none;
}
.oferta_txt a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #72777F;
	text-decoration: underline;
}
#box_perfugroup {
	clear: none;
	width: 216px;
	position: relative;
	float: left;
	border: 1px solid #DBDCDE;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
}
#box_cat_mensual {
	clear: none;
	width: 216px;
	position: relative;
	float: left;
	border: 1px solid #DBDCDE;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
}
#perfugroup_txt {
	clear: none;
	width: 195px;
	position: relative;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 5px;
}
#perfugroup_txt a{
	font-weight: normal;
	color: #6C7179;
	text-decoration: none;
}
#perfugroup_txt a:hover{
	font-weight: normal;
	color: #6C7179;
	text-decoration: underline;
}
.box_bannershome {
	clear: none;
	width: 218px;
	position: relative;
	float: left;
	padding-bottom: 10px;
}
/* INTERNA1 */
#box_titulo {
	clear: none;
	width: 860px;
	position: relative;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #FFFFFF;
}
#titulo {
	clear: none;
	position: relative;
	float: left;
}
#box_seleccione {
	clear: none;
	position: relative;
	float: right;
	width: 350px;
	font-size: 12px;
	color: #515151;
	text-align: right;
	padding-right: 10px;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#izq_interna1 {
	clear: none;
	position: relative;
	float: left;
	width: 217px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
	background-color: #FFFFFF;
}
.box_banner_izq {
	clear: none;
	position: relative;
	float: left;
	width: 217px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
#box_sucursales2 {
	clear: none;
	position: relative;
	float: left;
	width: 217px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding-bottom: 5px;
}
#der_interna1 {
	clear: none;
	position: relative;
	float: left;
	width: 622px;
	padding-top: 30px;
	padding-left: 20px;
}
#der_interna1_tit {
	clear: none;
	position: relative;
	float: left;
	width: 622px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
	padding-bottom: 15px;
}
#interna1_tit_izq {
	clear: none;
	position: relative;
	float: left;
}
#interna1_tit_top {
	clear: none;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
}
#interna1_tit_top a{
	font-size: 12px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
}
#interna1_tit_top a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #98005d;
	text-decoration: underline;
}
#interna1_tit_bottom {
	clear: none;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
}
#box_volver_imprimir {
	clear: none;
	position: relative;
	float: right;
	width: 100px;
	background-image: url(../images/fdo_volver_imprimir.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.volver_imprimir {
	clear: none;
	position: relative;
	float: right;
	width: 74px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 2px;
}
.volver_imprimir a{
	font-size: 10px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
.volver_imprimir a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #515151;
	text-decoration: underline;
}
#box_producto3 {
	clear: none;
	position: relative;
	float: left;
	width: 607px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d3d4d7;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../images/fdo_producto.gif);
	background-repeat: repeat-y;
}
#box_producto3_izq {
	clear: none;
	position: relative;
	float: left;
	width: 261px;
}
#box_producto3_izq_img {
	clear: none;
	position: relative;
	float: left;
	width: 261px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F6;
	text-align: center;
}
#box_producto3_izq_marca {
	clear: none;
	position: relative;
	float: left;
	width: 261px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4f56;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#box_producto3_der {
	clear: none;
	position: relative;
	float: left;
	width: 301px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4b4f56;
	text-decoration: none;
}
.box_producto3_compartir {
	clear: none;
	position: relative;
	float: left;
	width: 301px;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #98005D;
	border-top: 1px dotted #A0A3A9;
	padding-bottom: 5px;
	margin-top: 5px;
}
.box_producto3_compartir a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #98005D;
}
.box_producto3_compartir select {
}
.box_producto3_compartir #marcas2 { margin-bottom: 0px; }

#box_ofertas2 {
	clear: none;
	position: relative;
	float: left;
	width: 607px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #d3d4d7;
	padding-bottom: 10px;
	padding-top: 20px;
}
#box_ofertas2_tit {
	clear: none;
	position: relative;
	float: left;
	width: 607px;
	padding-bottom: 10px;
}
#ofertas2_tit {
	clear: none;
	position: relative;
	float: left;
	width: 300px;
}
#vermas {
	clear: none;
	width: 97px;
	position: relative;
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
}
#vermas a{
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: none;
}
#vermas a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #6c7179;
	text-decoration: underline;
}
#ico_oferta {
	clear: none;
	position: relative;
	float: left;
}
#ico_oferta2 {
	clear: none;
	position: relative;
	float: right;
	padding-right: 12px;
}
#interna1_tit_bottom2 {
	clear: none;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
	padding-top: 10px;
}
#box_sucursales3 {
	clear: none;
	position: relative;
	float: left;
	width: 217px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
#box_volver_imprimir2 {
	clear: none;
	position: relative;
	float: right;
	width: 100px;
	background-image: url(../images/fdo_volver_imprimir2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#box_sucursales_zona {
	clear: none;
	position: relative;
	float: left;
	width: 622px;
}
#box_sucursales_mapa {
	clear: none;
	position: relative;
	float: left;
	width: 306px;
}
#box_zona {
	clear: none;
	position: relative;
	float: left;
	width: 301px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #dbdcde;
	height: 280px;
	background-color: #F5F5F6;
	background-image: url(../images/pigmento2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#box_zona_tit {
	clear: none;
	position: relative;
	float: left;
	width: 281px;
	background-image: url(../images/fdo_zonatit.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
	padding-top: 17px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e4;
}
.box_zona_local {
	clear: none;
	position: relative;
	float: left;
	width: 301px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E4;
}
.local {
	clear: none;
	position: relative;
	float: left;
	width: 251px;
	padding-left: 11px;
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #E3E3E4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #494d53;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 1px;
}
.local a{
	color: #515151;
	text-decoration: none;
}
.local a:hover{
	color: #98005D;
	text-decoration: underline;
}
.local_ampliar {
	clear: none;
	position: relative;
	float: left;
	width: 30px;
	text-align: center;
	padding-top: 7px;
}
#box_sucursales_descrip {
	clear: none;
	position: relative;
	float: left;
	width: 607px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	padding-right: 15px;
	color: #515151;
}
#sucursales_descrip_tit {
	clear: none;
	position: relative;
	float: left;
	width: 614px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #98005d;
	text-decoration: none;
	padding-left: 8px;
	padding-bottom: 7px;
}
#sucursales_descrip_cont {
	clear: none;
	position: relative;
	float: left;
	width: 622px;
	background-color: #f5f5f6;
	background-image: url(../images/fdo_sucursal.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
}
#sucursales_descrip_izq {
	clear: none;
	position: relative;
	float: left;
	width: 272px;
	padding-right: 14px;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
}
#sucursales_descrip_der {
	clear: none;
	position: relative;
	float: left;
	width: 295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #515151;
	text-decoration: none;
	padding-left: 5px;
}
.sucursales_descrip_mapa {
	clear: none;
	position: relative;
	float: left;
	width: 287px;
	border: 1px solid #dbdcde;
	margin-top: 5px;
	margin-bottom: 10px;
}
#sucursales_descrip_img {
	clear: none;
	position: relative;
	float: left;
	width: 286px;
	border: 1px solid #dbdcde;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-left: 1px;
}
.sucursales_descrip_img2 {
	clear: none;
	position: relative;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
}
/* NOTICIAS*/
#box_buscar {
	clear: none;
	float: left;
	position: relative;
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: none;
	text-align: left;
	padding: 0px 10px 5px;
	border-bottom: 5px solid #C0C0C0;
	margin-bottom: 5px;
}
.form1 {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-top: 9px;
}
.form2 {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	text-align: left;
	padding-right: 10px;
	padding-top: 5px;
}
.boton {
	clear: none;
	float: right;
	position: relative;
	text-decoration: none;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	padding-right: 10px;
}
.box_news1 {
	clear: none;
	float: left;
	position: relative;
	width: 590px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	border-bottom: 1px dashed #D1D3D5;
}
.box_news2 {
	clear: none;
	float: left;
	position: relative;
	width: 590px;
	background-color: #F5E9F0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
}

.img_news {
	clear: none;
	float: left;
	position: relative;
	margin-right: 15px;
	border: 1px solid #DFDFDF;
}
.fecha_news {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4e4e4e;
	text-decoration: none;
	width: 300px;
}
.descrip_news {
	clear: none;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 584px;
}

.descrip_news a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.descrip_news a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.box_news1 a, .box_news2 a {
	color: #98005D;
	text-align: left;
	text-decoration: none;
}
.box_news1 a:hover, .box_news2 a:hover {
	color: #FF17A3;
	text-decoration: underline;
}
.box_beneficios {
	clear: none;
	float: left;
	position: relative;
	width: 155px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E4E;
	background-image: url(../images/fdo_beneficios.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 15px 20px;
	height: 210px;
	margin-right: 10px;
}
.box_beneficios a{
	color: #98005D;
	font-size: 16px;
	text-align: left;
}

#cont_noticias  {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C7179;
	width: 590px;
	padding-bottom: 15px;
	border-style: none;
}
#cont_noticias p {
	text-align: justify;
}
.noticia_fecha {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	width: 90px;
}
.noticia_fuente {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	padding-left: 3px;
	width: 575px;
	height: 30px;
}
.noticia_bt_compartir {
	clear: none;
	float: right;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C7179;
	text-align: right;
}
#noticias_texto {
	float: left;
	width: 250px;
	padding: 0px;
}
#noticias_texto p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#box_video {
	clear: none;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
}

#cont_video {
	clear: none;
	float: left;
	position: relative;
	text-align: center;
	border: 1px solid #ececec;
	z-index: 1000;
}
#bt_video {
	clear: none;
	float: left;
	position: relative;
	width: 315px;
	text-align: right;
	background-image: url(../images/fdo_btvideo.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4e4c39;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
}
#bt_video a{
	font-size: 10px;
	font-weight: normal;
	color: #4e4c39;
	text-decoration: none;
}
#bt_video a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #4e4c39;
	text-decoration: underline;
}

/*agenda*/
#box_agenda {
	clear: none;
	float: left;
	position: relative;
	width: 430px;
	background-image: url(../images/foot_agenda.gif);
	background-repeat: no-repeat;
	padding-right: 0px;
	background-position: left bottom;
	padding-bottom: 5px;
}
#agenda_mes {
	clear: none;
	float: left;
	position: relative;
	width: 420px;
	background-image: url(../images/agenda_mes.gif);
	background-repeat: no-repeat;
	height: 43px;
}
#agenda_mes1 {
	clear: none;
	float: left;
	position: relative;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #98005D;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 24px;
}
#agenda_mes2 {
	clear: none;
	float: left;
	position: relative;
	width: 173px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #959595;
	text-decoration: none;
	padding-top: 24px;
	padding-left: 27px;
}
#agenda_mes2 a{
	font-size: 10px;
	font-weight: normal;
	color: #959595;
	text-decoration: none;
}
#agenda_mes2 a:hover{
	font-size: 10px;
	font-weight: normal;
	color: #959595;
	text-decoration: underline;
}
.box_agdesplegable {
	clear: none;
	float: left;
	position: relative;
	width: 410px;
	padding-left: 10px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.agdesplegable_n {
	clear: none;
	float: left;
	position: relative;
	width: 43px;
	background-image: url(../images/agenda_n.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 41px;
	padding-left: 9px;
	padding-top: 8px;
	padding-right: 8px;
}
.agdesplegable_n2 {
	clear: none;
	float: left;
	position: relative;
	width: 43px;
	background-image: url(../images/agenda_n2.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 41px;
	padding-left: 9px;
	padding-top: 8px;
	padding-right: 8px;
}
.agdesplegable_txt {
	clear: none;
	float: left;
	position: relative;
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
}
.agdesplegable_txt1 {
	clear: none;
	float: left;
	position: relative;
	width: 330px;
	font-size: 12px;
	font-weight: bold;
	color: #98005D;
	text-decoration: none;
}
.agdesplegable_txt2 {
	clear: none;
	float: left;
	position: relative;
	width: 330px;
	color: #2e2f2f;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.agdesplegable_txt3 {
	clear: none;
	float: left;
	position: relative;
	width: 352px;
	font-size: 11px;
	font-weight: normal;
	color: #959595;
	text-decoration: none;
}
.agdesplegable_bt {
	clear: none;
	float: left;
	position: relative;
	width: 17px;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	padding-top: 39px;
}
.agdesplegable_cont {
	clear: none;
	float: left;
	position: relative;
	width: 410px;
	background-color: #FFFFFF;
	margin-top: 5px;
	background-image: url(../images/desplegable_cont.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2e2f2f;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.agdesplegable_btmenos {
	clear: none;
	float: left;
	position: relative;
	width: 387px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/desplegable_menos.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 15px;
	text-align: right;
}
#buscador {
	clear: none;
	float: left;
	position: relative;
	width: 180px;
	background-image: url(../images/fdo_buscador.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 10px 5px 5px;
}
#calendario {
	clear: none;
	float: left;
	position: relative;
	width: 170px;
	background-image: url(../images/fdo_calendario.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 10px 10px;
}
#buscador h3, #calendario h3{
	font-size: 16px;
	font-weight: bold;
}
#calendario table {
	width: 155px;
	border: 1px solid #adadad;
}
#calendario th {
	background-color: #F0DDE9;
	color: #A82C78;
}

#calendario td, th {
	border: 1px solid #cacaca;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#calendario .cabezal {
	width: 155px;
	background-color: #A82C78;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#calendario .calendario_ndest {
	color: #FFFFFF;
	background-color: #A82C78;
	font-weight: normal;
}
#calendario a {
	color: #A82C78;
	font-weight: bold;
}
#calendario a:hover {
	color: #c579a8;
	font-weight: bold;
}
#calendario #texto {
	padding-top: 5px;
	padding-bottom: 5px;
}
#calendario .cabezal img {
	padding-right: 4px;
}
#legales {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 15px;
	padding: 15px;
	font-size: 12px;
	color: #333333;
}
.noticia_bt_compartir a {
	font-size: 11px;
	text-decoration: none;
	color: #8E0B57;
}
.noticia_bt_compartir a:hover {
	text-decoration: underline;
}
#loading {
	background-color: #FFFFFF;
	margin: 50px auto;
	padding: 20px;
	width: 200px;
	height: 100px;
}
#der_interna1 .box_news1 p, #der_interna1 .box_news2 p {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
}
.tit_form{
	background-color: #F5E9F0;
	color: #98005D;
	padding: 5px;
	font-weight: bold;
}
#cont_noticias a { color: #98005D; }
#cont_noticias #alerta {
	padding: 15px;
	background-color: #F5E9F0;
	border: 5px solid #E7CBDB;
}
#cont_noticias .titulos {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5E9F0;
	color: #98005D;
	border-style: none;
	padding: 5px;
}
#cont_noticias .obligatorios {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #98005D;
	border-style: none;
	padding: 5px;
	font-weight: normal;
}
#box_club_txt3 {
	clear: none;
	width: 192px;
	position: relative;
	float: left;
	text-decoration: none;
	padding-top: 10px;
}

#box_club_txt3 .destacado { color: #98005D; }
#box_club_txt3 ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#box_club_txt3    a.logout  {
	background-color: #E7CBDB;
	color: #98005D;
	border-left: 5px solid #98005D;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	border-bottom-style: none;
	border-right: 1px solid #E7CBDB;
	border-top: 1px solid #FFFFFF;
}
#box_club_txt3  a.logout:hover  {
	background-color: #98005D;
	color: #FFFFFF;
	border-left: 5px solid #98005D;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #98005D;
}


#box_club_txt3 li {

}
#box_club_txt3 li a {
	background-color: #F5E9F0;
	position: relative;
	width: 176px;
	padding: 5px;
	border-top: 1px solid #E7CBDB;
	border-right: 1px solid #E7CBDB;
	border-bottom: 1px solid #E7CBDB;
	border-left: 5px solid #E7CBDB;
	clear: none;
	float: left;

}
#box_club_txt3 li a:hover {
	background-color: #E7CBDB;
	clear: none;
}
.submenu{ /*DIV that contains each sub menu*/
	clear: none;
	float: left;
	position: relative;
	width: 192px;


}

.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.submenu ul li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}

.submenu ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 0;
	margin: 0px;
	background-color: #3f3f3f;
	padding-bottom: 5px;
	padding-top: 3px;
}

.submenu ul li a:hover{
	colorz: white;
	text-decoration: none;
	color: #3f3f3f;
	background-color: #aaaaaa;
}
#legales .bt_imprimir{
	float: right;
	position: absolute;
}
#descuentos .bt_imprimir {
	float: right;
	position: absolute;
}
#box_club_form .botonlogin {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 0px;
	position: absolute;
}
#cont_noticias #noticias_titulos {
	clear: none;
	float: left;
	position: relative;
	width: 580px;
	text-align: left;
	padding-bottom: 5px;
}
#cont_tarjeta {
	clear: none;
	float: left;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C7179;
	width: 590px;
	padding-bottom: 15px;
}
#tarjeta {
	clear: none;
	float: left;
	position: relative;
	width: 350px;
}
#tarjeta_imprimir {
	clear: none;
	float: left;
	position: relative;
	width: 190px;
}
#tarjeta_imprimir p {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.opcion_imprimir {
	clear: none;
	float: left;
	position: relative;
	width: 180px;
	background-image: url(../images/fdo_opcionimprimir.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin-left: 3px;
	font-size: 10px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.opcion_imprimir img {
	clear: none;
	float: left;
}

#container #contenido #contenido_interna2 #der_interna1 #cont_tarjeta #tarjeta_imprimir .opcion_imprimir p {
	font-size: 10px;
	clear: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#cont_tarjeta #tarjeta_imprimir .opcion_imprimir a {
	color: #6C7179;
}
#container #contenido #contenido_interna1 #der_interna1 #der_interna1_tit #interna1_tit_izq #interna1_tit_bottom img {
	vertical-align: middle;
}
#contenido_interna2 #der_interna1 #buscador .botonlupa {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border-style: none;
	cursor: default;
	float: right;
}
#home_der #box_ofertas .oferta a {
	color: #98005D;
}
#contenido_interna2 #der_interna1 #cont_noticias .consejos_cont {
	float: left;
	position: relative;
	width: 580px;
}
#contenido_interna2 #der_interna1 #cont_noticias .consejos_cont #box_video a {
	float: left;
}
#box_perfumeriaonline .box_productos_content {
	float: left;
	position: relative;
	width: 605px;
}
#cont_video img {
	border: 1px solid #CCCCCC;
}
#der_interna1 #buscador ul {
	list-style-type: none;
}
#buscador li {
	display: inline;
}
#buscador #mes {
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	width: 80px;
}
#buscador #tipo {
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	width: 70px;
}
#buscador #btlupa {
	float: left;
	cursor:pointer;
	padding-left: 3px;
	border-style: none;
}
.box_beneficios #descuento {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	width: 80px;
	left: 20px;
	position: relative;
	top: 10px;
	float: left;
}
.box_beneficios #descuento_descripcion {
	font-size: 11px;
	color: #333333;
	position: relative;
	width: 150px;
	float: left;
	height: 70px;
}
.box_beneficios #descuento_descripcion a {
	font-size: 11px;
	font-weight: bold;
}
.box_beneficios #descuento_bt {
	float: right;
	top: 5px;
	position: relative;
	right: 15px;
}
#seleccion2 .cupon_beneficio {
	width: 557px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dashed #333333;
	float: left;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 7px;
}
.cupon_beneficio #descuento {
	color: #FFFFFF;
	font-size: 36px;
	width: 75px;
	top: 60px;
	position: relative;
	left: 35px;
	z-index: 110;
}
.cupon_beneficio #aviso {
	color: #62043e;
	font-size: 10px;
	float: right;
	position: relative;
	line-height: 10px;
	right: 14px;
	text-align: right;
	z-index: 110;
}
.cupon_beneficio #descuento_descripcion {
	font-size: 11px;
	position: relative;
	font-weight: bold;
	float: left;
	z-index: 110;
	width: 533px;
	padding: 10px;
}
.cupon_beneficio #descuento_datos {
	float: left;
	position: relative;
	font-size: 11px;
	font-weight: bold;
	width: 533px;
	z-index: 110;
	padding: 5px 10px;
	border: 1px solid #999999;
}
.cupon_beneficio #descuento_datos span {
	background-color: #FFFFFF;
	padding: 2px 5px;
	margin-right: 10px;
	margin-left: 5px;
}

#descuentos {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	float: left;
	position: relative;
}
#seleccion #descuentos #descuento_bt {
	float: left;
	position: relative;
	width: 552px;
	text-align: right;
}
.cupon_beneficio #descuento p {
	margin: 0px;
	padding: 0px;
}
input.botonlogin{
	border: none;
	background-color: transparent;
}
.box_beneficios img.imagen
{
	border: 4px solid #FFFFFF;
	margin-bottom: 5px;
}
#cont_noticias .formulario th
{
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #f2e0ec;
}
#cont_noticias .formulario .titulos
{
	font-weight: bold;
}
#cont_noticias .formulario .contenidos
{
	padding: 3px;
	border: 1px solid #f2e0ec;
}

