/*
V8 - 14/08/2024
POLLOS COPACABANA - 2015
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/


/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	body{
	line-height: 1;
	}
	ol,ul{
	list-style: none;
	}
	blockquote,q{
	quotes: none;
	}
	blockquote:before,blockquote:after,q:before,q:after{
	content: '';
	content: none;
	}
	focus{
	outline: 0;
	}
	ins{
	text-decoration: none;
	}
	del{
	text-decoration: line-through;
	}
	table{
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	/* RESET */
	
	
	
	@font-face {
		font-family: 'robotolight';
		src: url('../fonts/Roboto-Light-webfont.eot');
		src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light-webfont.woff') format('woff'),
		url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	
	@font-face {
		font-family: 'robotobold';
		src: url('../fonts/Roboto-Bold-webfont.eot');
		src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
		url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
		url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	
	
	@font-face {
		font-family: 'frente_h1regular';
		src: url('../fonts/FrenteH1-Regular-webfont.eot'../fonts/);
		src: url('../fonts/FrenteH1-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FrenteH1-Regular-webfont.woff') format('woff'),
		url('../fonts/FrenteH1-Regular-webfont.ttf') format('truetype'),
		url('../fonts/FrenteH1-Regular-webfont.svg#frente_h1regular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'TheHandW00';
		src: url('../fonts/TheHandW00-Black.eot');
		src: url('../fonts/TheHandW00-Black.eot?#iefix') format('embedded-opentype'),
			url('../fonts/TheHandW00-Black.woff2') format('woff2'),
			url('../fonts/TheHandW00-Black.woff') format('woff'),
			url('../fonts/TheHandW00-Black.ttf') format('truetype'),
			url('../fonts/TheHandW00-Black.svg#TheHandW00-Black') format('svg');
		font-weight: 100;
		font-style: normal;
		font-display: normal;
	}
	
	
	body {
		color: #000;
		font-size: 14px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		text-align: center;
		line-height: 24px;
		background: #ffffff;
	}
	
	
	
	
	#wrapper{
		clear: both;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	
	
	
	
	header{
		top: 0;
		z-index: 100;
		position: absolute;
		background: url(../lib/bg_header.png) no-repeat center top;
		width: 100%;
		height: 159px;
	}
	
	header .contHd{
		position: relative;
		width: 960px;
		height: 159px;
		margin: 0 auto;
	}
	
	
	nav{
		float: left;
		position: relative;
		height: 42px;
		margin: 34px auto 0 25px;
	}
	nav ul {
		color: #fff;
		font-size: 28px;
		line-height: 42px;
		margin: 0 auto;
	}
	nav ul li{
		float: left;
		display: table;
		margin: 0 14px;
	}
	nav ul li a{
		display: inline-block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		height: 42px;
		padding: 5px 15px 0 15px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	nav ul li a:hover{
		padding: 0 15px 0 15px;
	}
	nav ul li .act{
		color: #f9ed11;
	}
	
	
	nav ul:nth-child(2),
	nav ul:nth-child(3){
		display: none;
	}
	
	/*
	nav ul li:nth-child(n+5){
		display: none;
	}
	*/
	
	.banner{
		width: 100%;
		height: 587px;
	}
	.banner .cntBn{
		position: relative;
		width: 100%;
		height: 587px;
		margin: 0 auto;
	}
	
	.banner .cntBn li a{
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 587px;
	}
	
	
	
	
	.cntPromCr{
		position: relative;
		width: 880px;
		height: 550px;
		margin: 0 auto 50px auto;	
	}
	
	.cntPromCr .flex-direction-nav{
		/*display: none;*/
	}
	
	.cntPromCr .flex-direction-nav a{
		/*display: none;*/
		background-color: #c2101e !important;
		-webkit-border-radius: 160px;
		-moz-border-radius: 160px;
		border-radius: 160px;
	}
	
	.cntPromCr #sldIB{
		overflow: hidden;
		position: relative;
		width: 880px;
		height: 453px;
		margin: 0 auto 20px auto;	
	}
	.cntPromCr #sldIB .flex-direction-nav a{
		top: 200px;
		width: 70px;
		height: 70px;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-prev{
		left: 4%;
	}
	.cntPromCr #sldIB .flex-direction-nav .flex-next {
		right: 4%;
	}
	.cntPromCr #csldIT{
		overflow: hidden;
		position: relative;
		width: 880px;
		height: 110px;
		margin: 0 auto;	
	}
	.cntPromCr #csldIT ul{
		position: relative;
	}
	.cntPromCr #csldIT li img{
		cursor: pointer;
		width: 194px;
		height: 99px;
	}
	
	.cntPromCr #csldIT .flex-direction-nav a{
		top: -80px;
		width: 70px;
		height: 70px;
	}
	.cntPromCr #csldIT .flex-direction-nav .flex-prev{
		left: 10px;
	}
	.cntPromCr #csldIT .flex-direction-nav .flex-next {
		right: 10px;
	}
	
	
	/* ---------------------------- SLIDER ELEMENTS---------------------------- */
	
	
	/* FlexSlider Necessary Styles
	*********************************/
	.flexslider {position: relative;margin: 0; padding: 0;}
	.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexslider .slides img {display: block;}
	.flex-pauseplay span {text-transform: capitalize;}
	
	
	/* No JavaScript Fallback */
	/* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
	.no-js .slides > li:first-child {display: block;}
	
	/* FlexSlider Default Theme
	*********************************/
	.flexslider { margin: 0; background: #fff; position: relative; zoom: 1; }
	.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
	.loading .flex-viewport { max-height: 300px; }
	.flexslider .slides { zoom: 1; }
	.carousel li { margin-right: 5px; }
	
	
	/* Control Nav - BULLETS */
	.flex-control-nav {
		display: none;
	}
	.flex-control-nav li {
		margin: 0 6px;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	.flex-control-paging li a {
		display: block;
		cursor: pointer;
		text-indent: -9999px;
		background: rgba(255, 255, 255, 0.6);
		width: 20px !important;
		height: 20px !important;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.flex-control-paging li a:hover{
		background: rgba(255, 255, 255, 0.4);
	}
	.flex-control-paging li a.flex-active{
		background: #ed1a3b; cursor: default;
	}
	
	
	
	
	.flex-direction-nav{
		*height: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.flex-direction-nav a{
		overflow: hidden;
		cursor: pointer;
		position: absolute;
		display: block;
		top: 280px;
		z-index: 10;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		width: 60px!important;
		height: 60px!important;
		margin: 0;
		opacity: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}
	.flex-direction-nav .flex-prev {
		left: 10%;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;}
	.flex-direction-nav .flex-next {
		right: 10%;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;}
	.flexslider:hover .flex-prev {
		opacity: 0.7;
		background: url(../lib/ico_prv.png) no-repeat center;}
	.flexslider:hover .flex-next {
		opacity: 0.7;
		background: url(../lib/ico_nxt.png) no-repeat center;}
	.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
	.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
	.flex-direction-nav a:before  {
		display: inline-block;
	}
	.flex-direction-nav a.flex-next:before  {
	}
	
	
	.bnInP,
	.bnInPB,
	.bnInPC,
	.bnInPD,
	.bnInPE,
	.bnInPF,
	.bnInEn{
		position: relative;
		background-size: cover;
		background-attachment: fixed;
		background: url(../lib/bn_in02.jpg) no-repeat center top;
		width: 100%;
		height: 370px;
	}
	
	.bnInPB{
		background: url(../lib/bn_in03.jpg) no-repeat center top;
	}
	.bnInPC{
		background: url(../lib/bn_in04.jpg) no-repeat center top;
	}
	.bnInPD{
		background: url(../lib/bn_in05.jpg) no-repeat center top;
	}
	.bnInPE{
		background: url(../lib/bn_in06.jpg) no-repeat center top;
	}
	.bnInPF{
		background: url(../lib/bn_in07.jpg) no-repeat center top;
	}
	.bnInEn{
		background: url(../lib/bn_in08.jpg) no-repeat center top;
	}
	
	
	.bnInP .contBIP,
	.bnInPB .contBIPB,
	.bnInPC .contBIPC,
	.bnInPD .contBIPD,
	.bnInPE .contBIPE,
	.bnInPF .contBIPF,
	.bnInEn .contBIEn{
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
	
	.bnInP img:first-child,
	.bnInPB img:first-child,
	.bnInPC img:first-child,
	.bnInPD img:first-child,
	.bnInPE img:first-child,
	.bnInPF img:first-child,
	.bnInEn img:first-child{
		position: absolute;
		z-index: 20px;
		left: 50%;
		width: 918px;
		margin: 120px auto 0 -459px;
	}
	
	
	
	
	
	.content h1,
	.contentA h1,
	.contentB h1{
		color: #bf101e;
		font-size: 60px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 60px;
	}
	
	.content h2,
	.contentA h2,
	.contentB h2{
		color: #bf101e;
		font-size: 40px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 60px;
	}
	
	.content h3,
	.contentA h3,
	.contentB h3{
		display: block;
		color: #fff;
		font-size: 30px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 43px;
		text-align: center;	
		background: url(../lib/bx_txt02.png) no-repeat center;
		width: 141px;
		height: 44px;
		margin: 10px auto;
	}
	
	
	
	
	
	
	.content{
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 18px;
		background: #fff;
		width: 100%;
	}
	
	.content .contCnt{
		position: relative;
		z-index: 20;
		width: 960px;
		margin: 0 auto;
		padding-top: 185px;
	}
	
	
	
	
	
	
	.contentA{
		position: relative;
		z-index: 20;
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 18px;
		background: #fff;
		width: 100%;
		min-height: 700px;
		height: auto;
	}
	.contentA:after {
		content:"";
		position: absolute;
		left: 0;
		top: -163px;
		background: url(../lib/bg_top02.png) no-repeat center;
		width: 100%;
		height: 163px;
	}
	.contentA:before {
		content:"";
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../lib/bg_bottom02.png) no-repeat center;
		width: 100%;
		height: 154px;
	}
	
	
	
	
	.contentA .contCntA{
		position: relative;
		overflow: hidden;
		width: 960px;
		min-height: 700px;
		height: auto;
		margin: 0 auto;
	}
	
	
	
	
	
	
	
	
	.contentB{
		position: relative;
		z-index: 20;
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 18px;
		background: #fff;
		width: 100%;
		min-height: 700px;
		height: auto;
	}
	.contentB:after {
		content:"";
		position: absolute;
		left: 0;
		top: -163px;
		background: url(../lib/bg_top02.png) no-repeat center;
		width: 100%;
		height: 163px;
	}
	.contentB:before {
		content:"";
		position: absolute;
		left: 0;
		bottom: 0;
		background: url(../lib/bg_bottom02.png) no-repeat center;
		width: 100%;
		height: 154px;
	}
	
	
	
	
	.contentB .contCntB{
		position: relative;
		overflow: hidden;
		width: 960px;
		min-height: 700px;
		height: auto;
		margin: 0 auto;
		padding-top: 190px;
	}
	
	
	
	
	
	
	
	
	.prodIB{
		float: left;
		position: relative;
		width: 431px;
		height: 429px;
		margin-top: 30px;
	}
	.prodIB:before {
		content:"";
		position: absolute;
		z-index: 5;
		left: 0;
		bottom: 0;
		background: url(../lib/msk_li_prod_b.png) no-repeat center;
		width: 431px;
		height: 429px;
	}
	
	.prodIB .tag{
		z-index: 20;
		top: 5px;
		right: 0;
		display: block;
		pointer-events: none;
		position: absolute;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/tag_nuevo_02.png) no-repeat center;
		width: 91px;
		height: 90px;
	}
	
	
	.prodDsc{
		float: right;
		position: relative;
		color: #aa1f26;
		font-size: 18px;
		text-align: left;
		width: 450px;
		margin-top: 30px;
	}
	
	.prodDsc ul{
		overflow: hidden;
		margin: 10px 0;
	}
	.prodDsc ul li{
		position: relative;
		font-size: 22px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		line-height: 30px;
		background: url(../lib/bull2.png) no-repeat left 12px;
		margin: 10px 0;
		padding-left: 15px;
	}
	
	.prodDsc ul .color4{
		position: relative;
		background: url(../lib/txt_santa_cruz.png) no-repeat right center;
		min-width: 180px;
		padding-right: 90px;
	}
	/*
	.prodDsc ul .color4:before {
		content:"";
		position: absolute;
		z-index: 500;
		right: -90px;
		bottom: 0;
		background: url(../lib/txt_santa_cruz.png) no-repeat right center;
		width: 80px;
		height: 27px;
	}
	*/
	
	.prodDsc .liB li{
		font-size: 18px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
	}
	
	.prodDsc h3{
		color: #fff;
		font-size: 30px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 50px;
		text-align: center;	
		background: url(../lib/bx_txt.png) no-repeat center;
		width: 222px;
		height: 51px;
	}
	
	
	
	
	
	
	.bxOpt{
		overflow: hidden;
		text-align: left;
		margin: 10px auto;
	}
	
	.bxOpt img:nth-child(1){
		margin-right: 55px;
	}
	.bxOpt img:nth-child(3){
		margin-right: 55px;
	}
	.bxOpt img:nth-child(5){
		margin-right: 55px;
	}
	
	
	
	
	
	
	.bxMap{
		position: relative;
		overflow: hidden;
		background-color: #000;
		width: 100%;
		height: 695px;
	}
	.bxMap .bgTp{
		top: 0;
		position: absolute;
		z-index: 10;
		pointer-events: none;
		background: url(../lib/b_bottom.png) no-repeat center;
		width: 100%;
		height: 198px;
	}
	.bxMap .bgBtm{
		bottom: 0;
		position: absolute;
		z-index: 10;
		pointer-events: none;
		background: url(../lib/b_top.png) no-repeat center;
		width: 100%;
		height: 153px;
	}
	
	
	#map-canvas{
		position: relative;
		width: 100%;
		height: 695px;
	}
	
	
	
	
	
	
	.imgT{
		top: 423px;
		z-index: 100;
		pointer-events: none;
		position: absolute;
		background: url(../lib/img_txt.png) no-repeat center top;
		width: 100%;
		height: 354px;
	}
	
	.imgT .contIT{
		position: relative;
		color: #fff;
		width: 960px;
		height: 154px;
		margin: 0 auto;
		padding-top: 200px; 
	}
	
	.imgT .contIT h2{
		font-size: 99px;
		font-weight: 100;
		line-height: 96px;
		text-align: center;
	}
	
	
	
	
	
	
	.prod{
		overflow: hidden;
		background: url(../lib/bg_prod.jpg) no-repeat center bottom;
		width: 100%;
		min-height: 731px;
		margin: 0 auto;
	}
	.prod .contPrd{
		overflow: hidden;
		position: relative;
		font-size: 11px;
		color: #fff;
		line-height: 14px;
		width: 960px;
		min-height: 511px;
		margin: 0 auto;
		padding-top: 220px;
	}
	
	
	.prod .contPrd a{
		color: #fff;
		font-weight: 100;
		text-decoration: none;
	}
	
	
	.prod section{
		font-size: 30px;
		line-height: 34px;
		text-align: center;
		margin: 50px auto;
	}
	.prod section ul{
		display: table;
		margin: 20px auto;
	}
	.prod section ul li{
		display: inline-block;
		margin: 0 45px;
	}
	.prod section ul li:first-child a{
		display: block;
		background: url(../lib/ar_right.png) no-repeat left center;
		padding-left: 70px;
	}
	.prod section ul li:first-child a:hover{
		background: url(../lib/ar_right.png) no-repeat 15% center;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.prod section ul li:last-child a{
		display: block;
		background: url(../lib/ar_left.png) no-repeat right center;
		padding-right: 70px;
	}
	.prod section ul li:last-child a:hover{
		background: url(../lib/ar_left.png) no-repeat 90% center;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	
	
	
	/*
	.prod .img01,
	.prod .img02,
	.prod .img03,
	.prod .img04{border:1px solid white;
		float: left;
		position: relative;
		width: 188px;
		height: 189px;
		margin: 0 21px 20px 21px;
	}
	
	
	.prod .txt01,
	.prod .txt02,
	.prod .txt03,
	.prod .txt04{
		float: left;
		color: #fff;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase;
		width: 190px;
		margin: 0 21px;
	}
	
	*/
	.prod .contPrd img{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.prod .img01,
	.prod .img02,
	.prod .img03,
	.prod .img04,
	.prod .img05,
	.prod .img06,
	.prod .img07,
	.prod .img08,
	.prod .img09{
		float: left;
		position: relative;
		color: #fff;
		font-size: 38px;
		line-height: 40px;
		text-transform: uppercase;
		width: 16%;
		margin: 0 2% 20px 2%;
	}
	
	
	
	
	
	
	
	.prod a .bxBG{
		position: absolute;
		pointer-events: none;
		z-index: 5;
		left: 8px;
		top: 8px;
		font-size: 16px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		background: rgba(255, 255, 255, 0.00);
		width: 90%;
		height: 136px;
	
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.prod a:hover .bxBG{
		background: rgba(255, 255, 255, 0.60);
	}
	
	.prod a .bxBG span{
		display: block;
		color: rgba(255, 255, 255, 0.00);
		line-height: 30px;
		background-color: rgba(221, 31, 38, 0.00);
		width: 90px;
		margin: 0 auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.prod a:hover .bxBG span{
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(221, 31, 38, 1.00);
		margin-top: 62px;
	}
	
	
	
	
	
	
	
	
	
	
	.info{
		clear: both;
		overflow: hidden;
		background: #e5f5f9 url(../lib/bg_info.jpg) no-repeat center bottom;
		width: 100%;
		min-height: 810px;
		margin: 0 auto;
	}
	.info .contInf{
		position: relative;
		overflow: hidden;
		width: 960px;
		min-height: 750px;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	
	.info .contInf .pollito{
		position: absolute;
		left: 50%;
		bottom: 0;
		background: url(../lib/pollito.png) no-repeat;
		width: 354px;
		height: 249px;
		margin-left: -142px; 
	
	}
	
	
	.info .contInf section{
		float: left;
		width: 51%;
		margin: 0 2% 220px 2%;
	}
	.info .contInf section h2{
		position: relative;
		display: inline-block;
		color: #fff;
		font-size: 34px;
		font-weight: 100;
		line-height: 0;
		border: 26px solid #0e94bd;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		height: 0;
		margin: 5px auto;
		padding: 0 30px;
	}
	.info .contInf section h2:nth-child(2){
		clear: both;
		margin: 60px auto 20px auto;
	}
	.info .contInf section p{
		display: inline-block;
		color: #0e94bd;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		text-align: center;
		margin: 5px auto;
		width: 40%;
	}
	
	
	
	
	
	.info .contInf aside{
		float: left;
		position: relative;
		background: #fff;
		border: 6px solid #cfebf6;
		width: 32%;
		height: 500px;
		margin: 0 5%;
		-webkit-border-radius: 40px;
		   -moz-border-radius: 40px;
				border-radius: 40px;
	}
	.info .contInf aside:before {
		content:"";
		position: absolute;
		left: 30%;
		bottom: -49px;
		background: url(../lib/bx_btm.png) no-repeat;
		width: 83px;
		height: 49px;
	}
	
	
	
	
	
	footer{
		overflow: hidden;
		background: #fbc816 url(../lib/bg_footer.jpg) no-repeat center bottom;
		width: 100%;
		min-height: 250px;
		margin: 0 auto;
	}
	footer .contFt{
		position: relative;
		width: 960px;
		min-height: 250px;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	
	footer .contFt li{
		display: inline-block;
		overflow: hidden;
		width: 166px;
		margin: 0 34px;
	}
	
	footer .contFt ul li a{
		display: block;
		color: #e01f26;
		font-size: 28px;
		font-weight: 700;
		text-decoration: none;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	footer .contFt  ul li a:hover{
	}
	
	
	footer .contFt ul li a img{
		width: 166px;
		height: 166px;
		margin-bottom: 20px;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	footer .contFt ul li a:hover img{
		width: 161px;
		height: 161px;
		margin-bottom: 25px;
	}
	
	
	
	
	/* TIMELINE */
	
	#timeline {
		width: 90%;
		height: 470px;
		margin: 0 auto 30px auto !important;
		position: relative;
	}
	
	#timelineC {
		width: 100%;
		height: 470px;
		overflow: hidden;
		margin: 0 auto 10px auto;
		position: relative;
		background: url(../lib/dot.png) repeat-x left 48px;
	}
	
	#timelineC a {
		color: #fff;
		text-decoration: none;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
	}
	#timelineC  a:hover,a.selected {
		color: #fff;
	}
	
	#timelineC h1 {
		font-size: 17px;
		color: #ed1c24;
		margin-bottom: 20px;
	}
	#timelineC h2 {
		font-size: 14px;
	}
	#timelineC .sociales {
		text-align: center;
		margin-bottom: 20px;
	}
	#timelineC #dates {
		overflow: hidden;
		position:relative;
		width: auto !important;
		height: 68px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	#timelineC #dates li {
		float: left;
		font-size: 24px;
		text-align: center;
		background: url(../lib/biggerdot.png) no-repeat center 45px;
		height: 68px;
		margin: 0 5px;
	}
	#timelineC #dates a {
		color: #333333;
		font-size: 30px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 38px;
		padding: 10px 20px;
	}
	#timelineC #dates .selected {
		color: #e63a4a;
		font-size: 40px;
		line-height: 46px;
	}
			
	#timelineC #issues {
		position:relative;
		width: 850px;
		height: 420px;
		overflow: hidden;
		margin-top: 10px;
	}	
	#timelineC #issues li {
		position:relative;
		width: 850px;
		height: 420px;
		list-style: none;
		float: left;
	}
	
	#timelineC #issues li .titA{
		float: left;
		display: block;
		color: #bf101e;
		font-size: 36px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 34px;
		text-align: center;
		text-transform: uppercase;
		width: 370px;
		margin: 20px auto 20px auto;
	}
	#timelineC #issues li p {
		float: left;
		font-size: 16px;
		font-weight: normal;
		text-transform: none;
		line-height: 22px;
		width: 370px;
		margin: 20px auto 20px auto;
	}
			
	#next,
	#prev {
		z-index:11000;
		position: absolute;
		top: 230px;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		overflow: hidden;
	
		-webkit-border-radius: 40px;
		   -moz-border-radius: 40px;
				border-radius: 40px;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#next:hover,
	#prev:hover {
		-webkit-transform: scale(1.20 , 1.20);
		   -moz-transform: scale(1.20 , 1.20);
			-ms-transform: scale(1.20 , 1.20);
			 -o-transform: scale(1.20 , 1.20);
				transform: scale(1.20 , 1.20);
	}
	#next {
		right: -45px;
		background: url('../lib/next.png') no-repeat 55% center;
	}
	#prev {
		left: -45px;
		background: url('../lib/prev.png') no-repeat 45% center;
	}
	#next.disabled, #prev.disabled {
		opacity: 0.7;
	}
					
					
	/* TIMELINE */
	
	
	/* FADES */
	
	
	.img00,
	.img10,
	.img20,
	.img30,
	.img40,
	.img50,
	.img60,
	.img70,
	.img80,
	.img90,
	.img100,
	.img110,
	.img120,
	.img130,
	.img140,
	.img150,
	.img160,
	.img170,
	.img180,
	.img190,
	.img200,
	.img210,
	.img220,
	.img230,
	.img240,
	.img250,
	.img260{
		position: relative;
		float: left;
		width: 440px;
		height: 335px;
		margin-right: 40px;
	}
	.imgA1,
	.imgB1,
	.imgC1,
	.imgD1,
	.imgE1,
	.imgF1,
	.imgG1,
	.imgH1,
	.imgI1,
	.imgJ1,
	.imgK1,
	.imgL1,
	.imgM1,
	.imgN1,
	.imgO1,
	.imgP1,
	.imgQ1,
	.imgR1,
	.imgS1,
	.imgT1,
	.imgU1,
	.imgV1,
	.imgW1,
	.imgX1,
	.imgY1,
	.imgZ1{
		z-index: 501;
		position: absolute;
		width: 440px;
		height: 335px;
	}
	
	
	
	
	
	.bxCntBg{
		overflow: hidden;
		position: absolute;
		z-index: 2000;
		background: rgba(255, 255, 255, 1.00);
		width: 850px;
		height: 420px;
	}	
	
	
	
	.bxMScInt{
		font-size: 30px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 34px;
		text-align: center;
		margin: 50px auto;
	}
	.bxMScInt ul{
		display: table;
		margin: 20px auto;
	}
	.bxMScInt ul li{
		display: inline-block;
		margin: 0 45px;
	}
	.bxMScInt ul li a{
		color: #bc4539;
		text-decoration: none;
	}
	.bxMScInt ul li:first-child a{
		display: block;
		background: url(../lib/ar_right_2.png) no-repeat left center;
		padding-left: 70px;
	}
	.bxMScInt ul li:first-child a:hover{
		background: url(../lib/ar_right_2.png) no-repeat 15% center;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.bxMScInt ul li:last-child a{
		display: block;
		background: url(../lib/ar_left_2.png) no-repeat right center;
		padding-right: 70px;
	}
	.bxMScInt ul li:last-child a:hover{
		background: url(../lib/ar_left_2.png) no-repeat 90% center;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	
	
	
	.bxPrm{
		overflow: hidden;
		position: relative;
		line-height: 20px;
		width: 880px;
		height: 295px;
		margin: 20px auto;	
	}
	.bxPrm ul{
		overflow: hidden;
		position: relative;
	}
	.bxPrm li span{
		display: block;
		overflow: hidden;
	}
	.bxPrm li .titG{
		color: #bf101e;
		font-size: 36px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 36px;
		margin-bottom: 25px;
	}
	.bxPrm li .cntFDsc{
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	
	.bxPrm li  .cntFDsc span{
		float: left;
		display: block;
		width: 46%;
		margin: 0 2%;
	}
	.bxPrm li  .cntFDsc span:first-child{
		color: #bf101e;
		text-align: right;
	}
	.bxPrm li  .cntFDsc span:last-child{
		color: #4c4c4c;
		text-align: left;
	}
	
	.bxPrm .flex-direction-nav {
		top: -150px;
		width: 100%;
		height: 80px !important;
	}/*
	.bxPrm .flex-direction-nav {border: 4px solid red !important;
		top: 1% !important;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute !important;
		display: block !important;
		width: 70px !important;
		height: 70px !important;
		margin: 0 !important;
		padding: 0 !important;
	}*/
	.bxPrm .flex-direction-nav .flex-prev{
		top: 1% !important;
		bottom: 0;
		left: -20px;
		right: 0;
		z-index: 10000000 !important;
		position: absolute !important;
		display: block !important;
		background: url(../lib/prev.png) no-repeat center !important;
		width: 70px !important;
		height: 70px !important;
		margin: 0 !important;
		padding: 0 !important;
		filter: alpha(opacity=100);
		-webkit-opacity: 1.00;
		 -khtml-opacity: 1.00;	
		   -moz-opacity: 1.00;
			-ms-opacity: 1.00;
			 -o-opacity: 1.00;
				opacity: 1.00;
	}
	.bxPrm .flex-direction-nav .flex-next {
		top: 1% !important;
		right: -20px !important;
		bottom: 0;
		z-index: 10000000 !important;
		display: block !important;
		background: url(../lib/next.png) no-repeat center !important;
		width: 70px !important;
		height: 70px !important;
		margin: 0 !important;
		padding: 0 !important;
		filter: alpha(opacity=100);
		-webkit-opacity: 1.00;
		 -khtml-opacity: 1.00;	
		   -moz-opacity: 1.00;
			-ms-opacity: 1.00;
			 -o-opacity: 1.00;
				opacity: 1.00;
	}
	
	
	
	.cnt_not{
		display: none;
		z-index: 1000;
		position: fixed;
		background: #000000;
		width: 100%;
		height: 80px;
		margin: 0;
	}
	
	
	
	.imgProm{
		width: 880px;
		height: 453px;
		margin: 10px auto;
	}
	
	.imgB{
		border-bottom: 4px solid #fcd100;
		margin: 15px auto;
	}
	
	
	.imgB2{
		margin: 10px auto;
	}
	
	
	
	
	.pDH{
		font-size: 16px;
		line-height: 20px;
		text-align: justify;
		margin: 20px 40px;
	}
	
	.pTE{
		clear: both;
		font-size: 18px;
		line-height: 24px;
		width: 58%;
		margin: 20px auto;
	}
	
	
	
	
	.sp{
		clear: both;
		display: block;
		border-bottom: 6px solid #d8d8d8;
		width: 100%;
		margin: 10px 0;
	}
	
	
	
	
	
	.left{
		float: left;
		display: block;
	}
	.right{
		float: right;
		display: block;
	}
	
	.clear{
		clear: both;
		display: block;
	}
	
	
	
	
	
	b{
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
	}
	
	
	i{
		font-style: italic;
	}
	
	
	.small{
		font-size: 12px;
	}
	
	
	
	.color2{
		color: #bf101e !important;
	}
	.color3{
		color: #f9ed11 !important;
	}
	.color4{
		color: #25aae1 !important;
	}
	.color5{
		color: #360704 !important;
	}
	
	
	
	
	
	
	
	
	/* ---------------------------- LINKS ---------------------------- */
	
	
	a.lnk1:link,a.lnk1:visited {
		color: #fff;
		text-decoration: none;
	}
	a.lnk1:hover {
		text-decoration: underline;
	}
	
	
	
	a.lnkT1:link,a.lnkT1:visited {
		color: #bf101e !important;
		font-size: 24px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 60px;
		text-decoration: none;
		margin: 5px 0;
		padding:5px 20px;
	}
	a.lnkT1:hover {
		text-decoration: underline;
	}
	
	
	
	a.lnk_google_play:link,a.lnk_google_play:visited{
		display: inline-block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: #000000 url(../lib/btn-google-play.jpg) no-repeat 12px center;
		background-size: 112px auto;
		border-radius: 6px;
		width: 150px;
		height: 42px;
		margin: 20px 20px 60px 20px;
		transition: all .3s;
	}
	a.lnk_google_play:hover {
		background: #000000 url(../lib/btn-google-play.jpg) no-repeat 15px center;
		background-size: 112px auto;
	}
	
	a.lnk_app_store:link,a.lnk_app_store:visited{
		display: inline-block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: #000000 url(../lib/btn-app-store.jpg) no-repeat 12px center;
		background-size: 112px auto;
		border-radius: 6px;
		width: 150px;
		height: 42px;
		margin: 20px 20px 60px 20px;
		transition: all .3s;
	}
	a.lnk_app_store:hover {
		background: #000000 url(../lib/btn-app-store.jpg) no-repeat 15px center;
		background-size: 112px auto;
	}
	
	
	
	a.logo:link,a.logo:visited{
		float: left;
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/logo.png) no-repeat center;
		width: 150px;
		height: 140px;
		margin-top: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	a.logo:hover {
		margin-top: 5px;
	}
	
	
	a.byLogos:link,a.byLogos:visited{
		display: block;
		float: right;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/powered_logos.png) no-repeat bottom;
		width: 47px;
		height: 20px;
		margin: 45px 0 10px 0;
		filter: alpha(opacity=85);
		-moz-opacity: 0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}
	a.byLogos:hover {
		background-position: top;
		filter: alpha(opacity=90);
		-moz-opacity: 0.90;
		-khtml-opacity: 0.90;
		opacity: 0.90;
	}
	
	
	
	.adjFil,
	.adjDoc,
	.adjXls,
	.adjPdf {
		clear: both;
		display: block;
		float: left;
		color: #264354 !important;
		font-weight: 100;
		line-height: 18px;
		text-align: left;
		text-decoration: none !important;
		width: 70%;
		margin: 5px 0;
		padding: 12px 10px 12px 45px;
	
		-webkit-border-radius: 8px;
		   -moz-border-radius: 8px;
				border-radius: 8px;
	
		-webkit-transition: all .4s;
		   -moz-transition: all .4s;
			-ms-transition: all .4s;
			 -o-transition: all .4s;
				transition: all .4s;
	}
	a.adjFil:link,a.adjFil:visited {
		background: #ebedef url(../lib/ico_fil.png) no-repeat 10px 6px;
	}
	a.adjFil:hover {
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
	}
	
	a.adjDoc:link,a.adjDoc:visited {
		background: #ebedef url(../lib/ico_doc.png) no-repeat 10px 6px;
	}
	a.adjDoc:hover {
		filter: alpha(opacity=80);
		-khtml-opacity: 0.80;
		  -moz-opacity: 0.80;
			   opacity: 0.80;
	}
	
	a.adjXls:link,a.adjXls:visited {
		background: #ebedef url(../lib/ico_xls.png) no-repeat 10px 6px;
	}
	a.adjXls:hover {
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
	}
	
	a.adjPdf:link,a.adjPdf:visited {
		background: #ebedef url(../lib/ico_pdf.png) no-repeat 10px 6px;
	}
	a.adjPdf:hover {
		filter: alpha(opacity=80);
		-moz-opacity: 0.80;
		-khtml-opacity: 0.80;
		opacity: 0.80;
	}
	
	
	
	
	
	/* ---------------------------- LINKS ---------------------------- */
	
	
	
	
	/* ---------------------------- LISTADOS ---------------------------- */
	
	ul.li01{
	float: left;
	clear: both;
	overflow: hidden;
	margin: 20px 0;
	}
	ul.li01 li{
	float: left;
	clear: both;
	text-align: justify;
	background: url(../lib/bull1.png) no-repeat left 6px;
	margin: 2px 0;
	padding-left: 20px;
	}
	
	
	
	ul.liServ{
	clear: both;
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 20px auto 40px auto;
	}
	ul.liServ li{
	display: table-cell;
	text-align: center;
	margin: 2px inherint;
	}
	ul.liServ li img{
	border: 3px solid #fff;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-ms-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
	}
	ul.liServ li span{
	display: block;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.40);
	width: 120px;
	height: 120px;
	margin: 10px auto;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-ms-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
	}
	ul.liServ li a{
	display: block;
	color: #333;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-ms-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
	}
	ul.liServ li a:hover{
	}
	ul.liServ li a:hover img{
	border: 3px solid rgba(0, 0, 0, 0.40);
	}
	
	
	
	
	ul.liSc{
		overflow: hidden;
		width: 100%;
		margin: 40px auto -100px auto;
	}
	ul.liSc li{
		float: left;
		display: block;
		overflow: hidden;
		text-align: left;
		width: 50%;
		height: 78px;
	}
	
	ul.liSc li a{
		display: block;
		overflow: hidden;
		color: #000;
		background: rgba(252, 172, 0, 0.00);
		text-decoration: none;
		width: 90%;
		height: 54px;
		padding: 12px 5%;
	
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liSc li a:hover{
		background: rgba(252, 172, 0, 0.20);
	}
	
	
	
	
	
	
	ul.liItm{
		overflow: hidden;
		width: 100%;
		margin: 40px auto;
	}
	ul.liItm li{
		float: left;
		position: relative;
		text-transform: uppercase;
		width: 190px;
		height: 255px;
		margin: 10px 20px
	}
	
	ul.liItm li:before {
		content:"";
		position: absolute;
		pointer-events: none;
		z-index: 10;
		left: 0;
		top: 0;
		background: url(../lib/msk_li_prod.png) no-repeat center top;
		width: 190px;
		height: 189px;
	}
	ul.liItm li img{
		width: 169px;
		height: 168px;
		margin: 10px auto 25px auto;
	}
	ul.liItm li a{
		display: block;
		color: #bf101e;
		font-size: 16px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 18px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	ul.liItm li a .bxBG{
		position: absolute;
		pointer-events: none;
		z-index: 5;
		left: 2px;
		top: 0;
		font-size: 16px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		background: rgba(255, 255, 255, 0.00);
		width: 186px;
		height: 189px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liItm li a:hover .bxBG{
		background: rgba(255, 255, 255, 0.60);
	}
	
	ul.liItm li a .bxBG span{
		display: block;
		color: rgba(255, 255, 255, 0.00);
		line-height: 30px;
		background-color: rgba(221, 31, 38, 0.00);
		width: 90px;
		margin: 0 auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liItm li a:hover .bxBG span{
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(221, 31, 38, 1.00);
		margin-top: 80px;
	}
	
	
	
	
	ul.liItm li .tag{
		z-index: 20;
		top: 5px;
		right: 0;
		display: block;
		pointer-events: none;
		position: absolute;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/tag_nuevo_01.png) no-repeat center;
		width: 54px;
		height: 53px;
	}
	
	
	
	
	
	
	ul.liItmSM{
		overflow: hidden;
		width: 100%;
		margin: 40px auto;
	}
	ul.liItmSM li{
		float: left;
		position: relative;
		text-transform: uppercase;
		width: 16%;
		height: 255px;
		margin: 10px 2%;
	}
	
	ul.liItmSM li:before {
		content:"";
		position: absolute;
		pointer-events: none;
		z-index: 10;
		left: 0;
		top: 0;
		/*background: url(../lib/msk_li_prod.png) no-repeat center top;*/
		width: 190px;
		height: 189px;
	}
	ul.liItmSM li img{
		width: 100%;
		margin: 15px auto;
	}
	ul.liItmSM li a{
		display: block;
		color: #bf101e;
		font-size: 16px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 18px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	ul.liItmSM li a .bxBG{
		position: absolute;
		pointer-events: none;
		z-index: 5;
		left: 2px;
		top: 15px;
		font-size: 16px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		background: rgba(255, 255, 255, 0.00);
		width: 152px;
		height: 155px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liItmSM li a:hover .bxBG{
		background: rgba(255, 255, 255, 0.60);
	}
	
	ul.liItmSM li a .bxBG span{
		display: block;
		color: rgba(255, 255, 255, 0.00);
		line-height: 30px;
		background-color: rgba(221, 31, 38, 0.00);
		width: 90px;
		margin: 0 auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liItmSM li a:hover .bxBG span{
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(221, 31, 38, 1.00);
		margin-top: 65px;
	}
	
	
	
	
	ul.liItmSM li .tag{
		z-index: 20;
		top: 5px;
		right: 0;
		display: block;
		pointer-events: none;
		position: absolute;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/tag_nuevo_01.png) no-repeat center;
		width: 54px;
		height: 53px;
	}
	
	
	
	
	
	
	ul.liPrd{
		overflow: hidden;
		width: 100%;
		margin: 40px auto;
	}
	ul.liPrd li{
		display: inline-block;
		position: relative;
		text-transform: uppercase;
		width: 190px;
		height: 255px;
		margin: 10px 20px
	}
	
	ul.liPrd li:before {
		content:"";
		position: absolute;
		pointer-events: none;
		z-index: 10;
		left: 0;
		top: 0;
		background: url(../lib/msk_li_prod.png) no-repeat center top;
		width: 190px;
		height: 189px;
	}
	ul.liPrd li img{
		margin-bottom: 15px;
	}
	ul.liPrd li a{
		display: block;
		color: #bf101e;
		font-size: 16px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 18px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	ul.liPrd li a .bxBG{
		position: absolute;
		pointer-events: none;
		z-index: 5;
		left: 2px;
		top: 0;
		font-size: 16px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		background: rgba(255, 255, 255, 0.00);
		width: 186px;
		height: 189px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liPrd li a:hover .bxBG{
		background: rgba(255, 255, 255, 0.60);
	}
	
	ul.liPrd li a .bxBG span{
		display: block;
		color: rgba(255, 255, 255, 0.00);
		line-height: 30px;
		background-color: rgba(221, 31, 38, 0.00);
		width: 90px;
		margin: 0 auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liPrd li a:hover .bxBG span{
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(221, 31, 38, 1.00);
		margin-top: 80px;
	}
	
	
	
	
	ul.liPrd li .tag{
		z-index: 20;
		top: 5px;
		right: 0;
		display: block;
		pointer-events: none;
		position: absolute;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		background: url(../lib/tag_nuevo_01.png) no-repeat center;
		width: 54px;
		height: 53px;
	}
	
	
	
	
	
	
	
	
	ul.liPrdB{
		overflow: hidden;
		width: 100%;
		margin: 40px auto;
	}
	ul.liPrdB li{
		display: inline-block;
		position: relative;
		color: #360704;
		font-size: 16px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		text-transform: uppercase;
		width: 190px;
		height: 380px;
		margin: 10px 20px
	}
	
	ul.liPrdB li:before {
		content:"";
		position: absolute;
		pointer-events: none;
		z-index: 10;
		left: 0;
		top: 0;
		background: url(../lib/msk_li_prod.png) no-repeat center top;
		width: 190px;
		height: 189px;
	}
	ul.liPrdB li img{
		margin-bottom: 15px;
	}
	
	ul.liPrdB li a{
		display: block;
		color: #360704;
		font-size: 16px;
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
		line-height: 18px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	
	ul.liPrdB li a.bxCdd:link,a.bxCdd:visited{
		position: relative;
		z-index: 10;
		display: block;
		color: #360704;
		font-size: 20px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 36px;
		text-decoration: none;
		width: 119px;
		height: 37px;
		margin: 5px auto;
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		-khtml-opacity: 1.00;
		opacity: 1.00;
	}
	ul.liPrdB li a.bxCdd:hover {
	}
	
	ul.liPrdB li a.bxCdd:before {
		content:"";
		position: absolute;
		pointer-events: none;
		z-index: 10;
		left: 0;
		top: 0;
		background: url(../lib/bx_txt03.png) no-repeat;
		width: 119px;
		height: 37px;
		filter: alpha(opacity=20);
		-moz-opacity: 0.20;
		-khtml-opacity: 0.20;
		opacity: 0.20;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liPrdB li a.bxCdd:hover:before {
		filter: alpha(opacity=100);
		-moz-opacity: 1.00;
		-khtml-opacity: 1.00;
		opacity: 1.00;
	}
	
	ul.liPrdB li a.bxCdd span {
		position: absolute;
		pointer-events: none;
		z-index: 20;
		left: 0;
		top: 0;
		width: 119px;
		height: 37px;
	}
	
	
	
	
	
	
	ul.liTxP{
		overflow: hidden;
		width: 100%;
		margin: 40px auto;
	}
	ul.liTxP li{
		display: inline-block;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		background: url(../lib/bull3.png) no-repeat left center;
		padding-left: 18px;
		width: 30%;
		margin: 8px 7%;
	}
	
	
	
	
	
	
	ul.liPrmthmb{
		overflow: hidden;
		width: 100%;
		margin: 10px auto 20px auto;
	}
	ul.liPrmthmb li{
		display: inline-block;
		position: relative;
		overflow: hidden;
		text-transform: uppercase;
		width: 194px;
		height: 99px;
		margin: 10px 3px;
	}
	
	ul.liPrmthmb li img{
		border: 4px solid #fff;
		width: 186px;
		height: 91px;
	}
	
	ul.liPrmthmb li a{
		display: block;
		font-weight: 100;
		line-height: 18px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	
	ul.liPrmthmb li .selected{
		border: 4px solid #fbc816;
	}
	
	
	
	
	
	
	
	ul.li_img_01{
		float: left;
		display: block;
		overflow: hidden;
		width: 90%;
		margin: 10px auto 50px 40px;
	}
	ul.li_img_01 li{
		float: left;
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 10px 0;
	}
	
	ul.li_img_01 li img{
		float: left;
		display: block;
		width: 165px;
		height: auto;
		margin-right: 20px;
	}
	
	ul.li_img_01 li .dsc{
		float: left;
		display: block;
		overflow: hidden;
		text-align: left;
		padding-top: 18px;
	}
	
	
	/* REDES SOCIALES */
	
	ul.liIRS{
		right: 0;
		position: absolute;
		overflow: hidden;
		width: auto;
		height: 52px;
		margin: 34px auto 0 auto;
	}
	ul.liIRS li{
		float: left;
		text-align: center;
		margin: 0 3px;
	}
	ul.liIRS li a{
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		width: 42px;
		height: 42px;
		margin-top: 5px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liIRS li a:hover{
		margin-top: 0px;
	}
	
	ul.liIRS li:nth-child(1) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat 0 0;
	}
	ul.liIRS li:nth-child(2) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -48px 0;
	}
	ul.liIRS li:nth-child(3) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -96px 0;
	}
	ul.liIRS li:nth-child(4) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -144px 0;
	}
	ul.liIRS li:nth-child(4){
		margin-right: 0;
	}
	
	
	
	
	ul.flRS {
	top: 80px;
	left: -110px;
	position: absolute;
	z-index: 100;
	background: #fff;
	border: 1px solid #e8eaec;
	width: 70px !important;
	height: 235px !important;
	padding: 20px 0 0 0 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	ul.flRS li{
	float: left !important;
	clear: both !important;
	line-height: 10px !important;
	text-transform: uppercase;
	background-image: none !important;
	width: 90% !important;
	height: 75px;
	margin: 0 !important;
	padding: 0 !important;
	}
	
	ul.flRS div{
	position: relative;
	width: 70px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	}
	ul.flRS iframe{
	overflow-y: hidden !important;
	}
	ul.flRS .fbk{
	padding: 2px 0 2px 2px !important;
	}
	ul.flRS .tw{
	padding: 2px 0 2px 0 !important;
	}
	ul.flRS .go{
	padding: 2px 0 0 1px !important;
	}
	
	
	
	
	/* PAGINADOR */
	
	ul.pag {
	float: right !important;
	clear: both;
	width: auto !important;
	margin: 25px 0 !important;
	}
	ul.pag li{
	float: left !important;
	clear: none !important;
	background-image: none !important;
	width: auto !important;
	margin: 0 2px !important;
	padding: 0 !important;
	}
	ul.pag li a{
	float: left;
	color: #b9babc !important;
	font-size: 20px;
	line-height: 18px;
	text-decoration: none !important;
	text-align: center;
	margin: 0 !important;
	padding: 0 4px !important;
	}
	ul.pag li a:hover{
	color: #2a201c !important;
	}
	ul.pag li .pagAct{
	color: #433630 !important;
	font-weight: 700;
	}
	ul.pag li .txtL{
	color: #433630 !important;
	font-size: 18px;
	text-decoration: underline !important;
	}
	
	
	
	
	
	
	ul.liCnV{
		overflow: hidden;
		border-top: 1px solid #b2b2b2;
		width: 100%;
	}
	ul.liCnV li{
		float: left;
		overflow: hidden;
		font-size: 16px;
		text-align: left;
		border-bottom: 1px solid #b2b2b2;
		width: 100%;
	}
	
	ul.liCnV li a{
		overflow: hidden;
		display: block;
		color: #000;
		text-decoration: none;
		padding: 15px 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liCnV li a:hover{
		background: #fdf8f9;
	}
	ul.liCnV li .codRf{
		float: left;
		display: block;
		color: #c31e2b;
		width: 10%;
		margin-right: 5%;
	}
	ul.liCnV li .descC{
		float: left;
		display: block;
		width: 45%;
		margin-right: 5%;
	}
	ul.liCnV li .ct{
		float: left;
		display: block;
		width: 20%;
		margin-right: 5%;
	}
	ul.liCnV li .Vm{
		float: left;
		display: block;
		color: #c31e2b;
		font-size: 20px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		width: 10%;
	}
	
	
	
	ul.liHDsp{
		overflow: hidden;
		width: 100%;
		margin: 0 0 -40px 0!important;
		padding: 0 !important;
	}
	ul.liHDsp li{
		float: left;
		clear: both;
		overflow: hidden;
		font-size: 16px;
		text-align: left;
		width: 100%;
		padding: 10px 0;
	}
	
	ul.liHDsp li a{
		color: #c31e2b;
		text-decoration: none;
		background: url(../lib/ico_chbx.png) no-repeat left center;
		width: 93%;
		padding: 5px 0 5px 7%;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	ul.liHDsp li a:hover{
	}
	ul.liHDsp a.actCh{
		background: url(../lib/ico_chbx_s.png) no-repeat left center !important;
	}
	
	
	
	
	/* DOCUMENTOS ADJUNTOS */
	ul.doc2{
		float: left;
		width: 450px;
		margin: 5px 0 0 0 !important;
	}
	ul.doc2 li{
		position: relative;
		overflow: hidden;
		color: #000000;
		font-size: 12px;
		line-height: 14px;
		border: 1px solid #d8d8d8;
		width: 96% !important;
		height: 65px;
		padding: 2px 2% !important;
	}
	ul.doc2 li a{
	float: left;
		display: block;
		text-align: left;
		text-decoration: none !important;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	ul.doc2 li a:hover{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	}
	
	
	ul.doc2 li a.del2{
		right: 0;
		position: absolute;
	display: none;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 24px;
	background: #e84c3d;
	width: 56px;
	height: 25px;
	margin: 19px 5px 0 0 !important;
	}
	ul.doc2 li:hover a.del2{
	display: block;
	}
	/*
	ul.doc2 li .edNm:hover a.del2{
	display: none;
	}
	*/
	ul.doc2 li a.edN{
	float: left;
	display: block;
	color: #fff;
	font-size: 11px;
	background: #08ae98;
	margin-top: 3px;
	padding: 3px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	ul.doc2 li .txtDsc{
	line-height: 36px;
	}
	
	
	ul.doc2 li .inFil{
	float: left;
	display: block;
	width: auto;
	margin-top: 10px;
	}
	
	ul.doc2 li .imgCnt{
	float: left;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	width: 35px;
	height: 45px;
	margin: 6px 10px 5px 0;
	}
	
	ul.doc2 li .imgCnt img{
	margin: 0;
	}
	
	
	
	
	ul.doc2 .inpD{
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
	font-family: "Arial", Tahoma, Verdana;
	border: 1px solid #dadada;
	width: 280px;
	height: 13px;
	padding: 6px 8px;
	}
	
	
	
	
	
	
	
	/* ---------------------------- LISTADOS ---------------------------- */
	
	
	
	/* ---------------------------- FORMULARIOS ---------------------------- */
	
	.formA fieldset{
		clear: both;
		overflow: hidden;
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		text-align: center;
		background: url(../lib/pollito_form.png) no-repeat left bottom;
		width: 52%;
		margin: 0 auto 150px auto;
		padding-left: 38%;
	}
	
	.formA select, input, textarea{
		clear: both;
		font-size: 16px;
		line-height: 16px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		border: 1px solid #bf101e;
		-webkit-border-radius: 10px !important;
		-moz-border-radius: 10px !important;
		border-radius: 10px !important;
	}
	
	.formA label{
		display: block;
		float: left;
		clear: both;
		color: #bf101e;
		font-size: 36px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 36px;
		text-align: left;
		text-transform: uppercase;
		width: auto;
		padding: 8px 0;
	}
	
	
	.formA select{
	display: block;
	float: left;
	color: #333333;
	height: 40px;
	padding: 6px 10px;
	}
	
	
	
	.formA .inpB{
	display: block;
	float: left;
	height: 28px;
	padding: 6px 10px;
	}
	
	
	.formA .req{
	border: 1px solid #e84c3d;
	}
	
	
	.formA textarea{
	display: block;
	float: left;
	width: 470px;
	height: 123px;
	padding: 6px 10px;
	}
	
	
	.formA .button{
	float: left;
	cursor: pointer;
	color: #fff200;
	font-size: 36px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
	font-weight: 100;
	text-align: center;
	border: none;
	background: #bf101e;
	padding: 25px 60px;
	
	-webkit-appearance: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
	.formA .button:hover{
	background: #4f091b;
	}
	
	
	.formA p{
	clear: both !important;
	position: relative;
	text-align: justify;
	margin: 10px 0 !important;
	padding: 15px 0;
	*padding: 2px 0;
	}
	
	
	.formA .bxEr{
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 34px;
	background: #e84c3d;
	width: 80px;
	height: 38px;
	margin: 2px 0 0 -82px;
	*margin: -6px 0 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
	
	
	.formRs fieldset{
	color: #000;
	font-family: 'playfair_displayregular', Arial, Tahoma, Verdana;
	text-align: center;
	}
	
	.formRs select, input, textarea{
	font-size: 16px;
	line-height: 16px;
	font-family: 'playfair_displayregular', Arial, Tahoma, Verdana;
	border-radius: 0;
	}
	
	
	.formRs .btnRs{
	cursor: pointer;
	position: relative;
	color: #fff;
	font-size: 16px;
	background: none;
	border: none;
	margin-top: -20px;
	padding: 10px 20px;
	-webkit-appearance: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}
	
	.formRs .btnRs:hover{
	color: #5d142d;
	}
	
	
	
	
	
	.formP fieldset{
		clear: both;
		overflow: hidden;
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		text-align: center;
		width: 100%;
		margin: 20px auto 150px auto;
	}
	
	.formP select, input, textarea{
		clear: both;
		font-size: 16px;
		line-height: 16px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		border: 1px solid #999999;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 4px !important;
	}
	
	.formP label{
		display: block;
		float: left;
		color: #bf101e;
		font-size: 16px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		line-height: 30px;
		text-align: left;
		width: auto;
		padding: 0 0 5px 0;
	}
	
	
	.formP select{
		display: block;
		float: left;
		color: #333333;
		width: 294px;
		height: 38px;
		padding: 6px 6px;
	}
	.formP .selS{
		clear: none;
		width: 90px;
		margin-right: 10px;
	}
	.formP .selSA{
		clear: none;
		width: 60px;
		margin-right: 10px;
	}
	.formP .selSM{
		clear: none;
		width: 70px;
	}
	.formP .selSB{
		clear: none;
		width: 144px;
		margin-right: 10px;
	}
	
	
	.formP select.req{
		background: #fadbd8;
	}
	
	.formP .inpB{
		display: block;
		float: left;
		width: 280px;
		height: 28px;
		padding: 4px 6px;
	}
	
	.formP .inpM{
		display: block;
		float: left;
		width: 122px;
		height: 28px;
		padding: 4px 6px;
	}
	
	
	.formP .req{
		border: 1px solid #e84c3d;
	}
	
	
	.formP textarea{
		display: block;
		float: left;
		width: 470px;
		height: 123px;
		padding: 6px 10px;
	}
	
	
	.formP .button{
		float: none !important;
		display: block !important;
		cursor: pointer;
		color: #fff200;
		font-size: 18px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		font-weight: 100;
		text-align: center;
		border: none;
		background: #bf101e;
		margin: 0 auto !important;
		padding: 20px 50px;
	
		-webkit-appearance: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.formP .button:hover{
		background: #4f091b;
	}
	
	
	.formP p{
		float: left;
		display: block;
		overflow: hidden;
		position: relative;
		text-align: justify;
		width: 297px;
		margin: 0 20px 0 0 !important;
		padding: 6px 0;
	}
	
	.formP .pSW{
		width: 138px;
	}
	
	
	.formP .pFW{
		width: 100%;
	}
	.formP .pFW label{
		margin-top: 4px;
	}
	.formP .pFW input{
		float: left;
		clear: none;
		margin: 0 10px;
	}
	.formP .pFW .prFx{
		float: left;
		font-size: 18px;
		font-weight: 700;
		line-height: 24px;
		margin: 7px 0 7px 30px;
	}
	
	
	
	.formP .bxEr{
		float: left;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 33px;
		background: #e84c3d;
		width: 80px;
		height: 34px;
		margin: 2px 0 0 -82px;
		*margin: -6px 0 0 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	
	.formP .subtF{
		float: left;
		display: block;
		color: #bf101e;
		font-size: 30px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		text-align: left;
		line-height: 33px;
		width: 100%;
		margin-top: 30px;
	}
	
	
	
	
	
	.cntChx{
		float: left !important;
		display: block !important;
		width: 90% !important;
		padding: 0 !important;
	}
	.cntChx span{
		float: left !important;
		display: block !important;
		width: 24%;
	}
	
	.chkb{
		float: left;
		clear: none !important;
		margin: 5px 6px 0 0;
	}
	.txtChx{
		float: left;
		clear: none !important;
		cursor: pointer;
		text-align: left !important;
		color: #264354 !important;
		font-weight: 100 !important;
		line-height: 20px !important;
		width: auto !important;
		margin: 0 15px 0 0 !important;
	}
	
	
	
	
	
	.formU fieldset{
		clear: both;
		overflow: hidden;
		color: #000;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		text-align: center;
		background: url(../lib/pollito_form_u.png) no-repeat left top;
		width: 52%;
		margin: 0 auto 150px auto;
		padding-left: 38%;
	}
	
	.formU select, input, textarea{
		font-size: 18px;
		line-height: 16px;
		font-family: 'robotolight', Arial, Tahoma, Verdana;
		border: 1px solid #999999;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
		border-radius: 8px !important;
	}
	
	.formU label{
		display: block;
		float: left;
		clear: both;
		color: #bf101e;
		font-size: 36px;
		font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		line-height: 36px;
		text-align: left;
		text-transform: uppercase;
		width: auto;
		padding: 8px 0;
	}
	
	
	.formU select{
		display: block;
		float: left;
		color: #333333;
		height: 40px;
		padding: 6px 10px;
	}
	
	.formU .selSA{
		clear: none;
		width: 80px;
		margin-right: 10px;
	}
	.formU .selSM{
		clear: none;
		width: 144px;
		margin-right: 10px;
	}
	.formU .selSB{
		clear: none;
		width: 300px;
	}
	
	
	
	
	
	.formU .inpB{
		display: block;
		float: left;
		height: 28px;
		padding: 6px 10px;
	}
	
	
	.formU .req{
		border: 1px solid #e84c3d;
	}
	
	
	.formU textarea{
		display: block;
		float: left;
		width: 470px;
		height: 123px;
		padding: 6px 10px;
	}
	
	
	.formU .button{
		float: left;
		cursor: pointer;
		color: #fff200;
		font-size: 36px;
			font-family: 'TheHandW00', Arial, Tahoma, Verdana;
		font-weight: 100;
		text-align: center;
		border: none;
		background: #bf101e;
		padding: 25px 60px;
	
		-webkit-appearance: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.formU .button:hover{
		background: #4f091b;
	}
	
	
	.formU p{
		clear: both !important;
		position: relative;
		text-align: left;
		margin: 10px 0 !important;
		padding: 10px 0;
		*padding: 2px 0;
	}
	
	
	.formU .bxEr{
		float: left;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 34px;
		background: #e84c3d;
		width: 80px;
		height: 38px;
		margin: 2px 0 0 -82px;
		*margin: -6px 0 0 15px;
		-webkit-border-radius: 8px !important;
		-moz-border-radius: 8px !important;
		border-radius: 8px !important;
	}
	
	.formU .bxTxtR{
		float: left;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
		line-height: 34px;
		background: #e84c3d;
		width: 86%;
		height: 38px;
		margin: 2px 0;
		padding: 0 2%;
	}
	
	
	
	
	
	
	
	.filedrag{
		float: left;
		display: block;
		color:#92a1a9;
		font-size: 14px;
		line-height: 30px;
		background: #f4f5f6;
		border: 2px dotted #d7dcdf;
		width: 408px;
		padding: 15px 20px;
	}
	.filedrag img{
		float: left;
		margin-right: 20px;
	}
	
	.filedrag a.draglinkupd{
		color:#92a1a9;
		text-decoration: none;
		background: #fff;
		padding: 10px 12px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	.filedrag a:hover.draglinkupd{
		color: #666;
		filter: alpha(opacity=60);
		-moz-opacity: 0.60;
		-khtml-opacity: 0.60;
		opacity: 0.60;
	}
	
	progress {
		color: #08AE98;
		/*background: #F4F5F6;*/
		border: 0;
		display: block;
		float: left;
		width: 455px;
		height: 6px;
		margin: 5px 0;
	}
	progress::-moz-progress-bar { 
		background: #08AE98;
	}
	
	
	
	
	
	
	
	
	/* ---------------------------- TABLAS ---------------------------- */
	
	
	.tabA{
	clear: both;
	font-size: 14px;
	border-top: 9px solid #ebedef;
	border-bottom: 9px solid #ebedef;
	width: 100%;
	margin: 20px auto;
	}
	.tabA thead th {
	font-size: 18px;
	font-weight: lighter;
	text-align: center;
	border-bottom: 4px solid #ebedef;
	padding: 10px 0 6px 0;
	}
	
	.tabA tbody td {
	text-align: left;
	padding: 7px 0;
	}
	
	
	/* ---------------------------- TABLAS ---------------------------- */
	
	
	#pageslide {
		display: none;
		position: fixed;
		top: 0;
		height: 100%;
		z-index: 999999;	 
		width: 70%;
		padding: 10px 5%;
		background-color: #e01f26;
		overflow-y: scroll;
		overflow-x: disabled;
		color: #fff;
	}
	
	
	
	/* DEMO */
	
	.open {
		display: none;
		position: relative;
		top: -15px;
		right: 20%;
		width: 65px;
		height: 60px;
		background: url(../lib/nav_mb.png) no-repeat center;
		text-indent: -999999px;
		-webkit-background-size: 80%;
		   -moz-background-size: 80%;
			-ms-background-size: 80%;
			 -o-background-size: 80%;
				background-size: 80%;
	}
	
	
	@media screen and (min-width:200px) and (max-width:580px) {
		#nav2 { display: none; }
		.open { display: block; }
		#pageslide {}
		
	/*
		#pageslide #nav2 li{
			border-bottom: 1px solid rgba(255, 255, 255, 0.20);
			text-transform: uppercase;
		}
		#pageslide #nav2 li a{
			display: block; 
			color: #fff;
			font-size: 24px;
			text-align: left;
			text-decoration: none;
			padding: 10px;
			-webkit-transition: all .4s;
			-moz-transition: all .4s;
			-ms-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
		}
		#pageslide #nav2 li a:hover {
			background: rgba(255, 255, 255, 0.06);
		}
	*/	
		#pageslide #nav2 ul:nth-child(1){
		}
		#pageslide #nav2 ul:nth-child(1) li{
			border-bottom: 1px solid rgba(255, 255, 255, 0.20);
			text-transform: uppercase;
		}
		#pageslide #nav2 ul:nth-child(1) li a{
			display: block; 
			color: #fff;
			font-size: 24px;
			text-align: left;
			text-decoration: none;
			padding: 10px;
			-webkit-transition: all .4s;
			-moz-transition: all .4s;
			-ms-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
		}
		#pageslide #nav2 ul:nth-child(1) li a:hover {
			background: rgba(255, 255, 255, 0.06);
		}
	
	
	
		#pageslide #nav2 ul:nth-child(2){
			margin-top: 30px;
		}
		#pageslide #nav2 ul:nth-child(2) li{
			border-bottom: 1px solid rgba(255, 236, 0, 0.20);
			text-transform: uppercase;
		}
		#pageslide #nav2 ul:nth-child(2) li a{
			display: block; 
			color: rgba(255, 236, 0, 1.00);
			font-size: 24px;
			text-align: left;
			text-decoration: none;
			background: rgba(255, 236, 0, 0.04);
			padding: 10px;
			-webkit-transition: all .4s;
			-moz-transition: all .4s;
			-ms-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
		}
		#pageslide #nav2 ul:nth-child(2) li a:hover {
			background: rgba(255, 236, 0, 0.10);
		}
	
	
	#nav2 ul.RdSc{
		overflow: hidden;
		width: 100%;
		height: 52px;
		margin: 34px auto 0 auto;
	}
	#nav2 ul.RdSc li{
		display: inline-block;
		text-align: center;
		width: 42px !important;
		height: 42px !important;
		margin: 0 5px !important;
		padding: 0 !important;
	}
	#nav2 ul.RdSc li a{
		display: block;
		outline: none;
		text-indent: -9000px;
		text-decoration: none;
		width: 42px !important;
		height: 42px !important;
		margin-top: 5px;
		padding: 0 !important;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	#nav2 ul.RdSc li a:hover{
		margin-top: 0px;
		padding: 0 !important;
	}
	
	#nav2 ul.RdSc li:nth-child(1) a{
		background-image: url(../lib/ico_redes_sociales.png);
		background-repeat: no-repeat;
		background-position: 0 0; 
	}
	#nav2 ul.RdSc li:nth-child(2) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -48px 0;
	}
	#nav2 ul.RdSc li:nth-child(3) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -96px 0;
	}
	#nav2 ul.RdSc li:nth-child(4) a{
		background: url(../lib/ico_redes_sociales.png) no-repeat -144px 0;
	}
	#nav2 ul.RdSc li:nth-child(4){
		margin-right: 0;
	}
	}
	
	
	
	/* ---------------------------- MEDIA QUERIES ---------------------------- */
	
	
	@media screen and (min-width:1351px) and (max-width:1440px){
	
		.wrapper{
			min-width: 320px;
		}
	
	
	
		
	}
	
	
	@media screen and (min-width:1191px) and (max-width:1350px){
	
		.wrapper{
			min-width: 320px;
		}
	
	
		
	}
	
	
	/* ---------------------------- TABLET H ---------------------------- */
	
	@media screen and (min-width:1024px) and (max-width:1190px){
	
		.wrapper{
		min-width: 320px;
		}
	
	
	
	
	
	}
	
	
	
	/* ---------------------------- TABLET V ---------------------------- */
	
	@media screen and (min-width:581px) and (max-width:920px){
	
	
		#wrapper{
		min-width: 320px;
		}
		
		
	
		header .contHd{
		width: 100%;
		}
	
	
	
		nav{
		margin: 34px auto 0 10px;
		}
		nav ul li{
		margin: 0 5px;
		}
		nav ul li a{
		padding: 5px 10px 0 10px;
		}
	
	
	
	
		.bnInP,
		.bnInPB,
		.bnInPC,
		.bnInPD,
		.bnInPE,
		.bnInPF,
		.bnInEn{
			height: 320px;
		}
	
		.bnInP .contBIP,
		.bnInPB .contBIPB,
		.bnInPC .contBIPC,
		.bnInPD .contBIPD,
		.bnInPE .contBIPE,
		.bnInPF .contBIPF,
		.bnInEn .contBIEn{
			overflow: hidden;
			width: 100%;
		}
		.bnInP img:first-child,
		.bnInPB img:first-child,
		.bnInPC img:first-child,
		.bnInPD img:first-child,
		.bnInPE img:first-child,
		.bnInPF img:first-child,
		.bnInEn img:first-child{
			left: 22%;
			position: relative;
			width: 90%;
			margin: 130px auto 0 -45%;
		}
	
	
	
	
		.imgT .contIT{
			width: 100%;
		}
	
	
	
	
		.prod .contPrd{
			width: 100%;
			min-height: 511px;
		}
	
	
		.prod a .bxBG{
			left: 8px;
			top: 7px;
			width: 90%;
			height: 144px;
			-webkit-border-radius: 45px;
			   -moz-border-radius: 45px;
					border-radius: 45px;
		}
	
	
	
	
		.prod .img01,
		.prod .img02,
		.prod .img03,
		.prod .img04,
		.prod .img05,
		.prod .img06,
		.prod .img07{
			width: 18%;
			margin: 0 1% 20px 1%;
		}
		.prod .img01 img,
		.prod .img02 img,
		.prod .img03 img,
		.prod .img04 img,
		.prod .img05 img,
		.prod .img06 img,
		.prod .img07 img{
			width: 100%;
		}
	
	
	
		.prod .txt01,
		.prod .txt02,
		.prod .txt03,
		.prod .txt04,
		.prod .txt05,
		.prod .txt06,
		.prod .txt07{
			width: 160px;
			margin: 0 14px;
		}
	
	
	
		.content .contCnt{
			width: 98%;
		}
	
	
	
		.contentA .contCntA{
			width: 94%;
		}
	
	
		.contentB .contCntB{
			width: 98%;
		}
	
	
	
		.prodIB{
			width: 200px;
			height: 201px;
			margin: 30px auto;
		}
		.prodIB:before{
			top: -1px;
			width: 100%;
			height: 201px;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		.prodIB img{
			width: 100%;
		}
	
	
	
	
	
	
	
	
		.info .contInf{
		width: 96%;
		}
	
		.info .contInf .pollito{
		}
	
	
		.info .contInf section{
			width: 40%;
			margin: 0 2% 50px 2%;
		}
	
		.info .contInf section p{
			vertical-align: top;
			line-height: 16px;
			width: 46%;
		}
	
	
		.info .contInf aside{
			float: right;
			width: 50%;
			margin: 0 2% 100px 2%;
		}
	
	
	
	
		footer .contFt{
			width: 96%;
		}
	
		footer .contFt li{
			vertical-align: top;
			margin: 0 6px;
		}
	
	
	
	
		.cntPromCr{
			position: relative;
			width: 96%;
			height: 400px;
			margin: 0 auto 20px auto;	
		}
	
	
		.cntPromCr #sldIB{
			overflow: hidden;
			position: relative;
			width: 100%;
			height: 390px;
			margin: 0 auto 20px auto;	
		}
		.cntPromCr #sldIB img{
			width: 100%;
		}
		.cntPromCr #csldIT{
			display: none;
		}
	
	
	
	
	
		.imgB{
			width: 100%;
		}
	
		.imgB2{
			width: 100%;
		}
	
	
		
		.formU fieldset{
				width: 94% !important;
				margin: 0 auto 50px auto;
				padding: 0 0 200px 0 !important;
				background-position: bottom;
				-moz-background-size: 30%;
					 background-size: 30%;
		}
	
	
	}
	
	
	
	
	/* ---------------------------- MOBILE H ---------------------------- */
	
	
	@media screen and (min-width:321px) and (max-width:580px){
	
	
	
		#wrapper{
		min-width: 200px;
		}
		
			
		header{
			top: 80px;
			background-size: 260%;
		}
		header .contHd{
			width: 100%;
		}
	
	
	
		nav{
			float: right;
			margin: 34px auto 0 10px;
		}
		nav ul li{
			margin: 0 5px;
		}
		nav ul li a{
			padding: 5px 10px 0 10px;
		}
	
	
		nav ul:nth-child(2),
		nav ul:nth-child(3){
			display: none;
		}
	
	
		.banner{
			width: 100%;
			height: 230px;
			padding-top: 145px;
		}
		.banner .cntBn{
			position: relative;
			width: 100%;
			height: 230px;
			margin: 0 auto;
		}
	
		.banner .cntBn li a{
			display: block;
			outline: none;
			text-indent: -9000px;
			text-decoration: none;
			background-position: center;
			background-repeat: no-repeat;
			-webkit-background-size: 220%;
			   -moz-background-size: 220%;
				-ms-background-size: 220%;
				 -o-background-size: 220%;
					background-size: 220%;
			width: 100%;
			height: 230px;
		}
	
		.flex-direction-nav{
			display: none;
		}
	
	
	
	
		.bnInP,
		.bnInPB,
		.bnInPC,
		.bnInPD,
		.bnInPE,
		.bnInPF,
		.bnInEn{
			height: 250px;
		}
	
		.bnInP .contBIP,
		.bnInPB .contBIPB,
		.bnInPC .contBIPC,
		.bnInPD .contBIPD,
		.bnInPE .contBIPE,
		.bnInPF .contBIPF,
		.bnInEn .contBIEn{
			overflow: hidden;
			width: 100%;
		}
		.bnInP img:first-child,
		.bnInPB img:first-child,
		.bnInPC img:first-child,
		.bnInPD img:first-child,
		.bnInPE img:first-child,
		.bnInPF img:first-child,
		.bnInEn img:first-child{
			left: 0;
			position: relative;
			width: 120%;
			margin: 116px auto 0 -10%;
		}
	
	
	/*
	.bnInP img:first-child,
	.bnInPB img:first-child{
		position: absolute;
		z-index: 20px;
		left: 50%;
	}
	*/
	
	
	
	
		.imgT{
			top: 325px;
			background: url(../lib/img_txt.png) no-repeat center -40px;
			background-size: 270%;
			-moz-background-size: 270%;
			width: 100%;
			height: 180px;
		}
	
		.imgT .contIT{
			width: 100%;
			height: 130px;
			padding-top: 70px;
		}
		.imgT .contIT h2{
			font-size: 54px;
			line-height: 54px;
		}
	
	
	
	
		.prod{
			background: #c91e26 url(../lib/bg_prod.jpg) no-repeat center bottom;
			min-height: 731px;
		}
		.prod .contPrd{
			width: 100%;
			min-height: 511px;
			padding-top: 120px;
		}
	
	
	
	
		.prod section{
			width: 100%;
			margin: 20px auto;
		}
		.prod section ul li{
			margin: 0 10px;
		}
	
	
	
	
		.prod .img01,
		.prod .img02,
		.prod .img03,
		.prod .img04,
		.prod .img05,
		.prod .img06,
		.prod .img07{
			font-size: 26px;
			line-height: 29px;
			width: 38%;
			margin: 10px 6% 20px 6%;
		}
		.prod .img01 img,
		.prod .img02 img,
		.prod .img03 img,
		.prod .img04 img,
		.prod .img05 img,
		.prod .img06 img,
		.prod .img07 img{
			width: 100%;
			margin-bottom: 5px;
		}
	
	
		.prod .txt01,
		.prod .txt02,
		.prod .txt03,
		.prod .txt04,
		.prod .txt05,
		.prod .txt06,
		.prod .txt07{
			display: none;
			width: 130px;
			margin: 0 14px;
		}
	
	
		.prod a .bxBG{
			left: 9px;
			top: 8px;
			width: 89%;
			height: 148px;
			-webkit-border-radius: 45px;
			   -moz-border-radius: 45px;
					border-radius: 45px;
		}
	
	
		.content .contCnt{
			width: 98%;
		}
	
	
	
		.contentA .contCntA{
			width: 94%;
		}
	
	
		.contentB .contCntB{
			width: 98%;
			padding-top: 220px;
		}
	
		.contentB .contCntB img{
			float: left;
			display: block;
			width: 90%;
			height: auto;
			margin: 0 5% 20px 5%;
		}
	
		.bxPrm .flex-direction-nav {
			top: -320px;
			display: block;
		}
		.bxPrm .flex-direction-nav .flex-prev{
			left: -20px;
		}
		.bxPrm .flex-direction-nav .flex-next {
			right: -20px !important;
		}
	
	
	
	
	
	
		.prodIB{
			float: none;
			width: 96%;
			height: 336px;
			margin: 30px auto;
		}
		.prodIB:before {
			top: -6px;
			width: 100%;
			height: 336px;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		.prodIB img{
			width: 100%;
		}
	
	
		.prodDsc{
			float: none;
			position: relative;
			width: 96%;
			margin: 30px auto;
		}
	
	
	
		.bxOpt img{
			width: 100%;
		}
	
	
	
	
	
	
	
		.info .contInf{
		width: 96%;
		}
	
		.info .contInf .pollito{
			width: 90%;
			height: 190px;
			margin-left: -45%;
			background-size: 90%;
			-moz-background-size: 90%;
		}
	
	
		.info .contInf section{
			width: 94%;
			margin: 0 2% 50px 2%;
		}
	
		.info .contInf section p{
			vertical-align: top;
			line-height: 18px;
			width: 46%;
		}
	
	
		.info .contInf aside{
			float: right;
			width: 90%;
			margin: 0 2% 100px 2%;
		}
	
	
	
	
	
		.cntPromCr{
			position: relative;
			width: 96%;
			height: 200px;
			margin: 0 auto 20px auto;	
		}
	
	
		.cntPromCr #sldIB{
			overflow: hidden;
			position: relative;
			width: 100%;
			height: 180px;
			margin: 0 auto 20px auto;	
		}
		.cntPromCr #sldIB img{
			width: 100%;
		}
		.cntPromCr #csldIT{
			display: none;
		}
	
	
	
	
	
	
	
		footer{
			min-height: 50px;
		}
		footer .contFt{
			width: 94%;
			min-height: 50px;
			padding: 10px 0 40px 0;
		}
	
		footer .contFt ul{
			margin-top: 30px;
		}
		footer .contFt ul li{
			vertical-align: top;
			line-height: 30px;
			width: 38%;
			height: auto;
			margin: 10px 5% 20px 5% !important;
		}
		footer .contFt ul li img{
			width: 100% !important;
			height: auto !important;
			margin-bottom: 10px !important;
		}
	
	
	
	
		.cnt_not{
			display: block;
		}
	
		.imgB{
			width: 100%;
		}
	
		.imgB2{
			width: 100%;
		}
	
	
	
	
		a.lnk_google_play:link,a.lnk_google_play:visited{
			margin: 20px 20px 0 20px;
		}
		a.lnk_app_store:link,a.lnk_app_store:visited{
			margin: 20px;
		}
	
	
	
	
		ul.liIRS{
			display: none;
		}
	
	
	
		ul.liItm li{
			width: 46%;
			height: auto;
			margin: 10px 2%;
		}
	
		ul.liItm li:before {
			top: 9px;
			background: url(../lib/msk_li_prod.png) no-repeat center top;
			width: 100%;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		ul.liItm li img{
			width: 100%;
			height: auto;
			margin: 10px auto 15px auto;
		}
	
		ul.liItm li a .bxBG{
			width: 100%;
			height: 160px;
		}
	
	
	
	
	
	
		ul.liItmSM li{
			width: 46%;
			height: auto;
			margin: 10px 2%;
		}
		ul.liItmSM li:before {
			left: 0;
			top: 20px;
			width: 100%;
			height: 140px;
		}
		ul.liItmSM li img{
			width: 100%;
		}
	
		ul.liItmSM li a .bxBG{
			left: 1px;
			top: 14px;
			width: 99%;
			height: 155px;
		}
		ul.liItmSM li a:hover .bxBG span{
			margin-top: 70px;
		}
	
	
	
		ul.liTxP li{
			width: 80%;
			margin: 8px 2%;
		}
	
	
	
	
	
		ul.liPrd li{
			width: 46%;
			height: auto;
			margin: 10px 1%;
		}
	
		ul.liPrd li:before {
			top: 0px;
			background: url(../lib/msk_li_prod.png) no-repeat center top;
			width: 100%;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		ul.liPrd li img{
			width: 99%;
			margin: 0 0 15px 0;
		}
	
		ul.liPrd li a .bxBG{
				left: 1px;
				top: 8px;
				width: 99%;
				height: 155px;
		}
		ul.liPrd li a:hover .bxBG span{
			margin-top: 60px;
		}
	
	
	
	
		
		ul.liSc li{
			width: 100%;
			height: auto;
		}
		ul.liSc li a{
			height: auto;
		}
	
	
	
	
		ul.liCnV{
			float: none;
			overflow: hidden;
			width: 90%;
			margin: 0 auto 50px auto;
		}
		ul.liCnV li .codRf{
			float: left;
			clear: both;
			width: 40%;
			margin-right: 0;
		}
		ul.liCnV li .descC{
			clear: both;
			width: 90%;
			margin:  5px 0;
		}
		ul.liCnV li .ct{
			clear: both;
			width: 90%;
			margin:  5px 0;
		}
		ul.liCnV li .Vm{
			right: 0;
			position: absolute;
			width: 20%;
		}
	
	
	
	
	
	/* ---------------------------- FORMULARIOS ---------------------------- */
	
		.formA fieldset{
			width: 96% !important;
			margin: 0 auto 50px auto;
			padding: 0 0 200px 0 !important;
			-moz-background-size: 44%;
				 background-size: 44%;
		}
	
		.formA label{
			font-size: 32px;
			line-height: 32px;
		}
	
	
		.formA select{
			width: 95%;
		}
	
	
	
		.formA .inpB{
			width: 90%;
		}
	
	
		.formA textarea{
			width: 90%;
		}
	
	
	
	
	
		.formU fieldset{
				width: 90% !important;
				margin: 0 auto 50px auto;
				padding: 0 0 200px 0 !important;
				background-position: bottom;
				-moz-background-size: 44%;
					 background-size: 44%;
		}
	
		.formU label{
			width: 90%;
		}
	
	
		.formU select{
			width: 90%;
		}
	
		.formU .selSA{
			width: 20%;
		}
		.formU .selSM{
			width: 40%;
		}
		.formU .selSB{
			width: 40%;
		}
	
	
	
		.formU .inpB{
			width: 90%;
		}
	
		.formU textarea{
			width: 90%;
		}
	
	
	
	
	
	
	
		.filedrag{
			width: 80%;
			padding: 15px 20px;
		}
	
		progress {
			width: 90%;
			height: 6px;
			margin: 5px 0;
		}
	
	
		ul.doc2{
			width: 94%;
		}
	
	
	
		ul.liHDsp li a{
			width: 90%;
			padding: 5px 0 5px 10%;
		}
	
	
	
	
		ul.li_img_01{
			width: 76%;
			margin: 50px 40px;
		}	
		ul.li_img_01 li img{
			float: left;
			display: block;
			width: 165px;
			height: auto;
			margin: 0 0 10px 0;
		}
		
		ul.li_img_01 li .dsc{
			clear: both;
			width: 80%;
			padding-top: 10px;
		}
	
	
		
	}
	
	
	/* ---------------------------- MOBILE V ---------------------------- */
	
	
	@media screen and (max-width: 320px) {
	
	
		#wrapper{
		min-width: 200px;
		}
		
	
			
		header{
			top: 80px;
			background-size: 260%;
		}
		header .contHd{
			width: 100%;
		}
	
	
	
		nav{
			float: right;
			margin: 34px auto 0 10px;
		}
		nav ul li{
			margin: 0 5px;
		}
		nav ul li a{
			padding: 5px 10px 0 10px;
		}
	
	
	
	
		.banner{
			width: 100%;
			height: 230px;
			padding-top: 65px;
		}
		.banner .cntBn{
			position: relative;
			width: 100%;
			height: 230px;
			margin: 0 auto;
		}
	
		.banner .cntBn li a{
			display: block;
			outline: none;
			text-indent: -9000px;
			text-decoration: none;
			background-position: center;
			background-repeat: no-repeat;
			-webkit-background-size: 220%;
			   -moz-background-size: 220%;
				-ms-background-size: 220%;
				 -o-background-size: 220%;
					background-size: 220%;
			width: 100%;
			height: 230px;
		}
	
		.flex-direction-nav{
			display: none;
		}
	
	
	
	
		.bnInP,
		.bnInPB,
		.bnInPC,
		.bnInPD,
		.bnInPE,
		.bnInPF,
		.bnInEn{
			height: 250px;
		}
	
		.bnInP .contBIP,
		.bnInPB .contBIPB,
		.bnInPC .contBIPC,
		.bnInPD .contBIPD,
		.bnInPE .contBIPE,
		.bnInPF .contBIPF,
		.bnInEn .contBIEn{
			overflow: hidden;
			width: 100%;
		}
		.bnInP img:first-child,
		.bnInPB img:first-child,
		.bnInPC img:first-child,
		.bnInPD img:first-child,
		.bnInPE img:first-child,
		.bnInPF img:first-child,
		.bnInEn img:first-child{
			left: 0;
			position: relative;
			width: 120%;
			margin: 116px auto 0 -10%;
		}
	
	
	
	
	
	
	
		.imgT{
			top: 255px;
			background: url(../lib/img_txt.png) no-repeat center -40px;
			background-size: 270%;
			-moz-background-size: 270%;
			width: 100%;
			height: 150px;
		}
	
		.imgT .contIT{
			width: 100%;
			height: 100px;
			padding-top: 50px;
		}
		.imgT .contIT h2{
			font-size: 60px;
			line-height: 60px;
		}
	
	
	
	
		.prod{
			background: #c91e26 url(../lib/bg_prod.jpg) no-repeat center bottom;
			min-height: 731px;
		}
		.prod .contPrd{
			width: 100%;
			min-height: 511px;
			padding-top: 120px;
		}
	
	
	
	
		
		.prod section{
			width: 100%;
			margin: 20px auto;
		}
		.prod section ul li{
			margin: 0 10px;
		}
	
	
	
	
		.prod .img01,
		.prod .img02,
		.prod .img03,
		.prod .img04,
		.prod .img05,
		.prod .img06,
		.prod .img07{
			font-size: 26px;
			line-height: 26px;
			width: 46%;
			margin: 10px 2%;
		}
		.prod .img01 img,
		.prod .img02 img,
		.prod .img03 img,
		.prod .img04 img,
		.prod .img05 img,
		.prod .img06 img,
		.prod .img07 img{
			width: 100%;
		}
	
	
		.prod .txt01,
		.prod .txt02,
		.prod .txt03,
		.prod .txt04,
		.prod .txt05,
		.prod .txt06,
		.prod .txt07{
			display: none;
			width: 130px;
			margin: 0 14px;
		}
	
	
		.prod a .bxBG{
			left: 8px;
			top: 7px;
			width: 90%;
			height: 132px;
			-webkit-border-radius: 40px;
			   -moz-border-radius: 40px;
					border-radius: 40px;
		}
	
	
		.content .contCnt{
			width: 98%;
		}
	
	
	
		.contentA .contCntA{
			width: 94%;
		}
	
	
		.contentB .contCntB{
			width: 98%;
		}
	
	
	
	
	
		.prodIB{
			float: none;
			width: 96%;
			height: 336px;
			margin: 30px auto;
		}
		.prodIB:before {
			top: -24px;
			width: 100%;
			height: 336px;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		.prodIB img{
			width: 100%;
		}
	
	
		.prodDsc{
			float: none;
			position: relative;
			width: 96%;
			margin: 30px auto;
		}
	
	
	
		.bxOpt img{
			width: 100%;
		}
	
	
	
	
	
	
	
		.info .contInf{
			width: 96%;
		}
		.info .contInf .pollito{
			width: 90%;
			height: 190px;
			margin-left: -45%;
			background-size: 98%;
			-moz-background-size: 98%;
		}
	
	
		.info .contInf section{
			width: 94%;
			margin: 0 2% 50px 2%;
		}
		.info .contInf section p{
			vertical-align: top;
			line-height: 18px;
			width: 96%;
			margin: 10px auto;
		}
	
	
	
	
	
		.info .contInf aside{
			float: right;
			width: 90%;
			margin: 0 2% 100px 2%;
		}
	
	
	
	
	
		.cntPromCr{
			position: relative;
			width: 96%;
			height: 200px;
			margin: 0 auto 20px auto;	
		}
	
	
		.cntPromCr #sldIB{
			overflow: hidden;
			position: relative;
			width: 100%;
			height: 180px;
			margin: 0 auto 20px auto;	
		}
		.cntPromCr #sldIB img{
			width: 100%;
		}
		.cntPromCr #csldIT{
			display: none;
		}
	
	
	
	
		footer{
			min-height: 50px;
		}
		footer .contFt{
			width: 94%;
			min-height: 50px;
			padding: 10px 0 40px 0;
		}
	
		footer .contFt ul{
		}
		footer .contFt ul li{
			vertical-align: top;
			width: 44%;
			height: auto;
			margin: 10px 2% !important;
		}
		footer .contFt ul li img{
			width: 100% !important;
			height: auto !important;
		}
	
	
	
	
		.cnt_not{
			display: block;
		}
	
	
	
		.imgB{
			width: 100%;
		}
	
		.imgB2{
			width: 100%;
		}
	
	
		ul.liIRS{
			display: none;
		}
	
	
	
	
	
		ul.liItmSM li{
			width: 46%;
			height: auto;
			margin: 10px 2%;
		}
		ul.liItmSM li:before {
			left: 0;
			top: 20px;
			width: 100%;
			height: 140px;
		}
		ul.liItmSM li img{
			width: 100%;
		}
	
		ul.liItmSM li a .bxBG{
			left: 1px;
			top: 14px;
			width: 99%;
			height: 155px;
		}
		ul.liItmSM li a:hover .bxBG span{
			margin-top: 70px;
		}
	
	
		ul.liTxP li{
			width: 80%;
			margin: 8px 2%;
		}
	
	
	
	
	
		ul.liPrd li{
			width: 46%;
			height: auto;
			margin: 10px 1%;
		}
	
		ul.liPrd li:before {
			top: 0px;
			background: url(../lib/msk_li_prod.png) no-repeat center top;
			width: 100%;
			background-size: 100%;
			-moz-background-size: 100%;
		}
		ul.liPrd li img{
			width: 100%;
			margin-bottom: 15px;
		}
	
		ul.liPrd li a .bxBG{
				left: 1px;
				top: 8px;
				width: 99%;
				height: 155px;
		}
		ul.liPrd li a:hover .bxBG span{
			margin-top: 60px;
		}
	
		
		ul.liSc li{
			width: 100%;
			height: auto;
		}
		ul.liSc li a{
			height: auto;
		}
	
	
	
		ul.liCnV{
			float: none;
			overflow: hidden;
			width: 90%;
			margin: 0 auto 50px auto;
		}
		ul.liCnV li{
			position: relative;
		}
		ul.liCnV li .codRf{
			float: left;
			clear: both;
			width: 40%;
			margin-right: 0;
		}
		ul.liCnV li .descC{
			clear: both;
			width: 90%;
			margin:  5px 0;
		}
		ul.liCnV li .ct{
			clear: both;
			width: 90%;
			margin:  5px 0;
		}
		ul.liCnV li .Vm{
			right: 0;
			position: absolute;
			width: 26%;
		}
	
	
	
	
	
	
	/* ---------------------------- FORMULARIOS ---------------------------- */
	
		.formA fieldset{
			width: 96% !important;
			margin: 0 auto 50px auto;
			padding: 0 0 200px 0 !important;
			-moz-background-size: 44%;
				 background-size: 44%;
		}
	
		.formA label{
			font-size: 32px;
			line-height: 32px;
		}
	
	
		.formA select{
			width: 95%;
		}
	
	
	
		.formA .inpB{
			width: 90%;
		}
	
	
		.formA textarea{
			width: 90%;
		}
	
	
	
	
		.formU fieldset{
				width: 90% !important;
				margin: 0 auto 50px auto;
				padding: 0 0 200px 0 !important;
				background-position: bottom;
				-moz-background-size: 44%;
					 background-size: 44%;
		}
	
		.formU label{
			width: 90%;
		}
	
	
		.formU select{
			width: 90%;
		}
	
		.formU .selSA{
			width: 20%;
		}
		.formU .selSM{
			width: 40%;
		}
		.formU .selSB{
			width: 40%;
		}
	
	
	
		.formU .inpB{
			width: 90%;
		}
	
		.formU textarea{
			width: 90%;
		}
	
	
	
	
	
	
	
		.filedrag{
			width: 80%;
			padding: 15px 20px;
		}
	
		progress {
			width: 90%;
			height: 6px;
			margin: 5px 0;
		}
	
	
		ul.doc2{
			width: 94%;
		}
	
	
	
	
		ul.liHDsp li a{
			width: 90%;
			padding: 5px 0 5px 10%;
		}
	
	
	
	
		ul.li_img_01{
			width: 76%;
			margin: 30px 40px 50px 40px;
		}	
		ul.li_img_01 li img{
			float: left;
			display: block;
			width: 165px;
			height: auto;
			margin: 0 0 10px 0;
		}
		
		ul.li_img_01 li .dsc{
			clear: both;
			width: 100%;
			padding-top: 5px;
		}
	
	
	
	
	
	}
	
	
	
	
	#issues li .swiper{
		opacity: 0.0;
		transition: all .3s;
	}
	#issues li.selected .swiper{
		opacity: 1.0;
		transition: all .3s;
	}
	.swiper{
		position: relative;
		width: 100%;
		height: 350px;
	}
	.swiper-slide {
		background-color: #ffffff;
	}
	.swiper-slide .img00{
		position: relative;
		float: left;
		width: 440px;
		height: 340px;
		margin-right: 40px;
	}
	.swiper-pagination-bullet {
		background: #555555 !important;
		width: 13px !important;
		height: 13px !important;
		opacity: 1;
	}
	.swiper-pagination-bullet-active {
		background: #ffffff !important;
		border: 4px solid #e01f26;
		width: 5px !important;
		height: 5px !important;
	}
	.swiper-pagination {
		left: auto !important;
		right: 7px !important;
		top: auto !important;
		bottom: 60px !important;
		width: 355px !important;
	}
	.swiper-button-next{
		top: 85% !important;
		right: 95px !important;
		left: auto;
		color: #fff !important;
		font-size: 11px !important;
		font-family: 'robotobold', Arial, Tahoma, Verdana !important;
		line-height: 25px !important;
		border-radius: 20px;
		background: #bf101e !important;
		width: 80px !important;
		height: 30px !important;
		
	}
	.swiper-button-prev {
		top: 85% !important;
		right: 195px !important;
		left: auto !important;
		color: #fff !important;
		font-size: 12px !important;
		font-family: 'robotobold', Arial, Tahoma, Verdana !important;
		line-height: 25px !important;
		border-radius: 20px;
		background: #bf101e !important;
		width: 80px !important;
		height: 30px !important;
	}
	.swiper-button-next::after, .swiper-button-prev::after {
		display: none !important;
	}
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
		opacity: 0.10 !important;
		filter: grayscale(100%) !important;
	}
	
	
	
	@media screen and (min-width:321px) and (max-width:736px){
	
		#timeline {
			height: 670px;
			margin-bottom: 100px !important;
		}
		
		#timelineC {
			height: 670px;
		}
		#timelineC #issues{
			height: 670px;
			margin-top: 10px;
		}	
		#timelineC #issues li {
			float: left;
			text-align: left;
			width: 340px;
			height: 670px;
		}
	
		#timelineC #issues li .titA{
			font-size: 30px;
			line-height: 28px;
			width: 90%;
			margin: 20px 5% 10px 5%;
		}
		#timelineC #issues li p{
			width: 90%;
			margin: 0 5%;
		}
	
	
		.img00,
		.img10,
		.img20,
		.img30,
		.img40,
		.img50,
		.img60,
		.img70,
		.img80,
		.img90,
		.img100,
		.img110,
		.img120,
		.img130,
		.img140,
		.img150,
		.img160,
		.img170,
		.img180,
		.img190,
		.img200,
		.img210,
		.img220,
		.img230,
		.img240,
		.img250,
		.img260{
			text-align: left;
			width: 100%;
			height: 260px;
			margin-right: 0;
		}
		.img00 img,
		.img10 img,
		.img20 img,
		.img30 img,
		.img40 img,
		.img50 img,
		.img60 img,
		.img70 img,
		.img80 img,
		.img90 img,
		.img100 img,
		.img110 img,
		.img120 img,
		.img130 img,
		.img140 img,
		.img150 img,
		.img160 img,
		.img170 img,
		.img180 img,
		.img190 img,
		.img200 img,
		.img210 img,
		.img220 img,
		.img230 img,
		.img240 img,
		.img250 img,
		.img260 img{
			float: left;
			display: block;
			width: 100%;
			height: auto;
			margin: 0;
		}
			
		.imgA1,
		.imgB1,
		.imgC1,
		.imgD1,
		.imgE1,
		.imgF1,
		.imgG1,
		.imgH1,
		.imgI1,
		.imgJ1,
		.imgK1,
		.imgL1,
		.imgM1,
		.imgN1,
		.imgO1,
		.imgP1,
		.imgQ1,
		.imgR1,
		.imgS1,
		.imgT1,
		.imgU1,
		.imgV1,
		.imgW1,
		.imgX1,
		.imgY1,
		.imgZ1{
			text-align: left;
			width: 100%;
			height: 260px;
		}
	
	
				
		#next,
		#prev {
			top: 210px;
			width: 45px;
			height: 45px;
		}
		#next {
			right: -5px;
		}
		#prev {
			left: -5px;
		}
	
	
			
		.swiper{
			height: 650px;
		}
		.swiper-slide .img00{
			width: 100%;
			height: 260px;
			margin-right: 0;
		}
		.swiper-pagination {
			top: auto !important;
			bottom: 80px !important;
		}
	
		.swiper-button-next{
			top: 86% !important;
			right: 80px !important;
			left: auto;
			
		}
		.swiper-button-prev {
			top: 86% !important;
			right: 178px !important;
			left: auto !important;
		}
	
	
		.bxPrm{
			width: 100%;
			height: 450px;
			margin: 20px auto;	
		}
		.bxPrm ul{
			width: 100%;
		}
	
	
	
	
	}
	
	
	/* SIMPLE WYSIWIG */
	
	
	
	
	
	
	
	.left{
		float: left;
		display: block;
	}
	.right{
		float: right;
		display: block;
	}
	
	.clear{
		clear: both;
		display: block;
	}
	
	
	
	
	
	b{
		font-family: 'robotobold', Arial, Tahoma, Verdana;
		font-weight: 100;
	}
	
	
	i{
		font-style: italic;
	}
	
	
	.small{
		font-size: 12px;
	}
	
	
	
	.color2{
		color: #bf101e !important;
	}
	.color3{
		color: #f9ed11 !important;
	}
	.color4{
		color: #25aae1 !important;
	}
	.color5{
		color: #360704 !important;
	}
	
	
	