body{
	font-family: 'gotham_htfmedium';
	color: #555555;
	font-size: 15px;
	line-height: 20px;
}

#condiciones {
		font-size: 13px;
}
#condiciones > label{
	font-weight: normal;
}

#input-condiciones {
		height:auto;
		margin:0;
		width:auto;
		-webkit-appearance:checkbox;
}

.label-condiciones{
		background-color: transparent;
		color: rgb(51, 51, 51);
		font-weight: normal;
		font-size: 13px;
		line-height: 13px;
		padding-left: 5px;
}
.titulopag{
    font-size: 45px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.cblue{
	color: #0058a2;
}

.bblue{
	background-color: #0058a2;
}

.bwhite {
	background-color: #ffffff;
}

.gothamthin{
	font-family: 'gotham_htfthin', helvetica, arial, sans-serif;;
}

.gothamlight{
	font-family: 'gotham_htflight', helvetica, arial, sans-serif;;
}

.gothammedium{
	font-family: 'gotham_htfmedium', helvetica, arial, sans-serif;;
}

.gothambold{
	font-family: 'gotham_htfbold', helvetica, arial, sans-serif;;
}

h1{
	font-size: 43px;
	margin-top: 60px;
	color: white;
}

h2{
	font-size: 32px;
	margin: 0px;
	padding: 0px;
}

.titleh2{
	text-transform: uppercase;
}

h3{
	font-size: 18px;
	margin-top:20px;
	padding: 0px;
	line-height: 25px;
	margin-bottom: 45px;
}
#enlace_selector{
    text-decoration:none;
    color:white;
}
#enlace_selector:hover{
    text-decoration:none;
    color:white;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.cb{
	clear: both;
}

.npd{
	padding: 0px;
}

.npdl{
	padding-left: 0px;
}

.npdr{
	padding-right: 0px;
}

.tac{
	text-align: center;
}

.tar{
	text-align: right;
}

.mgt30{
	margin-top: 30px;
}

.mgb15	{
	margin-bottom: 15px;
}

.mgb30{
	margin-bottom: 30px;
}

.tbc {
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.tc {
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
}



/*----------cabecera---------------*/

.cabecera{
	width: 100%;
	height: 75px;
	padding: 15px 30px 15px 30px;
}

.iconomenu{
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
}

.barrasiconmenu{
	width: 18px;
	height: 3px;
	background-color: white;
	margin-bottom: 3px;
}

.textcabecera{
	font-size: 13px;
	color: white;
	letter-spacing: 3px;
	margin-top: 10px;
}

.iconcountry{
	color: white;
	margin-left: 5px;
	font-size: 15px;
	margin-top: 12px;
}

.logo{
	padding-top: 3px;
}

button.close{
	padding-bottom: 15px;
	outline: none;
}






/*----------home-------------*/

.slider{
	height: 510px;
	width: 100%;
	background-image: url('../img/portada.jpg');
	background-position: center top;
}


.slider h2{
		font-size: 15px;
		margin-top: 135px;
	}

.slider button{
		border-radius: 4px;
		padding:  20px 20px 20px 30px;
		font-size: 13px;
		color: white;
		letter-spacing: 5px;
		border: 0px;
		outline: none;
		margin: 50px 0px 45px 0px;
	}

	.slider button .icon{
		padding: 2px 0px 0px 5px;
	}

	.slider .botonportada{
		margin-top: 0px;
	}

.botonfind{
	background-color: transparent;
	border: 2px solid #0058a2;
	padding: 20px 40px 20px 40px;
	border-radius: 4px;
	outline: none;
}

.botonfind:hover{
	background-color: #0058a2;
	color: white;
}

#productshome .icontypeproduct{
	left: 0;
    top: 0;
    right: 0;
    margin: auto;
	height: 125px;
	width: 125px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0,88,162,0.3);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0,88,162,0.3);
	box-shadow: 0px 0px 0px 5px rgba(0,88,162,0.3);
	color: white;
	font-size: 50px;
	text-align: center;
	padding-top: 35px;
	position: absolute;

}

#productshome img{
	margin: 65px 0px 15px 0px;
	cursor: pointer;
}

#opinions figure figcaption>.titular{
	font-size: 15px;
	color: black;
	margin-bottom: 0px;
}

