@charset "utf-8";

/*@font-face {
    font-family: 'Unit';
    src: url('http://www.leroymerlin.es/dms/leroyMerlinKit/themes/popLM/img/fonts/eot/unitot-medium-webfont.eot');
    src: url('http://www.leroymerlin.es/dms/leroyMerlinKit/themes/popLM/img/fonts/eot/unitot-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.leroymerlin.es/dms/leroyMerlinKit/themes/popLM/img/fonts/woff/unitot-medium-webfont.woff') format('woff'),
         url('http://www.leroymerlin.es/dms/leroyMerlinKit/themes/popLM/img/fonts/ttf/unitot-medium-webfont.ttf') format('truetype'),
         url('http://www.leroymerlin.es/dms/leroyMerlinKit/themes/popLM/img/fonts/svg/unitot-medium-webfont.svg#Unit') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/* RESET CSS */

#estrena-contents h1,
#estrena-contents h2,
#estrena-contents h3,
#estrena-contents h4,
#estrena-contents h5,
#estrena-contents h6,
#estrena-contents p,
#estrena-contents ol,
#estrena-contents ul,
#estrena-contents li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height: 1;
	list-style: none;
}
#estrena-contents strong {
	font-size:inherit!important;
}
.clearing {
	clear: both;	
}

.enlace_azul { 
	color:#0f96fe;
}

#bloque_estrena {
	width:938px!important;
	padding:0px!important;
	margin:5px 0px!important;
}

/* titulos texto */

.titulo1 { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:25px;
	color:#333;
	/*font-weight:bold;*/
	letter-spacing:-2px;
}
.titulo2 { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#7e7e7e;
	 font-weight: bold;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	padding-left:10px;
}

.txt_verde { 
	font-weight:bold;
	color:#7dbc39;
	/*font-size:16px;*/
}

#bloque_estrena .tit_verde { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:25px;
	color:#7dbc39;
	/*font-weight:bold;*/
	letter-spacing:-2px;
}
#bloque_estrena .titulo2 { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#7e7e7e;
	/*font-weight:bold;*/
	letter-spacing:-1px;
}
#bloque_estrena .txt_rojo {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#e32333;
	font-weight:bold;
}

.reg {
	color:#333;
	font-weight:normal;
}

.legal {
	color:#7a7a7a;
	font-weight:normal;
	font-size:10px;
}
/* fin de titulos texto */

.casita { 
	margin-top:15px;
	background:url(casita.jpg) no-repeat top left;
	width:390px;
	height:120px;
	padding-left:30px;
}
#estrena-contents .tab_content .lista_estrena ul {
	margin-left:30px;
	color:#7a7a7a;
	font-size:14px;
}
#estrena-contents .tab_content .lista_estrena ul li {
	list-style-type:disc;
}


/* estrena */
#estrena-contents {
	width:938px!important;
	padding:0px!important;
	margin:5px 0px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#estrena-contents a {
	text-decoration: none;
	color: #FFFFFF;
	-moz-transition: color 0.25s ease-in, background-color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
