@charset "utf-8";
@import url("registro.css");
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #002540;
}
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg_aura_site.jpg);
}
input, select, textarea {
	background-image: url(../images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
select option {
	padding-right: 2px;
	margin-right: 2px;
}
.floatLeft {
	float: left;
}
.banner {
	height: 48px;
	width: 950px;
	border: 1px solid #033D53;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.header {
	/*background-image: url(../images/../images/logo.png);*/
	height: 230px;
	background-repeat: no-repeat;
	background-position: center -50px;
	width: 99.7%;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
.headLateral {
	height: 125px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	z-index: 20;
	margin-bottom: -125px;
	position: relative;
}
.headLateral .headMenu {
	width: 456px;
	float: right;
	background-image: url(../images/barra_superior.png);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 3px;
}
.headLateral .headMenu label {
	padding-top: -5px;
}
.rss {
	background-image: url(../images/rss.gif);
	background-position: left center;
	padding-left: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
	background-repeat: no-repeat;
}
.headLateral .headMenu table td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #056F96;
	padding-left: 5px;
}
.headLateral .headMenu .tempe {
	font-size: 18px;
	font-weight: bold;
}
.headLateral .headMenu .separa select {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
	vertical-align: middle;
}
.headLateral .headLogin {
	width: 461px;
	float: right;
	background-image: url(../images/barra_login.png);
	background-repeat: no-repeat;
	height: 67px;
	line-height: 31px;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	margin-top: 7px;
}
.headLateral .headLogin .logon {
	padding: 7px;
}
.headLateral .headLogin .logon label {
	margin-right: 5px;
}
.headLateral .headLogin .btn_login {
	line-height: 1000px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/login_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	display: block;
	width: 58px;
	float: right;
	height: 20px;
	margin-top: 5px;
	margin-right: 2px;
}
.headLateral .headLogin .btn_logout {
	line-height: 1000px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/logout_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	display: block;
	width: 58px;
	float: right;
	height: 20px;
	margin-top: 5px;
	margin-right: 2px;
}
.headLateral .headLogin .btn_login:hover {
	/*background-image: url(../images/../images/../images/login_home_hover.jpg);*/
	background-image: url(../images/login_home.jpg);
}
.headLateral .headLogin .logon input {
	width: 130px;
}
.headLateral .headLogin span.olvido {
	font-size: 11px;
	display: block;
	text-align: right;
	line-height: 18px;
	margin-top: 3px;
	padding-right: 13px;
}
.headLateral .headLogin span.olvido a {
	color: #FFFFFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4F7584;
	margin-left: 10px;
	padding-left: 10px;
}
.headLateral .headLogin .olvido .bene {
	margin: 0px;
	color: #0A99C3;
	font-size: 10px;
	padding-left: 8px;
	border: none;
}
.headLateral .headLogin .loged {
	line-height: normal;
	height: 32px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.headLateral .headLogin .block1 {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5794A9;
	height: 30px;
	margin-left: 10px;
	padding-left: 10px;
}
.headLateral .headLogin .block1 .accion {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}
.headLateral .headLogin .block1 #miespacio {
	background-image: url(../images/icon_miespacio.jpg);
}
.headLateral .headLogin .block1 #micuenta {
	background-image: url(../images/icon_cuenta.jpg);
}
.headLateral .headLogin .block1 #mimensajes {
	background-image: url(../images/icon_mensajes.jpg);
}
.menu {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/menu_center.png);
	background-repeat: repeat-x;
	margin-top: -100px;
}
.menu li {
	list-style-type: none;
	display: inline;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 3%;
	line-height: 25px;
	padding-left: 4%;
	background-image: url(../images/menu_separa.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.menu a:hover {
	color: #33CCFF;
}
.menu .menuLeft {
	background-image: url(../images/menu_left.png);
	display: block;
	height: 50px;
	width: 6px;
	float: left;
	margin-left: -6px;
}
.menu .menuRight {
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 6px;
	float: right;
	position: relative;
	margin-right: -6px;
}
.content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F7F7F7;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
.content .CUleft {
	width: 644px;
	padding-right: 5px;
	padding-left: 10px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
	float: left;
}
.content .CUright {
	float: left;
	padding-left: 0px;
	width: 300px;
}
.pie {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #C0C0C0;
	font-size: 11px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.content .CUleft h3 {
	background-image: url(../images/titulos_bg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	padding-left: 10px;
	color: #02405D;
	font-size: 16px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	margin-right: -10px;
}
.content .CUleft h4, .content .CUright h4 {
	background-image: url(../images/titulos_bg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
	padding-left: 10px;
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}
.content .CUleft h4 a.linked {
	display: block;
	float: right;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	color: #0991BC;
}
.pie a {
	color:#FFFFFF;
	line-height: 22px;
	text-decoration: none;
}
.pie a:hover {
	color:#1CBCF9;
}
.star_elio .hnd_elio {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 150px;
	height: 19px;
	line-height: 19px;
}
.star_elio ul {
	list-style: none;
 background: url(../images/../images/'rank_off.jpg') repeat-x;
}
.star_elio li {
	display: block;
	position: absolute;
	background-image: url(../images/rank_on.jpg);
	background-repeat: repeat-x;
	line-height: 26px;
}
.star_elio li span {
	display: block;
	position: absolute;
	line-height: 19px;
	height: 19px;
	margin-left: 5px;
	z-index: 50;
	width: 50px;
	font-weight: bold;
	color: #000000;
}
.CUright label {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.CUright select, .CUright .input_txt {
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg_input.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 99%;
}
.CUright .formu td {
	padding-right: 10px;
	padding-left: 10px;
}
.CUright .btn {
	margin-top: 10px;
	cursor: pointer;
}
.content .CUright .formu {
	margin-bottom: 10px;
}
.CUright .concurso {
	border: 1px solid #CCCCCC;
}
.CUright .concurso img.concu {
	border: 4px solid #999999;
	float: left;
	margin: 7px;
}
.CUright .concurso strong {
	font-size: 12px;
	color: #666666;
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: left;
	width: 135px;
}
.CUright .concurso .cuestion {
	font-size: 12px;
	color: #333333;
	padding: 10px;
}
.CUright .concurso .cuestion p {
	display: block;
	line-height: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.CUright .concurso .radio {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.CUright .cuestion .btn {
	margin-right: 5px;
}
.CUright .cusexyBanner {
	border: 2px solid #F12146;
	margin-top: 5px;
	margin-bottom: 5px;
}
.CUright .cusexyBanner h4 {
	color: #FFFFFF;
	background-image: url(../images/cusexyright_bg.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E81F43;
	margin-bottom: 0px;
	height:30px;
	overflow:hidden;
	display:block;
}
.CUright .cusexyBanner span {
	font-weight: normal;
	font-size: 13px;
}
.banner_lateral {
	/*border: 1px solid #E0E0E0;*/
	margin-top: 5px;
	margin-bottom: 5px;
}
.paginado {
	font-size: 11px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.paginado .pgs_a {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #999999;
	border: 1px solid #D1D1D1;
	line-height: 15px;
	padding-right: 4px;
	padding-left: 4px;
}
.paginado img {
	vertical-align: middle;
	cursor: pointer;
}
.paginado a.pagSelected, .paginado a:hover {
	color: #FFFFFF;
	background-color: #AEAEAE;
}
.clickeable {
	cursor: pointer;
}
.CUright .videoRight {
	height: 222px;
	width: 300px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 5px;
}
.bannerSerie {
	width: 644px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/**/
.flash h2 {
	font-size: 14px;
	background-image: url(../images/visor_head.jpg);
	background-repeat: no-repeat;
	height: 32px;
	line-height: 32px;
	color: #FFF;
	padding-left: 10px;
	background-position: center top;
	position: absolute;
	z-index: 200;
	width: 572px;
}
.flash .galeriaPie {
	background-color: #010101;
	height: 40px;
	position: absolute;
	bottom: 0px;
	z-index: 200;
	left: -1px;
	width: 582px;
}
.flash .galeriaPie a {
	color: #FFF;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 40px;
	display: block;
	height: 40px;
	text-decoration: none;
	outline: none;
	padding-right: 2px;
	padding-left: 2px;
}
.flash .galeriaPie a:hover {
	color: #38C3EA;
}
.flash .galeriaPie .floatLeft {
	display: block;
	cursor: pointer;
}
.flash .imgGrande {
	margin-left: 2px;
}
.flash {
	background-color: #010101;
	position: relative;
	width: 580px;
	height: 329px;
}
.tv{
	background-image: url(../images/tv.jpg);
	background-repeat: no-repeat;
	height: 450px;
	padding-top: 29px;
	padding-left: 29px;
	position:relative;	
}
.flash .fotoInfo {
	width: 300px;
	position: absolute;
	color: #FFF;
	margin-left: 2px;
	z-index: 200;
	bottom: 26px;
}
.flash h2 span {
	font-weight: normal;
}
.flash .fotoInfo p {
	font-size: 11px;
	margin: 3px;
	z-index: 2;
	padding: 2px;
}
.flash .fotoInfo .pieinfo {
	font-size: 11px;
	display: block;
	margin: 4px;
}
.flash .fotoInfo h5 {
	background-color: #000;
	display: block;
	font-size: 12px;
	color: #33CCFF;
	margin: 4px;
	position: relative;
	z-index: 2;
	padding: 2px;
}
.flash .fotoInfo h5 span {
	float: right;
	font-weight: normal;
	color: #FFF;
	font-size: 11px;
	margin-left: 3px;
}
.flash .fotoInfo .infopestana {
	background-image: url(../images/infopestana.png);
	background-repeat: no-repeat;
	display: block;
	height: 18px;
	width: 22px;
	cursor: pointer;
	z-index: 20;
}
.flash .fotoInfo .infopestana img{
	width:22px!important;
	height:18px!important;}
.flash .fondoTrans {
	background-image:url(../images/pixel_transparente.png);
	margin-top: -1px;
}
#star_elio {
	width: 65px;
	position: absolute;
	margin-left: 220px;
}
#star_elio .hnd_elio {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 65px;
	height: 12px;
}
#star_elio ul {
	list-style: none;
	position: relative;
 background: url(../images/../images/'rank_off2.png') repeat-x;
}
#star_elio li {
	display: block;
	position: absolute;
 background: url(../images/../images/'rank_on2.png') repeat-x;
}
.mensInterno {
	background-color: #F3F3F3;
	text-align: center;
	padding: 10px;
	border: 1px solid #CCC;
	margin: 5px;
	font-size: 12px;
	color: #333;
}
.okInterno {
	background-color: #CAE2C7;
	text-align: center;
	padding: 10px;
	border: 1px solid #70B068;
	margin: 5px;
	font-size: 12px;
	color: #060;
}
.errorInterno {
	background-color: #F5BCBC;
	text-align: center;
	padding: 10px;
	border: 1px solid #E97070;
	margin: 5px;
	font-size: 12px;
	color: #F00;
}
.condiciones p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}
.condiciones {
	font-size: 12px;
	padding: 20px;
}
.condiciones a {
	color: #05D3EA;
}
/*et*/
.delalbum {
	display: block;
	position: absolute;
	margin-top: 200px;
	margin-left: 130px;
	cursor: pointer;
}
.modalbum {
	display: block;
	position: absolute;
	margin-top: 200px;
	margin-left: 110px;
	cursor: pointer;
}
.headLateral .regisYa {
	background-image: url(../images/registro22.gif);
	background-position: 3px top;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:15px;
	text-align: center;
}
.beneficiosLe {
	position: absolute;
	background-color: #FFF;
	color: #057A99;
	width: auto;
	padding: 20px;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #034B6A;
	border-right-color: #034B6A;
	border-bottom-color: #034B6A;
	border-left-color: #034B6A;
	z-index: 40;
}
.beneficiosLe .titulo {
	font-size: 14px;
	display: block;
}
.beneficiosLe .close {
	position: absolute;
	top: 5px;
	right: 6px;
	cursor: pointer;
}
.beneficiosLe ul li {
	list-style-type: none;
	display: block;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.CUright .marcas .imagen {
	color: #666;
	border: 1px solid #CCC;
	background2-color: #FFF;
	padding: 1px;
	height: 60px;
	width: 120px;
	display: block;
	float: left;
	margin-left: 16px;
	margin-top: 6px;
}
.CUright .marcas .imagen:hover {
	border-color:#30C0F8;
}
.CUright .marcas {
	padding-bottom: 6px;
}
.cambioNombre.nueva {
	background-color: #E8E8E8;
}
.cambioNombre.nueva strong {
	background-color: #022B47;
	color: #FFF;
	line-height: 25px;
	margin-top: -10px !important;
	display: block;
	margin-right: -10px;
	margin-bottom: 20px;
	margin-left: -10px;
	padding-left: 10px;
}
.cambioNombre.nueva .btn_enviar {
	background-color: #090;
	background-image: none;
	text-indent: 0px;
	width: auto;
	color: #FFF;
	padding: 4px;
	line-height: normal;
	overflow: visible;
	height: auto;
	float: right;
}
.esp_empresa {
	font-size: 12px;
	color: #333;
}
.esp_empresa .gal_institucional {
	float: right;
	width: 324px;
	position: relative;
	margin-left: 20px;
	height: 240px;
}
.esp_empresa .gal_institucional img {
	padding: 5px;
	border: 1px solid #CCC;
	-ms-border-radius: 4px; /* para IE 8*/
	-moz-border-radius:4px;  /*Firefox*/
	-webkit-border-radius: 4px; /* WebKit y Safari*/
	position: absolute;
	background-color: #FFF;
}
.esp_empresa p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.esp_empresa h2 {
	color: #F00;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial Black", Arial, Gadget, sans-serif;
	background-image: url(../images/bg_h2_03.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-left: 10px;
}
.esp_empresa .galeria_empresa .image_grande {
	float: left;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 3px;
	background-color: #FFF;
	position: relative;
	height: 314px;
	width: 420px;
	overflow: hidden;
}
.esp_empresa .galeria_empresa .nombre_producto {
	float: left;
	border: 1px solid #CCC;
	padding: 1px;
	margin-bottom: 3px;
	background-color: #FFF;
	position: relative;
	height: 20px;
	width: 625px;
	overflow: hidden;
}
.esp_empresa .galeria_empresa .descrip_producto {
	float: left;
	margin-left: 3px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 190px;
	background-color: #FFF;
	margin-bottom: 3px;
	height: 305px;
}
esp_empresa .galeria_empresa .image_t {
	float: rigth;
	margin-left: 3px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
	background-color: #FFF;
	margin-bottom: 3px;
	max-height: 310px;
}
.esp_empresa .galeria_empresa .image_thumbs {
	float: left;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 618px;
	background-color: #FFF;
	margin-bottom: 3px;
	max-height: 310px;
}
.esp_empresa .galeria_empresa em {
	clear: both;
	display: block;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.esp_empresa .galeria_empresa h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
}
.esp_empresa a {
	color: #30C0F8;
}
.esp_empresa .vias_contacto {
	background-color: #FFF;
	border: 1px solid #CCC;
	background-image: url(../images/back_contacto.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.esp_empresa .vias_contacto .label {
	font-weight: normal;
}
.esp_empresa .vias_contacto .input_txt {
	width: 100%;
	padding: 2px;
}
.esp_empresa .btn {
	padding: 2px;
	cursor: pointer;
	font-weight: bold;
}
.esp_empresa .thumb_grande {
	float: left;
	height: 315px;
	width: 420px;
	overflow: hidden;
}
.esp_empresa .thumb_chicos {
	float: left;
}
.esp_empresa .legend {
	display: block;
	background-color: #D7F4FD;
	border: 1px solid #0E7EA4;
	color: #0E7EA4;
	padding: 3px;
	float: right;
	width: 100px;
	text-align: center;
}
.esp_empresa .solapas_empresa {
	margin-top: 28px;
	position: relative;
	background-image: url(../images/solapas_top_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 13px;
	margin-bottom: 15px;
	clear: both;
}
.solapas_empresa .s_body {
	background-color: #E6E6E6;
	padding: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABABAB;
	border-left-color: #ABABAB;
	position: relative;
}
.esp_empresa .solapas_empresa ul {
	display: block;
	clear: both;
	width: 98%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -24px;
	padding-left: 13px;
}
.esp_empresa .solapas_empresa ul li {
	float: left;
	display: block;
	width: 97px;
	list-style-type: none;
	/*text-align: center;
	background-image: url(../images/solapa_empresa.jpg);
	background-repeat: no-repeat;
	height: 25px;*/
	margin-left: 2px;
}
/*.esp_empresa .solapas_empresa ul li a:hover, #solapaSeleccionada {
	background-image: url(../images/solapa_empresa_hover.jpg);
	font-weight:bold;
	}*/
	
	.esp_empresa .solapas_empresa ul li a:hover, .esp_empresa .solapas_empresa ul li .solapaSeleccionada {
	background-image: url(../images/solapa_empresa_hover.jpg);
	font-weight:bold;
}
.esp_empresa .solapas_empresa ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	display: block;
	width: 97px;
	list-style-type: none;
	text-align: center;
	background-image: url(../images/solapa_empresa.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-left: 1px;
	padding-top: 5px;
}
.esp_empresa .solapas_empresa .s_pie {
	background-image: url(../images/solapas_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 644px;
}
.esp_empresa .solapas_empresa h3 {
	background-image: none;
	line-height: normal;
	padding-left: 0px;
	color: #F00;
	font-size: 16px;
	margin-bottom: 0px;
	border: none;
}
/****************************************/
.esp_empresa .thumb_productos {
	width: 140px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	height: 230px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	border-radius: 3px; /* propiedad CSS3*/
	-ms-border-radius: 3px; /* para IE 8*/
	-moz-border-radius:3px;  /*Firefox*/
	-webkit-border-radius: 3px; /* WebKit y Safari*/
	-khtml-border-radius: 3px;
}
/*div.thumb_productos:first-child {margin:0px !important;}*/
.esp_empresa .thumb_productos .title {
	color: #F00;
	font-size: 12px;
	display: block;
	margin: 5px;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
.esp_empresa .thumb_productos .precio {
	font-size: 14px;
}
.esp_empresa .thumb_productos a.masinfo, .producto_detalle a.masinfo {
	color: #5D911B !important;
	text-decoration: none;
	background-image: url(../images/mas_info_empresa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.esp_empresa .thumb_productos em, .esp_empresa .producto_detalle em {
	display: block;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.esp_empresa .thumb_productos em a, .esp_empresa .producto_detalle em a {
	float: left;
	margin-left: 3px;
}
.esp_empresa .thumb_productos .compartir, .producto_detalle .compartir {
	background-image: url(../images/compartir_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	display: block;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 7px;
	margin-top: 2px;
}
.esp_empresa .solapas_empresa .paginado .next {
	font-size: 18px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.esp_empresa .solapas_empresa .paginado .next:hover {
	color:#FFF;
	background-color:transparent;
}
.bannerSerie.consombra {
	background-image: url(../images/sombra_banner.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	z-index: 200;
	color: #CCC;
}
.esp_empresa.detalle {
	margin-top: -15px;
	background-color: #E5E5E5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 20px;
}
.esp_empresa.detalle .producto_detalle {
	background-color: #FFF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.esp_empresa.detalle .producto_detalle .galeria_imgs {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.esp_empresa.detalle .compartir {
	float: left;
	font-size: 11px !important;
	font-weight: bold;
}
.esp_empresa.detalle .producto_detalle em {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.esp_empresa.detalle .right_detalle {
	width: 240px;
}
.redondear_esquinas {
	border:solid 1px #CCC;
	/*-ms-border-radius: 3px; /*//* para IE 8*/
	-moz-border-radius:3px;  /*Firefox*/
	-webkit-border-radius: 3px; /* WebKit y Safari*/
	-khtml-border-radius: 3px;
	border-radius: 3px; /* propiedad CSS3*//*behavior: url(../images/../images/border-radius.htc);*/
}
redondear_abajo {
-moz
}
.esp_empresa.detalle .galeria_imgs .next {
	font-size:35px;
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
	font-family:"Arial Black", Arial, Gadget, sans-serif;
	float: left;
}
.esp_empresa.detalle .galeria_imgs .cont_thumbs {
	float: left;
	width: 280px;
}
.esp_empresa.detalle .galeria_imgs .thumb {
	margin: 5px;
}
.esp_empresa.detalle .paginado_productos {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.esp_empresa.detalle .paginado_productos a {
	color: #666;
	text-decoration: none;
	line-height: 24px;
	font-weight: bold;
	background-repeat: no-repeat;
	margin: 0px 30px;
	padding:10px 0px;
}
.esp_empresa.detalle .paginado_productos a.anterior {
	background-image: url(../images/anterior_producto.jpg);
	background-position: left;
	padding-left: 22px;
}
.esp_empresa.detalle .paginado_productos a.siguiente {
	background-image: url(../images/siguiente_producto.jpg);
	background-position: right;
	padding-right: 22px;
}
.esp_empresa.detalle .paginado_productos a.volver {
	background-image: url(../images/volver_listado.jpg);
	background-position: left;
	padding-left: 22px;
}
.esp_empresa.detalle .producto_detalle .boton {
	background-color: #666;
	background-image: none;
	color: #FFF;
	padding-right: 2px;
	padding-left: 2px;
}
.esp_empresa .vias_contacto .datos {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
}
.esp_empresa .vias_contacto .input_txt {
	margin-right: 10px;
	width: 90%;
}
.esp_empresa .destacado {
	background-color:#FFF;
	padding:5px;
	margin-bottom:10px;
	positio:absolute;
	height:230px;
	width:600px;
}
.esp_empresa .videos {
	background-color: #FFF;
	padding: 5px;
}
.content .open-close {
	position:absolute;
	right:2px;
	top:2px;
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	padding:2px;
	background-color: #164161;
	display: none;
}
.solapaSeleccionada {
	font-weight:bold;
	background-image: url(../images/solapa_empresa_hover.jpg);
}
.solapaNoSeleccionada {
	background-image: url(../images/solapa_empresa.jpg);
}
.marcas {
	width: 300px;
	float: left;
	font-size: 11px;
	color: #333333;
	border: 1px solid #CCCCCC;
	margin-bottom: 7px;
}

.marcas .linea {
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	background-color: #E5E5E5;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	position: relative;
}
.marcas   .linea   a {
font-weight: bold;
	text-decoration: none;
	color: #333333;
	height: 35px;
	width: 115px;	
	margin-right: 10px;

}
.marcas .linea a img {
	float: left;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-right: 3px;
}
.marcas .linea a:hover{
	color:#04C5E1;
}
/*ET*/
.acc {
 background-image: url(../images/acc_bg.gif);
 background-repeat: no-repeat;
 background-position: center bottom;
 padding-bottom: 10px;
}
.acc_col {
 float: left;
 width: 158px;
 margin-right: 4px;
}
.acc_directo {
 font-size: 12px;
 position: relative;
 margin-bottom: 2px;
 width: 158px;
}
.acc_directo strong {
 background-image: url(../images/head_galerias_1.jpg);
 background-repeat: no-repeat;
 display: block;
 height: 27px;
 width: 148px;
 line-height: 27px;
 color: #FFF;
 font-size: 14px;
 padding-left: 10px;
 border-bottom-width: 2px;
 border-bottom-style: solid;
 border-bottom-color: #999;
}
.acc_directo span  {
 position: absolute;
 right: 10px;
 width: 30px;
 text-align: center;
 color: #4A862E;
 top: 1px;
 font-size: 22px;
 font-weight: bold;
}
.acc_directo ul {
 display: block;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 10px;
 width: 143px;
 list-style-type: none;
 background-color: #545253;
}
.acc_directo ul li a{
 color:#FFF;
 text-decoration: none;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #666;
 display: block;
}
.acc_directo.azul strong{
 background-image: url(../images/head_galerias2.jpg)!important;
 font-size: 12px;
 font-weight: bold;
 width: 148px;
}
.acc_directo.azul ul {
 list-style-type: none;
 margin: 0px;
 list-style-image: none;
 background-color: #C2BEBD;
}
.acc_directo.azul ul li {
 margin: 0px!important;
 padding: 0px!important; 
 list-style-type: none;
 list-style-position: outside;
}
.acc_directo.azul ul li a {
 font-size: 10px;
 font-weight: bold;
 margin: 0px!important;
 padding: 0px!important;
 display: block;
 color: #333;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
.acc_directo.azul ul li a em {
 font-style: normal;
 color: #0F7299;
 margin: 0px;
 padding: 0px;
}
.acc_directo.azul.destacados ul{
 margin: 0px;
 padding: 0px;
 width: 156px;
 overflow: hidden;
}
.acc_directo.azul.destacados ul li a{
 position: relative;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
 padding: 3px!important;
 .padding: 3px!important;
 display: block;
 height: 25px;
 .height: 26px;
 overflow: hidden;
}
.acc_directo.azul.destacados ul li a img {
 margin-right: 3px;
}
.acc_links {
 color:#0A3B59;font-size:12px;float:right;margin-right:10px; border-right:solid 1px #CCC;padding-right:5px;
}
.acc_links:hover {
 color:#0CAAD9
}
/*ET*/
.sre_ini_status_div {
	height: 60px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
}
.sre_content_long_div {
	position: relative;
}
.sre_img_loading {
	margin-left: 50px;
	margin-top: 30px;
}
/*L fix scroll*/
.acc_directo.azul .scrolling {
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #DEDBDB;
 padding-top: 2px;
 *padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 2px;
 *padding-bottom: 0px;
 padding-left: 0px;
 text-align: center;
 position: relative;
 visibility: hidden;
}
.acc_directo.azul .scrolling a img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
 margin-right: 10px;
 cursor: pointer;
}