#opinions figure figcaption .autor{
	font-size: 13px;
	color: black;
	margin-bottom: 15px;
}

#opinions figure figcaption p{
	font-size: 13px;
	color: #555555;
}

.subcheck h3{
	display: inline-flex;
}

.subcheck span{
	margin-right: 8px;
}






/*----------interiores---------------*/

.headersection{
	width: 100%;
	height: 125px;
	background-color: rgba(0,90,163,0.75);
}

.pathinteriores{
	background-color: rgba(0,90,163,0.75);
	width: 100%;
	height: 52px;
	padding-top: 15px;
}

.pathinteriores .path{
	margin-top: 0px;
	padding-left: 30px;
}

.barratitular{
	width: 60px;
	height: 3px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 20px;
}

.barratitularleft{
	margin-left: 0px;
}

.titular{
	font-size: 20px;
	margin-bottom: 30px;
}

.subtitularfree{
	margin-bottom: 0px;
}

.slideMedia .iconlist{
	margin-right: 10px;
}

.backsectionblue{
	background-color: rgba(0,88,162,0.10);
	width: 100%;
	padding: 70px 0px 70px 0px;

}

.backsectionwhite{
	background-color: white;
	width: 100%;
	padding: 70px 0px 70px 0px;
}

.iconsrounded{
	text-align: center;
}

.iconsrounded2{
	padding-left: 15%;
	padding-right: 15%;
}

.iconsrounded img{
	margin-bottom: 30px;
	width: 60%;
	margin-top: 30px;
}

.anotaciones{
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 15px;
	margin-top: 80px;
	font-size: 13px;
	color: #999999;
	line-height: 14px;
}


.footer{
	width: 100%;
	padding: 35px 0px 70px 0px;
	color: white;
	font-size: 13px;

}
	.footer ul{
		list-style: none;
		padding: 0px;
	}
		.footer ul li a{
			text-decoration: none;
			color: white;
			font-size: 13px;

		}

			.footer ul li a:focus{
				text-decoration: none;
			}

.footer2{
	background-color: #053262;
	width: 100%;
	color: white;
	font-size: 13px;
	padding-top: 10px;
}

.footer .logooxygen img{
	margin-top: 15px;
}

.footer .logotrusted img{
	width: auto;
	margin-top: 15px;
}