#estrena-contents a:hover {
	text-decoration: none;
	color: #60A908;
}
#estrena-contents .bt {
	display: inline-block;
	padding: 6px 10px 7px;
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	background: #60A908;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B932), to(#60A908));
	background: -moz-linear-gradient(top, #79B932, #60A908);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B932', endColorstr='#60A908');
	-moz-user-select: none;
	-webkit-user-select: none;
}
#estrena-contents .bt:hover {
	color: #fff;
	background-color: #4e731e;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B932), to(#4e731e));
	background: -moz-linear-gradient(top, #79B932, #4e731e);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B932', endColorstr='#4e731e');
}
#estrena-contents .bt span {
	color: #aae761;
}
#estrena-contents .bt.no-border {
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#estrena-contents .bt.no-shadow {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
}
#estrena-contents .col {
	width:210px;
	margin-bottom:20px;
	float:left;
	margin-left:10px;
}
#estrena-contents .col_destacado {
	background-color:#fff;
	padding:8px 8px 0 8px;
	margin:-8px -8px 20px -8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
}
#estrena-contents .col + .col {
	margin-left:20px;
}
#estrena-contents .col + .col.col_destacado {
	margin-top:-16px;
	margin-left:12px;
}
#estrena-contents .col .col {
	margin-bottom:0;
}
#estrena-contents .col2 {
	width:440px;
}
#estrena-contents .col3 {
	width:670px;
}
#estrena-contents .col4 {
	width:900px;
}
#estrena-contents .linea {
	border-top:solid 1px #a6a6a6;
	border-bottom:solid 1px #fff;
	margin-bottom:15px;
}
#estrena-contents .destacado {
	color:#83b817!important;
	background:none!important;
}
#estrena-contents h1 {
	font-weight:bold;
	font-size:35px;
	margin-bottom:31px;
}
ul#estrena-tabs {
	padding-left:5px;
	height:40px;
	position:relative;
	z-index:100;
}
#estrena-tabs li {
	float:left;
	margin-left:4px;
}
#estrena-tabs li a {
	font-weight:bold;
	font-size:17px;
	color:#83b817;
	height:40px;
	line-height:36px;
	display:block;
	padding:0 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);*/
	border: solid 1px #cecece;
}
#estrena-tabs li a:hover,
#estrena-tabs li a.active {
	color:#fff;
	background: #99c248; /* Old browsers */
	background: -moz-linear-gradient(top,  #99c248 0%, #75a317 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99c248), color-stop(100%,#75a317)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #99c248 0%,#75a317 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #99c248 0%,#75a317 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99c248 0%,#75a317 100%); /* IE10+ */
	background: linear-gradient(top,  #99c248 0%,#75a317 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c248', endColorstr='#75a317',GradientType=0 ); /* IE6-9 */
}
#estrena-tabs li a.tabs_home {
	padding:0 20px;
}
#estrena-tabs li a.tabs_home span {
	display:block;
	width:25px;
	height:21px;
	position:relative;
	top:8px;
	text-indent:-5000px;
	background-image:url(micro-home-icon.html);
}
#estrena-tabs li a.tabs_home:hover span,
#estrena-tabs li a.tabs_home.active span {
	background-position:left bottom;
}
#estrena-contents .tab_content {
	background-color:#f0f0f0;
	margin-top:-2px;
	padding:18px 19px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:url("fondo_cabecera.png");
	
	background-repeat:no-repeat;
	background-position:right top;
	
	position:relative;
	z-index:200;
	border: solid 1px #cecece;
	
	
	
}
#estrena-contents .tab_content_header {
	/*width:440px;*/
	width:550px;
	margin-right:460px;
	margin-bottom:10px;
	
}
#estrena-como-filtro {
	overflow:hidden;
	float:left;
	width:100%;
	height:20px;
	margin-bottom:15px;
}
#estrena-como-filtro li {
	float:left;
}
#estrena-contents .tab_content h2 {
	color:#333;
	font-weight:bold;
	font-size:25px;
	margin-bottom:10px;
	background-image:none;
}
#estrena-contents #estrena-tab_inicio.tab_content h2 {
	font-size:20px;
}
#estrena-contents .tab_content p.bajada {
	font-size:15px;
	color:#7a7a7a;
	line-height:20px;
	margin-bottom:15px;
}
#estrena-tab_inicio p.bajada {
	font-size:15px;
}

