body {
	font-size: 16px;
	margin: 0px;
	font-family: 'Droid Sans', sans-serif;
	/* font-family: 'Open Sans', sans-serif; */
	background-color: #fdfdfd;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
.navigation{
	width: 100%;
	z-index: 100;
	min-height: 60px;
	position: fixed;
	top: 0px;
	background-image: url(rs/bgNavWork.png);
	padding:10px 0px;
	box-sizing:initial;
	line-height: initial;
}
.navigation .box {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.navigation .logo {
	height: 44px;
	width: 44px;
	padding-top: 8px;
	margin:0 auto;
}
.navigation .box .menu {
	/* line-height: 60px; */
	padding-top: 19px;
	text-align: center;
}
.navigation .box .menu .opt {
	margin-left: 22px;
	font-size: 16px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
	border-right-color: #ccc;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 22px;
	display: inline-block;
}
.navigation .box .menu .opt a {
	color: #3e3e3e;
}
.navigation .box .menu .opt a:hover {
	color: #0287cc;
}
.navigationSub {
	width: 100%;
	z-index: 100;
	padding-bottom: 10px;
	position: fixed;
	top: 60px;
	background-image: url(rs/bgNavWork.png);
	text-align: center;
}
.navigationSub .opt {
	display: inline-block;
	margin-left: 22px;
	font-size: 14px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 22px;
}
.navigationSub .opt a {
	color: #3e3e3e;
}
.navigationSub .opt a:hover {
	color: #0287cc;
}
.navigationSub.opt a:hover {
	color: #0287cc;
}


.spaceNav {
	height: 100px;
}
.overscreen {
	background-image: url(rs/bgVideo.png);
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	display: none;
}
.overscreen .videoContent {
	width: 900px;
	margin-top: -258px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.overscreen .closeVideo {
	background-image: url(rs/bt_close.png);
	height: 29px;
	width: 29px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.overscreen .videoContent iframe{
	width:100%;	
}

.welcomeText {
	font-size: 18px;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 30px;
	color: #363636;
	clear:both;
	max-width:600px;
	margin:0 auto;
}
.welcomeText .texto {

	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #363636;
}
.welcomeText .opening {
	font-size: 30px;
	line-height:32px;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
}


.bigopening {
	font-size: 56px;
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
	line-height: 51px;
}
.subbigopening{ font-size:36px; line-height:32px; color:#666;font-family: 'Open Sans Condensed', 'sans-serif'; }
.subCompanyTxt .welcomeText {
	color: #FFF;
}
.subCompanyTxt .welcomeText .opening {
	color: #FFF;
}


.imageBox {
	max-width:1920px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
.imageBox .btPlay {
	height: 100px;
	width: 100px;
	background-image: url(rs/btPlay.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}
.imageBox .btPlay:hover {
	background-position: center bottom;
}
.imageBox .btPlay2 {
	height: 100px;
	width: 100px;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	background-image: url(rs/btPlay3.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}
.imageBox .btPlay2:hover {
	background-position: center bottom;
}
.imageBox .btPlay3 {
	height: 50px;
	line-height:50px;
	width: 160px;
	top:50%;
	left:50%;
	margin-left:-80px;
	margin-top:-25px;
	background-image: url(rs/btPlay4.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	color:#fff;
	font-weight:bold;
	font-family:'Open Sans Condensed', 'sans-serif';
	font-size:20px;
}
.imageBox .btPlay3:hover {
	text-decoration: underline;
}
.imageBox .imageBlock {
	height: 790px;
	background-image: url(rs/tech-01.jpg);
	background-position: center center;
}
.contentBox {
	padding-top: 40px;
	text-align: center;
	padding-bottom: 56px;
}
.contentBox.CNhidden{
	float: none;
	clear: both;
	padding-top: 45px;
	background-color: #f2f2f2;
	background-image: url(rs/pic-down.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	display:none;
}
.openCNH{ cursor:pointer;}
.closeCNH{
	margin: 20px auto 0px auto;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-image: url(rs/bt_close.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#fff;
}
.contentBox .pic{
	padding-top:35px;
	padding-bottom:35px;	
}
.contentBox .opening {
	font-size: 30px;
	line-height:32px;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
}
.contentBox .titulo {
	line-height:58px;
	font-size: 65px;
	color: #404041;
	font-family: 'Open Sans Condensed', 'sans-serif';
	padding-bottom:15px;
}
.contentBox .titulo.titbg {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	padding-top: 20px;
}
.contentBox .pais {
	font-family: 'futura_bk_btbook', Arial, sans-serif;
	line-height: 40px;
	margin-bottom: 12px;
	font-size: 22px;
	color: #404041;
}
.contentBox .texto {
	min-height: 90px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-size: 15px;
	line-height: 20px;
	color: #363636;
}
.imageBox .overimage.ovsos {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	left: 0px;
	bottom: 0px;
	top: inherit;
	background-image: url(rs/bg-black-50.png);
	font-family: 'Open Sans Condensed', 'sans-serif';
}
.imageBox .overimage.ovsos .ovli {
	font-size: 32px;
	color: #FFF;
	line-height: 34px;
}



.siguiente  {
	height: 28px;
	background-image: url(rs/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	clear: both;
}
.contentBox .enlace {
	line-height: 35px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #0287cc;
}
.contentBox .enlace a {
	color: #0287cc;
}

.arrowDown {
	background-image: url(rs/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	margin-bottom: 56px;
	cursor: pointer;
	clear:both;
	float:none;
}
.ecoInfo {
	background-image: url(rs/eco_challeng.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	padding-top: 175px;
	max-width: 440px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	color: #262626;
	font-size: 18px;
	text-align: center;
}
.slider {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}
.slider .controls {
	max-width: 1920px;
	width: 100%;
	position: absolute;
	z-index: 10;
	height: 58px;
}
.slider .controls .btPrev{
	width: 58px;
	height: 58px;
	margin-left: 60px;
	background-image: url(rs/btPrev.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	float: left;
}
.slider .controls .btNext{
	width: 58px;
	height: 58px;
	margin-right: 60px;
	background-image: url(rs/btNext.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	float: right;
}

.slider .sliderBox {
	width: 500%;
	float: left;
}
.slider .sliderBox .sldimg {
	float: left;
}
.controlball {
	height: 20px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 50px;
}
.controlball .ball {
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	cursor: pointer;
	border: 1px solid #404041;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.controlball #ballon {
	display: block;
	height: 8px;
	width: 8px;
	float: left;
	cursor: pointer;
	border: 1px solid none;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #404041;
}







.imgFormula {
	max-width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 22px;
}
.boxFormula {
	width: 100%;
	padding-bottom: 50px;
	float: left;
}
.boxFormula .boxFormCenter  {
	max-width: 706px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 55px;
	padding-left: 55px;
}
.boxFormula .boxFormContent {
	float: left;
	width: 195px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 13px;
	text-align: center;
	color: #262626;
}
.boxFormulaTxt{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
	padding-top: 80px;
	max-width: 600px;

	clear: both;
	float: none;
	font-size: 15px;
	color: #262626;
	text-align: center;

	padding-right: 25px;
	padding-left: 25px;	/*
		margin-right: auto;
	margin-left: auto;
	margin-bottom: 65px;
	*/
	line-height: 20px;
}
.upCompanyTxt {
	width: 100%;
	position: absolute;
	max-width: 1920px;
}
.subCompanyTxt {
	width: 100%;
	margin-top: -175px;
	z-index: 1;
	margin-bottom: 60px;
	max-width: 1920px;
	position:relative;
}

.boxCompany {
	height: 650px;
	width: 816px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	clear: both;
	text-align: center;
	/*
	background-image: url(rs/bg_linevertical.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
}
.boxCompany .column_1 {
	background-image: url(rs/foto_01.jpg);
	float: left;
	height: 320px;
	width: 406px;
	margin-right: 4px;
	padding-top: 330px;
	background-repeat: no-repeat;
	background-position: center top;
}
.boxCompany .column_2 {
	background-image: url(rs/foto_02.jpg);
	float: left;
	height: 320px;
	width: 406px;
	padding-top: 330px;
	background-repeat: no-repeat;
	background-position: center top;
}
.boxCompany .column_3 {
	float: left;
	height:650px;
	width: 406px;
	padding-bottom:0px;
}
.boxCompany .column_3 .thumb{
	padding:0px 25px;
	padding-bottom:25px;	
}
.sp65{
	width:100%; 
	height:65px;
	float:none;
	clear:both;	
}
.boxResume .btview{
	width:150px;
	height:40px;
	line-height:40px;
	background-color:#3e3e3e;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	font-family:'Open Sans Condensed', 'sans-serif';
}
.boxResume{
	float:left;
	width:100%;
	display:block;
	text-decoration:none;
}
.boxResume.bg-sketch{
	background-image: url(rs/bg-sketch.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}
.boxResume .bline15{
	float:left;
	width:15%;
	height:450px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-position:center center;
	position: relative;
}
.boxResume .bline15 .tag {
	position: absolute;
	top: 0px;
	right: 0px;
}

.boxResume .bline40{
	float:left;
	width:40%;
	height:450px;
	
}
.boxResume .bline50{
	float:left;
	width:50%;
	height:450px;
	background-color:#f7f7f8;
}
.boxResume .bline60{
	float:left;
	width:60%;
	height:450px;
}
.boxResume .fbg{
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-position:center center;
}
.boxResume .boxt{
	padding:50px;
	max-width:360px;
}
.boxResume .bline50 .boxt{
	padding:75px 50px 50px 50px;
	max-width:450px;
}
.apebox{
	margin-top: 100px; 
	-webkit-transition:all 800ms ease-out;-moz-transition:all 800ms ease-out;-o-transition:all 800ms ease-out;-ms-transition:all 800ms ease-out;transition:all 800ms ease-out;	
}
.boxResume .list{
	margin-top:20px;
	color: #3e3e3e;	
}
.boxResume .list .l{
	font-family: 'Open Sans Condensed', 'sans-serif';
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3e3e3e;
	border-bottom-color: #3e3e3e;
	padding:4px 0px;
}
.boxResume .atribs {
	text-align: center;
	color: #3E3E3E;
	line-height: 20px;
	padding-top: 55px;
	font-family: 'Open Sans Condensed', 'sans-serif';
}
.boxResume .atribs .line {
	background-color: #3E3E3E;
	height: 1px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.boxResume .atribs .at{
	padding:15px 0px;
}
.boxResume .enum {
	width: 100%;
}
.boxResume .enum .nbox  {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}
.boxResume .enum .nbox .n {
	text-align: center;
	float: left;
	font-weight: bold;
	width: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
.boxResume .enum .nbox .desc   {
	float: left;
	font-size: 14px;
	width: 375px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.boxResume .circles {
	margin-top: -75px;
	position: relative;
	z-index: 5;
	width: 200px;
	float: right;
	margin-right: 150px;
}
.boxResume .comparativa{
	max-width:690px;
	padding-top:80px;	
}
.overimage .dualov {
	margin-right: auto;
	margin-left: auto;
	padding-top: 12%;
	max-width: 960px;
}
.overimage .dualov .dbox {
	float: left;
	width: 42%;
	margin-right: 4%;
	margin-left: 4%;
}
.overimage .dualov .dbox .txt {
	text-align: right;
	font-size: 44px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 40px;
	line-height:44px;
	font-family:'Open Sans Condensed', 'sans-serif';
	float: right;
	background-color: rgba(255, 255, 255, 0.60);
	padding: 25px;
	display: block;
}







.infoname {
	font-size: 26px;
	color: #3e3e3e;
	font-family: 'Open Sans Condensed', 'sans-serif';
}
.inforank {
	font-size: 17px;
	color: #888888;
	font-family: 'futura_bk_btbook', Arial, sans-serif;
	margin-bottom: 25px;
}
.infotext {
	font-size: 13px;
	color: #363636;
	padding-right: 95px;
	padding-left: 95px;
	text-align: left;
	margin-top: -12px;
}
.tribox{
	float:left;
	clear:both;
	width:100%;
}
.tribox .item{
	float:left;
	width:33.33%;
	text-align: center;
	font-size:46px;
	line-height:36px;	
}
.tribox .item .small{
	font-size:16px;	
}
.tribox .item .ico{
	padding-bottom:12px;	
}
.compareBox{
	width:850px;
	margin:0 auto;
}
.fixcompare{
	background-image: url(rs/line-compare.png);
	background-repeat: no-repeat;
	background-position: center 245px;	
}
.compareBox .cBox {
	width:46%;
	padding:0px 2%;
	float:left;	
}
.compareBox .cBox p{
	padding:0px 30px;	
}
.compareBox .cBox .bigopening{
	font-size:28px;
	line-height:30px;	
}
.compareBox .cBox .pretit{
	font-size: 22px;
	padding-bottom:15px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
	text-decoration:underline;
}

.detalleBox {
	float:left;
	margin-top:-40px;
	clear: both;
	position:relative;
	z-index:1;
	color:#fff;
	width:100%;
}
.detalleBox .content{
	background-color:#231f20;	
	max-width:760px;
	margin:0 auto;
		padding:25px;
		font-size:20px;
}
.detalleBox .content.fix1{
	width:260px;
	padding-left:410px;
	background-image: url(rs/trama-01.png);
	background-repeat: no-repeat;
	background-position: left 24px;
}
.detalleBox .content.fix2{
	padding:50px 250px 50px 50px;
	font-size:20px;
}
.subFooter {
	font-size: 11px;
	color: #adadad;
	text-align: center;
	max-width: 816px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	clear: both;
	float: none;
	
}
.subFooter .subOpt {
	display: inline-block;
	margin-right: 11px;
	margin-left: 11px;
	cursor: pointer;
	padding-bottom: 10px;
}
.subFooter .subOpt:hover {
	color: #0287cc;
}
.formulario  {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 10px;
}
.formulario .line1  {
	float: left;
	height: 25px;
	width: 60px;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 12px;
}
.formulario .line1.fixl1 {
	padding-left: 20px;
}

.formulario .line2  {
	float: left;
	height: 25px;
	width: 180px;
	margin-left: 20px;
	margin-bottom: 12px;
}
.formulario .line3 {
	float: left;
	height: 25px;
	width: 435px;
	margin-left: 20px;
	margin-bottom: 12px;
}
.formulario .line3.fix{
	margin-left:48px;	
}
.formulario .line4 {
	float: left;
	height: 120px;
	width: 435px;
	margin-left: 20px;
	margin-bottom: 12px;
}

.formulario .linebt #button {
	float: right;
	display: block;
	border: 0px solid #FDFDFD;
	background-color: transparent;
	font-family: 'Open Sans Condensed', 'sans-serif';
	font-size: 29px;
	color: #3E3E3E;
	background-image: url(rs/bg_enviar_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	cursor: pointer;
	margin-right: 0px;
	padding-right: 0px;
}
.formulario .linebt #button:hover {
	color: #0287cc;
	background-image: url(rs/bg_enviar_a.png);
}

.formulario .linebt {
	clear: both;
	float: none;
	margin-left: 20px;
	height: 40px;
	max-width:515px;
}
.formulario #textfield {
	background-color: #f2f2f2;
	display: block;
	border: 1px solid #f2f2f2;
	height: 23px;
	width: 155px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #333;
	font-size: 12px;
}
.formulario #textarea {
	width: 100%;
	background-color: #F2F2F2;
	border: 1px solid #f2f2f2;
	height: 120px;
	font-family: 'Droid Sans', sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 12px;
	resize: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -2px;
	max-width: 512px;
}
.formulario .linebt .avisoenvio {
	float: left;
	padding-left: 102px;
}

.overimage{
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.overimage .cont{
	max-width: 960px;
	margin: 0 auto;
}
.overimage .cont .textBox{
	max-width: 420px;
	padding-top: 65px;
	font-size: 15px;
	color: #363636;
	line-height: 20px;
}
.overimage .cont .textBox h2{
	font-size: 56px;
	color: #3e3e3e;
	font-family: 'Open Sans Condensed', 'sans-serif';
	line-height: 0px;
	margin: 0px;
	padding-bottom: 26px;
}
.overimage .cont .textBox .link a {
	font-weight: 500;
	color: #09C;
	text-decoration: none;
	font-size: 17px;
}
.limit80 {
	width: 80%;
}

.display {
	margin-right: auto;
	margin-left: auto;
	max-width: 816px;
	padding-top: 50px;
}
.display .info .titular {
	font-size: 50px;
	padding-bottom: 15px;
	font-family: 'Open Sans Condensed', 'sans-serif';
	line-height: 50px;
	color: #3e3e3e;
}

.display .thumb {
	float: left;
	width: 44%;
}
.display .info {
	float: left;
	width: 50%;
	margin-left: 2%;
	font-size: 14px;
	line-height: 20px;
}
.icons {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
}
.icons .cont {
	margin-right: auto;
	margin-left: auto;
	max-width: 660px;
}

.icons .icon {
	float: left;
	width: 190px;
	text-align: center;
	color: #7a7a7a;
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
}
.icons .iconHalf {
	float: left;
	width: 110px;
	height: 110px;
}
.icons .cont .icon strong {
	font-size: 22px;
	display: block;
	padding-bottom: 15px;
	padding-top: 20px;
	color: #535353;
}
.stats {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.stats .texto {
	
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #363636;
	padding-top: 10px;
	text-align: center;
}
.stats .cont {
	margin-right: auto;
	margin-left: auto;
	max-width: 819px;
}
.stats .cont .big {
	font-size: 52px;
	text-align: center;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #3e3e3e;
}

.stats .cont .boxStat {
	margin-bottom: 50px;
	max-width: 540px;
	margin: 0 auto;
	font-size: 18px;
}

.stats .cont .boxStat .theme {
	font-size: 24px;
	margin-bottom: 10px;
	color: #3e3e3e;
}
.stats .cont .boxStat .line_ab {
	background-color: #ee9712;
	height: 4px;
	width: 0%;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
}
.stats .cont .boxStat .line_ab .insideVal {
	padding-top: 8px;
	position: absolute;
	right: 0px;
	text-align: right;
	color: #ee9712;
	font-weight: 600;
	font-family: 'Open Sans Condensed', 'sans-serif';
	display: none;
}

.stats .cont .boxStat .line_ac {
	background-color: #0188cc;
	height: 4px;
	width: 0%;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	overflow: visible;
}
.stats .cont .boxStat .line_ac .insideVal {
	padding-top: 8px;
	position: absolute;
	right: 0px;
	text-align: right;
	color: #0188cc;
	font-weight: 600;
	font-family: 'Open Sans Condensed', 'sans-serif';
	display: none;
}
.stats .cont .boxStat .count {
	font-size: 20px;
	padding-top: 20px;
	height: 70px;
	padding-bottom: 20px;
}
.stats .cont .boxStat .count .cc  {
	display: none;
	padding-top: 5px;
}

.stats .cont .boxStat .count .num {
	font-size: 36px;
}
.stats .cont .simply .theme {
	font-size: 24px;
	margin-bottom: 3px;
}
.stats .cont .simply .value {
	padding-top: 5px;
}
.stats .cont .simply {
	max-width: 540px;
	margin: 0 auto;
}
.stats .cont .smallLetter {
	font-size: 12px;
	color: #7a7a7a;
	padding-top: 20px;
	max-width: 540px;
	margin: 0 auto;
}
.partner-box {
	padding-right: 15px;
	padding-left: 15px;
	max-width: 990px;
	margin: 0 auto;
}
.partner-box .partner{
	width:150px;
	height:100px;
	padding:5px;
	float: left;
}
.partner-box .partner.part2 {
	width: 225px;
}
.partner-box .partner.part2 img {
	margin-top: -18px;
}
.boxResume .bline50 .pixbline {
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	float: left;
	height: 400px;
	width: 100%;
	margin-bottom: 45px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
}
.boxResume .creativity {
	margin-right: auto;
	margin-left: auto;
}




.lineApp {
	clear: both;
	float: none;
	height: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
	max-width: 819px;
}
.quote {
	max-width: 824px;
	margin: 0 auto;
}
.wall {
	clear: both;
	float: left;
	width: 100%;
	min-height: 680px;
	background-image: url(rs/img_design.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}
.wall .cont {
	margin-right: auto;
	margin-left: auto;
	max-width: 660px;
	padding-right: 15px;
	padding-left: 15px;
}
.wall .cont .big {
	font-size: 52px;
	text-align: center;
	font-family: 'Open Sans Condensed', 'sans-serif';
	color: #f8f8f8;
	padding-top: 50px;
	margin-bottom: 5px;
}
.wall .cont .texto {
	min-height: 50px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-align: center;
}
.wall .cont .btPlayVideo {
	height: 330px;
	width: 100%;
}
.boxVideo {
	width: 100%;
}
.boxVideo #video_home {
	width: 100%;
}


.showroom{
	width:100%;
	float: left;
	clear: both;
	height:450px;
	background-color:#f7f7f7;
}
.showroom .fixed{
	width:33%;
	float:left;
	height:450px;
	background-image: url(rs/bg-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	position:relative;
}
.showroom .fixed .text{
	width:240px;
	padding-top:175px;
	margin: 0 auto;
}
.showroom .fixed .controls{
	width: 50px;
	height:100px;
	background-color:#000;
	right:0px;
	bottom:0px;
	position: absolute;	
	cursor: pointer;
}
.showroom .fixed .controls .btNext{
	width:50px; 
	height:50px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(rs/ico-next.png);	
}
.showroom .fixed .controls .btPrev{
	width:50px; 
	height:50px;
	background-position:center center;
	background-repeat:no-repeat;	
	background-image:url(rs/ico-prev.png);	
}
.showroom .sliderbox{
	width:67%;
	float:left;
	height:450px;	
	overflow: hidden;
}
.showroom .sliderbox .bigopening{
	font-size:40px;	
}
.showroom .sliderbox .slider-tech{
	width:500%;
	height:450px;
}
.showroom .sliderbox .slider-tech .slid{
	width:10%;
	float:left;
	height:450px;
	background-image: url(rs/bg-line.png);
	background-repeat: repeat-y;
	background-position: right top;
	font-size:15px;
	color: #262626;
}
.showroom .sliderbox .slider-tech .slid .item{
	width:100%;
	margin:0 auto;
	max-width: 460px;
	padding-top:30px;
}
.showroom .sliderbox .slider-tech .slid .item .n{
	font-size:55px;
	color: #3e3e3e;
	font-weight:bold;	
}
.showroom .sliderbox .slider-tech .slid .item a{
	color: #0287cc;
	font-size:16px;
}
.boxResume .cnt990 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	max-width: 990px;
}
.boxResume .cnt990 .box3 {
	float: left;
	width: 29.33%;
	margin-right: 2%;
	margin-left: 2%;
	min-height: 325px;
}
.boxResume .cnt990 .box3.black {
	background-image: url(rs/franja_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #221E1F;
	min-height: 345px;
}
.boxResume .cnt990 .box3.black p {
	padding-top: 130px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	color: #FFF;
}

.boxResume .cnt990 .box3 .ico  {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



.particlebox{ width:100%; height:400px; float: left; clear: both; }
.particlebox .zone{
	max-width:900px;
	margin:0 auto;
	text-align: center;
}
.particlebox .zone .box{
	width:250px; float: left; height:360px; position: relative;	
		background-image: url(rs/bg-dline.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.particlebox .zone .box.large{
	width:400px;
	background-image: url(rs/bg-circle.png);
	background-repeat: no-repeat;
}
.particlebox .zone .box .item{
	padding-top:140px;
	font-size:22px;	
	color: #3e3e3e;
}
.particlebox .zone .box .sfere{
	width:90px;
	height:90px;
	background-color:#E7E8E9;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size:12px;
	line-height:90px;
	margin-top:-45px;
	margin-left:-45px;
	-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;-o-transition:all 500ms ease-in-out;-ms-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;	
}
.particlebox .zone .box .sfere.sf1{
	left:0%;
	top:13%;
	margin-top:0px;
}
.particlebox .zone .box .sfere.sf1.on{
	left:50%;
	top:0px;
	margin-top:0px;
}
.particlebox .zone .box .sfere.sf2{
	left:85%;
	top:15%;
}
.particlebox .zone .box .sfere.sf2.on{
	left:75%;
	top:25%;
}
.particlebox .zone .box .sfere.sf3{
	left:78%;
	top:32%;
	margin-left:-90px;
}
.particlebox .zone .box .sfere.sf3.on{
	left:98%;
	top:50%;
	margin-left:-90px;
}
.particlebox .zone .box .sfere.sf4{
	left:95%;
	top:70%;
}
.particlebox .zone .box .sfere.sf4.on{
	left:75%;
	top:75%;
}
.particlebox .zone .box .sfere.sf5{
	left:60%;
	top:110%;
	margin-top:-90px	
}
.particlebox .zone .box .sfere.sf5.on{
	left:50%;
	top:100%;
	margin-top:-90px	
}
.particlebox .zone .box .sfere.sf6{
   left:15%;
	top:78%;	
}
.particlebox .zone .box .sfere.sf6.on{
		left:25%;
	top:75%;	
}
.particlebox .zone .box .sfere.sf7{
	left:-5%;
	top:55%;
	margin-left:0px;
}
.particlebox .zone .box .sfere.sf7.on{
	left:2%;
	top:50%;
	margin-left:0px;
}
.particlebox .zone .box .sfere.sf8{
	left:15%;
	top:5%;	
}
.particlebox .zone .box .sfere.sf8.on{
	left:25%;
	top:25%;	
}





input#button {
    -webkit-appearance: none;
}
.btSubmit{
	width:150px;
	height:40px;
	line-height:40px;
	background-color:#3e3e3e;
	text-align:center;
	color:#fff;
	font-weight:bold;
	display:block;
	font-family:'Open Sans Condensed', 'sans-serif';
}
.fixbg01{
	background-image: url(rs/fibg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:10px;
}
.fixbg02{
	background-image: url(rs/fibg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fixbg03{
	background-image: url(rs/fibg03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sp100{
	float:left; clear:both; width:100%; height:100px;	
}

.avisoLOPD{
	font-size:10px;
	line-height:14px;
	color:#333;
	padding-top:30px;
	text-align: justify;

	padding-left:0px;
	padding-right:0px;
}

.footer {
	max-width: 820px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	height: 70px;
	clear: both;
	float: none;
	box-sizing:initial;
	line-height: initial;
}
.footer .contentFBox {
	float: left;
	height: 30px;
	width: 360px;
	font-size: 11px;
	padding-top: 30px;
	background-image: url(rs/logo_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer .contentFBox2 {
	float: left;
	height: 30px;
	width: 150px;
	font-size: 11px;
	padding-top: 30px;
	padding-left: 20px;
	background-image: url(rs/separador.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer .contentFBox2 a {
	color: #000;
}
.footer .contentFBox2 a:hover {
	color: #0287cc;
}

.footer .contentFBoxLogo {
	height: 72px;
	width: 94px;
	float: right;
	background-image: url(rs/box_footer.png);
}

.blegal .cnt990 h2  {
	font-size: 28px;
}
.blegal .cnt990 p strong  {
	font-size: 18px;
}


.video-pitch{ max-width:960px; margin:0 auto; padding-bottom:55px;}
.video-box{width:100%;overflow:none;}
.videoWrapper{position:relative;padding-bottom:55%;padding-top:25px;height:0;}
.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}


.text-company-bottom{
	margin-bottom: 40px!important;
}

/* SCREENS < 720px */
@media screen and (max-width: 768px) {
	.navigation .box .menu .opt a:hover {
		color: #3e3e3e;
	}
	.icons .iconHalf{
		display: none;	
	}
	.boxCompany{
		width: 638px;
	}
	.boxCompany .column_1{
		width: 360px;
		padding-bottom:40px;
	}
	.boxCompany .column_2{
		width: 360px;
		margin-right: 0px;
		padding-bottom:40px;
	}
	.boxFormula .boxFormCenter {
		padding: 0px;
	}
	.formulario .line3.fix{ margin-left:0px; }
	.formulario #textfield{ width:100%; }
	.footer{
		min-height:140px;
	}
	.logoEU{
		width:360px;	
	}
	.boxResume .bline50, .boxResume .bline40, .boxResume .bline60{
		width:100%;
		height: inherit !important;	
		min-height: 250px !important;
	}
	.boxResume .bline15{
		width:50%;
		height:250px;	
	}
	.particlebox{ height: inherit;}
	.particlebox .zone .box{ width:100%;
	height: inherit; background-image:none; margin: 50px 0px; }
	.particlebox .zone .box.large{ height: 360px; overflow-x: hidden; float:none; margin:0 auto;}
	.particlebox .zone .box .item{ padding-top:0px;}
	.particlebox .zone .box.large .item{ padding-top:140px;}
	.showroom, .showroom .sliderbox{
		height: inherit;
		overflow: visible;
		width:100%;	
	}



	.showroom .fixed{ width:100%; }
	.showroom .fixed .controls{ display: none; }
	.showroom .sliderbox .slider-tech{ width:100%; }
	.showroom .sliderbox .slider-tech .slid{ width:96%; padding:0% 2%; height:auto;}
	.boxResume .boxt{ max-width:100%; }
	.tribox .item{ width:100%; padding-bottom:20px; }
	.bigopening{ font-size:46px; line-height:41px; }
	
	.detalleBox{ width:100% !important; overflow: hidden; margin-top:0px !important;}
	.detalleBox .content.fix2{ padding:25px; }
	.detalleBox .content.fix1{ padding-top:100px; padding-left:10px; width:100%;}
	.compareBox{ width:100%;}
	.compareBox .cBox{ width:96%; padding-bottom:30px;}
	.fixcompare{ background-image: none; }
	.boxResume .enum .nbox .desc{ width:100%; }
	.boxResume .cnt990 .box3{ width:96%; min-height:inherit; padding-bottom:35px;}
	.boxCompany .column_3{ width:100%; }
	.overimage.swsus{position: relative; }
	.overimage .dualov{ padding-top:25px; }
	.overimage .dualov .dbox {width:90%; margin-left:5%; margin-right:5%;}
	.overimage .dualov .dbox .txt{ padding-top:0px; padding-bottom:25px; text-align:center;}
 
}

/* SCREENS < 600px */
@media screen and (max-width: 640px) {
	.navigation{ 
		position:inherit;
		min-height: 140px;
	}
	.spaceNav{
		height:0px;
	}
	.navigation .box{
		width:100%;		
	}
	.bigopening{ font-size:26px; line-height:24px; }
	.imageBox .overimage.ovsos .ovli { font-size:20px !important; line-height:22px !important;}
	.navigation .box .logo{
		float: none;
		margin: 0px auto;		
	}
	.navigation .box .menu {
		line-height: 20px;
		float: none;
	}
	.navigation .box .menu .opt {
		float: none;
		display: inline-block;
		width: 100%; 
		text-align: center;
		margin-left: 0px;	
		padding-right: 0px !important;
		border: none;
	}
	.overscreen .videoContent {
		width: 360px;
		margin-top: -250px;
		margin-left: -180px;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.navigationSub{
		margin-top:112px;	
		position: absolute;
	}
	.navigationSub .opt{
		display: block;	
		float: left;
		width: 25%;
		padding: 0px;
		border: none;
		margin: 0px;
		padding-top:10px;
	}
	.display .thumb{
		float: none;
		width: inherit;	
		margin-top: -50px;
	}
	.display .info{
		float: none;
		width: inherit;	
		padding-top: 25px;
	}
	.wall{
		background-size: 175%;
		background-position: center center;	
	}
	.icons {
		
	}
	.icons .icon{
		width: 100%;	
		padding: 10px 0px;
	}
	.stats .cont, .stats .cont{
		padding:0 20px;	
	}
	.imgAcc {
		padding-top: 220px;	
	}
	.imgAcc .overimage{
		width: 90%;
		padding: 0 5%;
	}
	.contentBox .texto{
		font-size: 15px;
	}
	.contentBox .enlace{
		margin-bottom: 0px;
	}
	.contentBox .siguiente{
		display: none;	
	}
	.arrowDown{
		display: none;
	}
	.boxFormula .boxFormCenter{
		margin:0px;
		padding:0px;
	}
	.boxFormula .boxFormContent{
		float:none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px; 
	}
	.contentBox .titulo{
		font-size: 40px;
		line-height: 40px;	
	}
	.upCompanyTxt{
		position: inherit;	
	}
	.subCompanyTxt {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.subCompanyTxt .welcomeText{
		color: #363636;
	}
	.subCompanyTxt .welcomeText .opening{
		color: #3e3e3e;
	}
	.boxCompany{
		width: 320px;
		background-image: none;
		height: 1200px;
	}
	.boxCompany .column_1{
		width: 320px;
		margin-right: 0px;
		/* margin-bottom: 30px; */
	}
	.boxCompany .column_2{
		width: 320px;
		margin-right: 0px;
	}
	.infotext{
		padding: 0px;
	}
	.footer .contentFBox{
	width: 195px;
	}
	.formulario .line1  {
		width: 100%;
		margin-left: 0px;
	}
	.formulario .line1.fixl1 {
		padding-left: 0px;
	}
	.formulario .line2  {
		width: 100%;
		margin-left: 0px;
	}
	.formulario .line3 {
		width: 100%;
		margin-left: 0px;
	}
	.formulario .line4 {
		width: 100%;
		margin-left: 0px;
	}
	.partner-box .partner{
	width:33%;
	height: inherit;
	padding: 0px;
	}
	.partner-box .partner.part2{width: 50%; }
	.nophone{ display:none !important;}	
}