.goToTop { background: #162327; color: #fff; bottom: 60px; font-size: 15px; height: 42px; right: 30px; line-height: 43px; position: fixed; text-align: center; width: 50px;  z-index: 9999;  display: none;  opacity: 0.4; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  color: white; text-decoration: none; outline: none;}
.goToTop:hover {color: white;opacity: 0.7;}

.path{
	margin-top: 20px;
	color: white;
	font-size: 13px;
}

	.path a{

		color: white;
		font-family:'gotham_htfthin', helvetica, arial, sans-serif;
	}

	.path .iconpath{
		font-size: 13px;
		margin: 0px 5px 0px 5px;
		color: white;
		padding-top: 2px;
	}

	.path .active{
		font-family: 'gotham_htfmedium';
	}
/*----------indications---------------*/

.listicon{
	list-style: none;
	padding-left: 0px;
}

.listicon li{
	margin-bottom: 5px;
}

.listicon .iconlist{
	margin-right: 5px;
}

.listicon li ul{
	list-style: circle;
	margin-top: 5px;
}

.diagrama>div{
	width: 100%;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 10px;
	color: black;
}

.diagrama>div>h4{
	border-bottom: 2px solid rgba(0,0,0,0.2);
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

.diagrama>div>p{
	margin-bottom: 0px;
}

.diagrama .imagenproducto{
	background-color: white;
}

.diagrama .imagenproducto .icon{
	font-size: 18px;
	margin: 30px 5px 0px 5px;
}

.diagrama .imgxpo{
	color: #F3A536;
	border: 2px solid #F3A536;
	display: table;
}

.diagrama .imgsolo{
	border: 2px solid #C391CD;
	color:#C391CD;
}

.diagrama .imghomefill{
	border: 2px solid #45B79E;
	color:#45B79E;
}

.diagrama .imgplatinum{
	border: 2px solid #EE6474;
	color: #EE6474;
}

.diagrama .imgperfecto{
	border: 2px solid #82C03F;
	color: #82C03F;
}

.diagrama .activity{
	border: 0px;
	color: white;
	text-align: center;
}


.diagrama .xpo{
	background-color: #F3A536;
}

.diagrama .solo{
	background-color:#C391CD;
}

.diagrama .homefill{
	background-color:#45B79E;
}

.diagrama .platinum{
	background-color: #EE6474;
}

.diagrama .perfecto{
	background-color: #82C03F;
}

.imgindications img{
	width: 100%;
}








/*----------products---------------*/


.navproducts{
	display:-webkit-box;
}

.navproducts ul{
	margin: 0 auto;
	margin-bottom: 50px;
}

.navproducts .nav-pills>li{
	margin: 0px;
	width: 150px;
	text-align: center;
}



.navclinical .nav-pills>li.pill2>a {
	height: 64px;
	padding-top: 18px;
}

.navproducts .nav-pills>li.active>a{
	background-color: #0058a2;
	color: white;
}

.navproducts .nav-pills>li>a{
	color: #0058a2;
	border:2px solid #0058a2;
}

.navproducts .nav-pills>li.pill1>a{
	border-radius: 4px 0px 0px 4px;
}

.navproducts .nav-pills>li.pill2>a{
	border-radius: 0px;
	border-top:2px solid #0058a2;
	border-bottom:2px solid #0058a2;
	border-right: 0px;
	border-left: 0px;
}

.navproducts .nav-pills>li.pill3>a{
	border-radius: 0px 4px 4px 0px;
}

.listproduct{
	margin-bottom: 30px;
}

.product{
	position: relative;
	width: 100%;
	cursor: pointer;
}

	.product img{
		width: 100%;

	}

	.product figure{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 150px;
		background-color: rgba(0,90,163,0.50);
		padding: 15px;
		padding-bottom: 10px;
		color: white;
	}


		.product figure figcaption h3{
			font-size: 18px;
			margin-bottom: 20px;
			margin-top: 0px;

		}

		.product figure figcaption .iconproduct{
			font-size: 22px;
		}

		.product figure figcaption span.mas{
			margin-left: 5px;
			margin-right: 5px;
			font-family: 'gotham_htflight', helvetica, arial, sans-serif;
			font-size: 20px;
		}

		.product figure figcaption ul{
			padding-left: 15px;
			font-size: 13px;
			line-height: 15px;
			font-family: 'gotham_htflight', helvetica, arial, sans-serif;
		}

			.product figure figcaption ul li{
				margin-bottom: 10px;

			}

/*----------patent benefits---------------*/

.titleiconrounded{
	color: black;
	text-transform: uppercase;
}

.icontitularpatent{
	color: #0058A2;
	margin-right: 10px;
}

.titularclinical{
	width: 100%;
}

.barratitularpatent{
	display: -webkit-inline-box;
}


/*----------clinical evidence------------*/

.destacadoclinical{
	padding: 70px 0px 70px 0px;
	width: 100%;
}

	.destacadoclinical{
		text-align: center;
		font-size: 36px;
		color: white;
		font-size: 20px;


	}
		.destacadoclinical .titular{
			font-size: 36px;
			margin-bottom: 15px;
			line-height: 36px;
		}
.imgpulse{
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.imgpulse .media-left{
	display: table-cell;
    vertical-align: top;
    padding-right: 10px;
}

	.imgpulse .media-left img{
		border: 1px solid #CFCFCF;
	}

.imgpulse .media-body{
	display: table-cell;
    vertical-align: top;
    overflow: hidden;
    zoom: 1;
}


.imgpulse .media-heading{
	font-size: 18px;
}

.letramini{
	font-size: 11px;
}


.letramini2{
	border-top: 1px solid rgba(0,0,0,0.2);
	margin-top: 30px;
	padding-top: 15px;
}



.leyenda table tbody tr th{
	background-color: #ededed;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	color: black;
	border: 0px;
	width: 33%
}

.leyenda table tbody tr td{
	background-color: #ededed;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	border: 0px;
	width: 33%

}

.leyendaazul table tbody tr th{
	background-color: #ccd9e8;
}

.leyendaazul table tbody tr td{
	background-color: #ccd9e8;
}

.leyenda table tbody tr td span{
	width: 50px;
	height: 3px;
	display: inline-block;
	margin-left: 5px;
}

.naranja{
	background-color: #fe6700;
}

.amarillo{
	background-color: #e7be00;
}

.verde{
	background-color: #8ecb02;
}

.azul1{
	background-color: #008fd3;
}

.azul2{
	background-color: #2d05d5;
}



.tableblue table thead tr th{
	border-bottom: 2px solid #ccd9e8;
	color: black;
}

.tableblue table tbody tr td{
	border-top: 1px solid #ccd9e8;
}

.nasalcanula img{
	width: 80%;
}


/*--------------prescription----------------*/

.iconsprescription img{
	margin-bottom: 30px;
}

.texticonprescription{
	margin-bottom: 40px;
}


/*----------documents------------*/

#documents table{
	margin-bottom: 50px;
}

	.caption{
		font-size: 18px;
		text-align: left;
		margin-bottom: 20px;
		float:left;
		width:100%;
	}

	#documents table tbody tr{
		border-bottom: 1px solid #e1e1e1;
		padding: 15px;
	}

	#documents .tableblue tbody tr{
		border-bottom: 1px solid #ABBAC8;
		padding: 15px;
	}


		#documents table tbody tr td:first-child{
			padding-left: 0px;

		}

		#documents table tbody tr td:last-child{
			text-align: right;
			padding-right: 0px;
		}

		#documents table tbody tr td{
			border-top:0px;
		}
			#documents a{
				text-decoration: none;
				color: #555555;
			}
				#documents a:hover{
					cursor: pointer;
				}

				#documents a:focus{
					color: #555555;
				}


			#documents a .icon{
				margin-left: 5px;
			}