#estrena-contents .tab_content h3 {
	
	
	
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 background-image: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 10px;
	color:#7dbc39;
	
}
#estrena-contents .tab_content_img {
	width:100%;
	padding-bottom:7px;
	margin-bottom:6px;
}
#estrena-contents .tab_content p + #estrena-contents .tab_content_img {
	margin-top:26px;
}
#estrena-contents .tab_content_img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#estrena-contents .col .tab_content_img {
	background-image:url(img-col1-bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#estrena-contents .col2 > .tab_content_img {
	background-image:url(img-col2-bg.html);
}
#estrena-contents .col3 > .tab_content_img {
	background-image:url(img-col3-bg.png);
}
#estrena-contents .tab_content p {
	font-size:12px;
	line-height:16px;
	color:#333;
	margin-bottom:16px;
}
#estrena-contents .tab_content ol,
#estrena-contents .tab_content ul {
	font-size:12px;
	color:#333;
	margin-bottom:16px;
	float:left;
}
#estrena-contents .tab_content ol li,
#estrena-contents .tab_content ul li {
	line-height:16px;
}
#estrena-contents .tab_content ol li {
	margin-bottom:13px;
	float:left;
}
#estrena-contents .tab_content ul li {
	margin-bottom: 16px;
}
#estrena-contents .tab_content ul li a {
	display: inline-block;
	background-image: url(checkbox.html);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 19px;
	padding-left: 28px;
	margin-right: 30px;
	color: #000;
	font-size: 16px;
}
#estrena-contents .tab_content ul#estrena-como-filtro {
	*margin-bottom: 0;	
}
#estrena-contents .tab_content ul li a.active {
	background-position: 0px -19px;
}
#estrena-contents .tab_content ol li span {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	background-color:#83b817;
	width:21px;
	height:21px;
	line-height:19px;
	margin-right:8px;
	display:inline-block;
	text-align:center;
	position:relative;
	top:-3px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	float:left;
}
#estrena-contents .tab_content ul li strong {
	/*color:#83b817;*/
}
#estrena-contents .tab_content p a {
	color:#0090ff;
	text-decoration:underline;
}
#estrena-contents .tab_links {
	width:100%;
	clear:both;
	text-align:right;
	color:#0f96f3!important;
}
#estrena-contents .tab_links a {
	color:#0f96f3;
	text-decoration:underline;
}

#estrena-contents .tab_links2 {
	width:100%;
	clear:both;
	text-align:left;
	color:#0f96f3!important;
}
#estrena-contents .tab_links2 a {
	color:#0f96f3;
	text-decoration:underline;
}

.social-plugins {
	width:250px;
	/*height:30px;*/
	}
.social_share {
	/*height:30px;*/
	/*margin-top:20px;
	/*margin-bottom:10px;*/
	clear:both;
}
.social_share  > .fb-like {
	float:left;
	width:120px;
	overflow:hidden;
}

#estrena-tab_como .col2 .linea {
	margin-bottom:0;
}
.social_share + .tab_links {
	margin-top:-30px!important;
}

/* ----------------------------- pack reforma ---------------------------------- */

#reforma-contents .tab_content_header .bajada { 
	font-size:14px;
	}
#reforma-contents .bajada { 
	font-size:14px;
	}
#reforma-contents .tit_verde { 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:25px;
	color:#7dbc39;
	/*font-weight:bold;*/
	letter-spacing:-2px;
}


#reforma-contents .tab_content .lista_reforma ul {
	margin-left:30px;
	color:#7a7a7a;
	font-size:14px;
}
#reforma-contents .tab_content .lista_reforma ul li {
	list-style-type:disc;
}


/* reforma */
#reforma-contents {
	width:938px!important;
	padding:0px!important;
	margin:5px 0px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#reforma-contents a {
	text-decoration: none;
	color: #FFFFFF;
	-moz-transition: color 0.25s ease-in, background-color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in, background-color 0.25s ease-in;
}
#reforma-contents a:hover {
	text-decoration: none;
	color: #60A908;
}
#reforma-contents .bt {
	display: inline-block;
	padding: 6px 10px 7px;
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	background: #60A908;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B932), to(#60A908));
	background: -moz-linear-gradient(top, #79B932, #60A908);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B932', endColorstr='#60A908');
	-moz-user-select: none;
	-webkit-user-select: none;
}
#reforma-contents .bt:hover {
	color: #fff;
	background-color: #4e731e;
	background: -webkit-gradient(linear, left top, left bottom, from(#79B932), to(#4e731e));
	background: -moz-linear-gradient(top, #79B932, #4e731e);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79B932', endColorstr='#4e731e');
}
#reforma-contents .bt span {
	color: #aae761;
}
#reforma-contents .bt.no-border {
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#reforma-contents .bt.no-shadow {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .5);
}
#reforma-contents .col {
	width:230px;
	margin-bottom:20px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#reforma-contents .col_destacado {
	background-color:#fff;
	padding:8px 8px 0 8px;
	margin:-8px -8px 20px -8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
}
#reforma-contents .col + .col {
	margin-left:20px;
}
#reforma-contents .col + .col.col_destacado {
	margin-top:-16px;
	margin-left:12px;
}
#reforma-contents .col .col {
	margin-bottom:0;
}
#reforma-contents .col2 {
	width:440px;
}
#reforma-contents .col3 {
	width:670px;
}
#reforma-contents .col4 {
	width:900px;
}
#reforma-contents .linea {
	border-top:solid 1px #a6a6a6;
	border-bottom:solid 1px #fff;
	margin-bottom:15px;
}
#reforma-contents .destacado {
	color:#83b817!important;
	background:none!important;
}
#reforma-contents h1 {
	font-weight:bold;
	font-size:35px;
	margin-bottom:31px;
}

/* --------------------------------------   */

#reforma-contents .tab_content {
	background-color:#f0f0f0;
	margin-top:-2px;
	padding:18px 19px;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image:url("header-bg.png");
	/*background-image:url(fondo_cabecera_pr.png);*/
	background-repeat:no-repeat;
	background-position:right top;
	/*background-position:right 40px;*/
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);*/
	/*height:2000px;*/
	position:relative;
	z-index:200;
	border: solid 1px #cecece;
	/*height:2800px;*/
	
}
#reforma-contents .tab_content_header {
	width:445px;
	/*width:560px;*/
	margin-right:460px;
	margin-bottom:10px;
	height:238px;
	
}
#reforma-slogan {
	width:230px;
	height:223px;
	/*background:url(pack-reforma-tu-casa.png) no-repeat right top;*/
	position:absolute;
	top:27px;
	left:455px;
	text-indent:-5000px;
}
#reforma-ventajas {
	margin-top:41px!important;
}
#reforma-ventajas li {
	font-size:16px;
	color:#333;
	line-height:20px!important;
	margin-bottom:30px;
	padding-left:35px;
	background:url(item.png) no-repeat 0 0;
}
#reforma-ventajas li:last-child {
	margin-bottom:15px;
}
#reforma-ventajas li strong {
	font-size:24px!important;
}

#reforma-descuentos {
	float:right;
	background:url(descuentos.png) no-repeat right top;
	width:325px;
	height:406px;
	text-indent:-5000px;
	margin-top:-18px;
}

#reforma-contents .col2 {
	width:600px;
}

#reforma-contents .tab_content p {
	/*font-size:14px;*/
	/*line-height:16px;*/
	font-size:16px;
	color:#7a7a7a;
	margin-bottom:13px;
}

#reforma-tab_como .col2 .linea {
	margin-bottom:0;
}

#reforma-contents {margin-top:5px;}

/* tabs menu */
ul#reforma-tabs {
	padding-left:5px;
	height:40px;
	position:relative;
	z-index:100;
}
#reforma-tabs li {
	float:left;
	margin-left:4px;
}
#reforma-tabs li a {
	font-weight:bold;
	font-size:17px;
	color:#83b817;
	height:40px;
	line-height:36px;
	display:block;
	padding:0 11px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);*/
	border: solid 1px #cecece;
}
#reforma-tabs li a:hover,
#reforma-tabs li a.active {
	color:#fff;
	background: #99c248; /* Old browsers */
	background: -moz-linear-gradient(top,  #99c248 0%, #75a317 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99c248), color-stop(100%,#75a317)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #99c248 0%,#75a317 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #99c248 0%,#75a317 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #99c248 0%,#75a317 100%); /* IE10+ */
	background: linear-gradient(top,  #99c248 0%,#75a317 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99c248', endColorstr='#75a317',GradientType=0 ); /* IE6-9 */
}
#reforma-tabs li a.tabs_home {
	padding:0 20px;
}
#reforma-tabs li a.tabs_home span {
	display:block;
	width:25px;
	height:21px;
	position:relative;
	top:8px;
	text-indent:-5000px;
	background-image:url(micro-home-icon.html);
}
#reforma-tabs li a.tabs_home:hover span,
#reforma-tabs li a.tabs_home.active span {
	background-position:left bottom;
}
/* fin de tabs menu */