/*-----------contact------------*/

.niceinput, .contactform select, .documentform textarea, .documentform select{
	width: 100%;
    text-align: left;
    border: 0px;
    border-bottom: 1px solid #d2d2d2;
    outline: none;
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
}

.contactform select, .documentform select  {
    height: 51px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.botonsend{
	width: 200px;
}

.contactCol2 {
    text-align: left;
    background: rgba(0,90,163,0.2);
    color: black;
}
	.contactCol2 .colContactItem{
		padding-top: 23px;
	    width: 100%;
	    height: auto;
	    padding-bottom: 27px;
	    border-bottom: 1px solid #ABBAC8;
	}

	.contactCol2 .colContactItem:last-child{
		border-bottom: 0px;
	}

		.contactCol2 .colContactItem .colTitleContact{
			font-size: 18px;
			line-height: 22px;
		}



		.contactCol2 .colContactItem .alignedColBlock{
			margin:20px 0px 0px 25px;
		}

			.contactCol2 .colContactItem .alignedColBlock a{
				text-decoration: none;
				color:#0058A2;
			}
				contactCol2 .colContactItem .alignedColBlock a:hover{
					text-decoration: none;
					color:#0058A2;
				}

				contactCol2 .colContactItem .alignedColBlock a:focus{
					text-decoration: none;
					color:#0058A2;
				}


/*----------xpo------------*/

.pagerow{
	float: left;
    width: 100%;
    overflow: hidden;
}

.sliderxpo{
	background-image: url('../img/portadaxpo.jpg');
}

	.sliderxpo h2{
		margin-top: 220px;
	}

	.sliderdolomite h2{
		margin-top: 105px;
	}





.sectionTitleLeft{position:relative;padding-bottom:20px;font-size:22px;width:90%}

.sectionTitleLeft:after{content:"";position:absolute;bottom:0;width:80px;height:4px;background-color:#0058a2;left:0px;}

/*-----------indications-------*/

.sliderindications{
	background-image: url('../img/portadaindications.jpg');
	color: #0058a2;
}

.sliderindications h1{
	margin-top: 70px;
}

.sliderindications ul{
	color: #0058a2;
}
/*----------solo------------*/

.slidersolo{
	background-image: url('../img/portadasolo.jpg');
}
	.slidersolo h1{
		font-size: 41px;
	}


/*----------homefill------------*/


.sliderhomefill{
	background-image: url('../img/portadahomefill.jpg');
}



.sliderhomefill h2{
	margin-top: 170px;
}

/*----------platinum------------*/


.sliderplatinum{
	background-image: url('../img/portadaplatinum.jpg');
}


/*----------perfecto2------------*/


.sliderperfecto2{
	background-image: url('../img/portadaperfecto2.jpg');
}

/*----------perfecto2v------------*/


.sliderperfecto2v{
	background-image: url('../img/portadaperfecto2v.jpg');
}


/*---------interiores producto------------*/

#innersliderbox {
    height: 658px;
}

#innerSliderBoxDown, #innerSliderBox {
    position: relative;
}