#reforma-contents p.tab_links2 {
	width:100%;
	clear:both;
	text-align:left;
	color:#0f96f3!important;
	font-size:14px;
}
#reforma-contents p.tab_links2 a {
	color:#0f96f3;
	text-decoration:underline;
}


#reforma-contents h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	    background-image: none;
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
#reforma-contents h3 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 background-image: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-left: 10px;
	color:#7dbc39;
}
#reforma-contents h3 span {
	display:block;
	margin-top:3px;
	font-size:18px;
	color:#7e7e7e;
}

/* -----------  pr ---- */

/* columnas  */

#reforma-contents .col {
	margin-bottom:15px;
	float:left;
}
#reforma-contents .col + .col {
	margin-left:40px;
}
#reforma-contents .col2 {
	width:500px;
}
#reforma-contents .col3 {
	margin-bottom:27px;
	padding:0 10px;
	width:250px;
}
#reforma-contents .col_left {
	width:650px;
}
#reforma-contents .col_right {
	float:right;
	width:181px;
	margin-left:0!important;
}

#reforma-contents .linea {
	border-top:solid 1px #a6a6a6;
	border-bottom:solid 1px #fff;
	margin-bottom:15px;
}

/* finn de columnas */


#reforma-contents .col3 h4 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	line-height:16px;
	color:#7dbc39;
	margin-bottom:7px;
}
#reforma-contents .col3 p {
	margin-bottom:16px;
}
#reforma-contents .col3 ul {
	margin-top:-16px;
}
#reforma-contents .col3 p,
#reforma-contents .col3 ul li {
	line-height:16px!important;
	color:#333;
}
#reforma-contents .col3 h4 + p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;!important;
	line-height:14px!important;
	margin-bottom:14px;
	color:#7e7e7e;
}
#reforma-contents .col3 p strong.reforma-destacado {
	font-size:24px!important;
	margin-bottom:5px;
	display:block;
}

.reforma-img-bg {
	padding-bottom:10px;
	background:no-repeat center bottom;
}
.reforma-img-bg img {
	border-radius:15px;
	-webkit-border-radius:15px;
	display:block;
}
#reforma-contents .col3 .reforma-img-bg {
	background-image:url(img-col3-bg.png);
	margin:0 -10px;
	margin-bottom:9px;
}

#reforma-contents .tab_content .legal {
	color:#7a7a7a;
	font-weight:normal;
	font-size:10px;
}
/* -----------  pr ---- */

#reforma-contents .col_left p + h3,
#reforma-contents .col_left ul + h3 {
	margin-top:43px;
}
#reforma-contents .col_left p {
	margin-bottom:18px;
	font-size:14px;
}
#reforma-contents .col_left ul {
	margin-left:50px;
}
#reforma-contents .col_left h2 {
	margin-bottom:10px;
}
#reforma-contents .col_left ul li {
	color:#7a7a7a;
	list-style:disc;
	line-height:20px!important;
	font-size:14px;
}
#reforma-contents .col_right {
	padding-top:80px;
}
#reforma-contents .col_right .reforma-img-bg {
	background-image:url(img-col-right-bg.png);
	margin-bottom:50px;
}

.precio {
    background-color: #FFFF00 !important;
    color: #EC1C24 !important;
    
    font-weight: bold !important;
    padding: 2px !important;
}

.puntos li {
	list-style:inside;
}