.containerSliderLeft, .containerSliderRight {
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    outline: 0;

    width: 254px;
    height: 467px;
}

.containerSliderLeft{
	left: 0;
}

.bx-wrapper{
	position: relative;
    margin: 0 auto 60px;
    margin-bottom: 0px;
    padding: 0;
}
	.bx-wrapper .bx-viewport {
	    -moz-box-shadow: 0 0 0px #ccc;
	    -webkit-box-shadow: 0 0 0px #ccc;
	    box-shadow: 0 0 0px #ccc;
	    border: solid #fff 0px;
	    left: -0px;
	    background: transparent;

	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    height: 315px;
    }

    .bx-wrapper img {
    	max-width: 100%;
    	display: block;
    }

	    .bx-wrapper .bx-viewport .slider6{
		    width: 655%;
		    position: relative;
		    transition-duration: 0s;
		    transform: translate3d(-703px, 0px, 0px);
	    }

		    .slider6 .slide{
			    float: left;
			    list-style: none;
			    position: relative;
			    width: 957px;
		    }


#g-recaptcha-response {
	display: block !important;
	position: absolute;
	margin: -78px 0 0 0 !important;
	width: 302px !important;
	height: 76px !important;
	z-index: -999999;
	opacity: 0;
}
/*------------dolomite------------*/

.sliderdolomite{
	background-image: url('../img/portada.jpg');
}

.iconevidencesdolo{
	font-size: 80px;
}

.texticonprescriptiondolomite{
	margin-bottom: 20px;
}
#selLang {
    position: absolute;
    right: 30px;
    top: 20px;
}
a.lenguas{
    color:black;
}
a.lenguas:hover{
    color:#00c3fc;
    text-decoration: none;
}
#selector{
    float:right;
}
a.enlaceselector, a.enlaceselector:hover{
    color: white;
    text-decoration:none;
}
.ventanabaja{
    top:100px;
}

@media (min-width:992px){
	.slider .container .logosliderblack{
		display: block;
	}

	.slider .container .logosliderwhite{
		display: none;
	}

}

@media (max-width:992px){
	.slider {
		height: 400px;
		background-image: url('../img/portadamvl.jpg');
	}

	.sliderxpo{
		background-image: url('../img/portadaxpomvl.jpg');
	}
		.slider .container{
			text-align: center;
		}
			.slider .container h2 {
				margin-top: 55px;
				color: white;
			}

			.slider .container .barratitular{
				background-color: white;
				margin: 15px auto;
			}

			.slider .container h1{
				color: white;
				font-size: 30px;
			}

			.slider .container button{
				margin-top: 15px;
				background-color: white;
				color: #0058A2;
				padding: 15px 15px 15px 25px;
			}

			.slider .container .logosliderblack{
				display: none;
			}

			.slider .container .logosliderwhite{
				display: block;
			}
	.slidersolo{
		background-image: url('../img/portadasolomvl.jpg');
	}

	.sliderhomefill{
		background-image: url('../img/portadahomefillmvl.jpg');
	}

	.sliderplatinum{
		background-image: url('../img/portadaplatinummvl.jpg');
	}

	.sliderperfecto2{
		background-image: url('../img/portadaperfecto2mvl.jpg');
	}

	.sliderperfecto2v{
		background-image: url('../img/portadaperfecto2vmvl.jpg');
	}

	.sliderindications{
		background-image: url('../img/portadaindicationsmvl.jpg');
	}

	.sliderdolomite{
		background-image: url('../img/portadamvl.jpg');
	}
	.sliderindications{
		color: white;
	}
		.sliderindications .container{
			text-align: left;
		}

		.sliderindications ul{
			color: white;
		}

		#productshome .stacionary{
			margin-top: 40px;
		}

	.botonsend{
		margin-bottom: 40px;
	}

	.imgindications img{
		margin-top: 20px;
	}




}

@media (min-width: 767px){

	.idiomamvl{
		display: none;
	}
}

@media (max-width: 767px){
	.cabecera {
		padding: 15px;
	}

	.textcabecera{
		display: none;
	}

	.idiomamvl{
		display: block;
	}

	.headersection{
		height: 95px;
	}

	.path{
		display: none;
	}
	.pathinteriores{
	   display: none;
	}
	.headersection h1{
		font-size: 35px;
		margin-top: 45px;

	}
	.navproducts{
		padding: 0px;
	}


		.navproducts ul{
			width: 100%;
		}

			.navproducts .nav-pills>li{
				clear: both;
				margin-bottom: 5px;
				width: 100%;
				text-align: center;

			}
				.navproducts .nav-pills>li.pill1>a{
					border-radius: 4px;

				}


				.navproducts .nav-pills>li.pill2>a{
					border-radius: 4px;
					border: 2px solid #0058a2;
				}

				.navproducts .nav-pills>li.pill3>a{
					border-radius: 4px;
				}
	.navclinical .nav-pills>li.pill2>a {
		height: auto;
		padding-top:10px 15px;
	}

	.listproduct{
		padding: 0px;
		margin-bottom: 15px;
	}

	.iconsrounded2{
		padding-left: 0;
		padding-right: 0;
	}

	.botonsend{
		width: 100%;
	}

	.tableblue{
		border: 1 px solid green;
	}

	.nasalcanula img{
		width: 100%;
	}




}

@media (max-width: 700px){
    .backsectionwhite,.backsectionblue{    padding: 45px 0px 45px 0px;}
    h2{font-size: 28px;}

}

@media (max-width: 670px){
	.sliderindications{
		background-image: none;
		padding-top: 45px;
		padding-bottom: 45px;
		height: auto;
	}

	.sliderindications .container{
		color: #0058a2;
	}
		.sliderindications .container h1{
			font-size: 28px;
			color: #0058a2;
			margin-top: 0px;
		}

		.sliderindications .container ul{
			color: #0058a2;

		}
}



@media (max-width:400px){
	#productshome img{
		width: 100%;
	}
}

.modalDocTrigger{
    border-bottom: 1px solid #e5e5e5;
	margin-bottom:20px;
	width:100%;
	float:left;
}
.modal-content{
	top:100px;
	padding:20px
}
.modal-header{border:0px}

.modal-header .close {
    margin-top: -20px;
    margin-right: -15px;
}
#downloadDoc {

    text-align: right;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 12px;
    padding-right: 20px;
	float:right;
	color:#0058a2;
}
#cierre{
    float:right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor:pointer;
}
#fondooscuro {
   background: #000000;
   display: none;
   position: fixed;
   left: 0; top: 0;
   width: 100%;
   height: 100%;
   opacity:.45;
   z-index:999;
}
#contenido {
   display: none;
   position: fixed;
   z-index:9999;
   left:35%;
   padding:15px;
   background:#fff;
   border-radius: 5px;
   width: 30%;
   height: 54%;
   margin: 0 auto;
   top: 12%;
}
#textcabecera {
    font-size: 13px;
    color: white;
    letter-spacing: 3px;
    margin-top: 10px;
    float: left;
}
.fa {
    color:white;
}


#selLang {
    position: absolute;
    right: 30px;
    top: 20px;
}

#selector{
    float:right;
}
.accesorios{
    height:1050px;
}

.selectoridioma{
    color: white!important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.65s ease-in-out;
    -moz-transition: color 0.65s ease-in-out;
    -ms-transition: color 0.65s ease-in-out;
    transition: color 0.65s ease-in-out;
}
.langMenuMov{
    line-height:2;
}


@media screen and (max-width: 480px) {
    #contenido{
        width:40%;
    }
}
@media screen and (max-width: 330px) {
    #contenido{
        width:50%;
        left:25%;
    }
}
@media (max-width: 767px){
    #selector {
        display: none!important;
    }
}
 .urlSiteForm{display:none}
