*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	padding: 0px 6px 0px 6px;
	overflow-y: scroll;
	color: #9c9e9f;
	font-family: Helvetica, "Roboto", Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
}


li{
	list-style:none;
}
a{
	text-decoration: none;
	color: #6e6f70 !important;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.cd-dropdown,
.cd-select {
	position: relative;
	width: 100%;
	max-width: 220px;
	margin: 0px 10px 5px 0px;
	display: block;
	font-size: 14px;
	z-index: 100;
}

.cd-dropdown > span {
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*font-weight: 700;*/
	background: #fff;
	display: block;
	padding: 0 10px 0 5px;
	position: relative;
	cursor: pointer;
	text-align: left;
	color: #6e6f70;
	font-weight: normal;
}

.cd-dropdown > span:after {
	/*content: '\25BC';
	position: absolute;
	right: 0px;
	width: 40px;
	text-align: center;
	height: 72%;
	margin-top: 5px;
	line-height: 22px;
	border-left: 1px solid #ddd;
	font-size: 12px;*/
}

.cd-dropdown.cd-active > span:after {
	/*content: '\25B2';*/
}

.cd-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.cd-dropdown ul li {
	display: block;
}

.cd-dropdown ul li span {
	width: 100%;
	background: #fff;
	line-height: 30px;
	display: block;
	/*color: #bcbcbc;*/
	color: #6e6f70;
	font-weight: normal;
	cursor: pointer;
	/*font-weight: 700;*/
	text-align: left;
	padding-left: 5px;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cd-dropdown > span span[class^="icon-"],
.cd-dropdown > span span[class*=" icon-"]{
	padding: 0 5px 0 0px;
}

/* Select fallback styling */
.cd-select {
	border: 0px solid #ddd;
}

.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.1);*/
	box-shadow: 0 1px 1px rgba(0,0,0,0);
}

.cd-dropdown ul {
	position: absolute;
	top: 0px;
	width: 100%;
}

.cd-dropdown ul li {
	position: absolute;
	width: 100%;
}

.cd-active.cd-dropdown > span {
	color: #6e6f70;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
	/*background: #e1071c;*/
	color: #6e6f70;
	font-weight: bold;
}

.cd-active.cd-dropdown span:hover {
	/*background: #e1071c;*/
	color: #6e6f70;
	/*font-weight: bold;*/
}

.cd-dropdown > span:hover {
	/*font-weight: bold;*/
}


#overcabecera {
	position: fixed;
	width: 99%;
	z-index: 2001;
	background-color: white;
	top: 0;
}


#disclosure{
	position: fixed;
	padding: 10px;
	border-radius: 15px;
	background-color: #505050;
	color: #E8E8E8;
	z-index: 10000;	
	width: 1070px;
}

#disclosure a:link {
	color: red !important;
	margin: 5px;
}

#disclosure a:visited {
	color: green !important;
}


#disclosure button {
	border-radius: 12px;
	border-width: 1px;
	padding: 3px;
	margin: 3px;
}



#cabecera {
	position: relative;
	top: 0px;
	text-align: center;
	min-width: 760px;
	max-width: 1070px;
	margin: 0 auto;
}

@media only screen and (max-width: 720px) {
	 #overcabecera { position: absolute; }
     #cabecera { position: absolute; }   
}


#cabecera_logo{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#logo_unex{
	position:relative;
	margin-top:28px;
	margin-bottom:28px;
}
#menu_buscar{
	position:relative;
	width: 100%;
	margin: 0 auto;
}
.menu{
	font-size:14px;
	position: relative;
	margin: 7px auto;
	z-index: 100;
	display: inline-block;
	padding-right: 15px;
}
.option_menu{
	float:left;
	margin-left: 15px;
	color:#6e6f70;
	cursor:pointer;
}
.option_menu_marcado{
	float:left;
	margin-left: 15px;
	font-weight: bold;
	color: #1a171b;
	cursor:pointer;
}
.divhome{
	position: absolute;
	left: 0px;
	z-index: 10;
	margin-top: 7px;
	font-size: 14px;
	padding-left: 5px;
}
.divbuscar{
	position: absolute;
	right: 0px;
	z-index: 10;
	margin-top: 7px;
}
.divbuscar form input{
	width: 100%;
	max-width:70px;
	height:18px;
	background-color:#e2e3e3;
	border:1px solid #e2e3e3;
	float: left;
}
.img_buscar{
	background-image:url(../images/lupa.png);
	background-repeat:no-repeat;
	background-color: #e2e3e3;
	background-position: 2px 4px !important;
	background-size: 12px 12px;
	height: 100%;
	width: 100%;
	max-height: 12px;
	max-width: 	12px;
	padding: 9px;
	margin: 0px;
	border: 0px;
	float: right;
	cursor: pointer;
}
.contacto{
	position: absolute;
	right:0px;
	text-align: right;
	margin-bottom:7px;
	font-size:14px;
	color:#6e6f70;
	top: 7px; 
}

.whatsapp:before{
	background-image:url(../images/whatsapp_logo.png); height: 17px; width: 17px;
}

.content{
	/*padding-top: 15%;*/
	padding-top: 200px;
	position: relative;
	min-width: 760px;
	max-width: 1070px;
	/*min-height: 750px;*/
	margin: 0 auto;
	text-align: center;
}

@media only screen and (max-width: 720px) {
     .content { padding-top: 0%; }   
}


.idiomas{
	position: absolute;
	float: left;
	top: 25px;
}
.global {
	position: absolute;
	float: left;
	margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
}
a#youtube {
    float: right;
}
#asistencia_mailto{
	display: block;
}
.img_sola{
	width: 100%;
	height: 100%;
	max-height: 530px;
}
#slides{
	position:relative;
	margin:auto;
}
#slides_producto{
	position:relative;
	margin:auto;
}
.left_banner{
	position: absolute;
	z-index: 1000;
	top: 45%;
	left: 0%;
	cursor:pointer;
	text-align: left;
}
.left_banner img{
	width: 50%;
	height: 50%;
}
.right_banner{
	position: absolute;
	z-index: 1000;
	top: 45%;
	right: 0%;
	cursor:pointer;
	text-align: right;
}
.right_banner img{
	width: 50%;
	height: 50%;
}
.contentmenu{
	position: relative;
	width: 100%;
	margin:auto;
	margin-bottom: 46px;
}
.contentpie{
	width: 100%;
	min-width: 760px;
	max-width: 1070px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.separador{
	width:100%;
	height:2px;
	background-color:#bebfc0;
}
#separadorpie{
	margin-top: 2px;
	text-align: left;
	font-size: 14px;
}
.texto_izq{
	text-align: left !important;
}
.negrita{
	font-weight: bold;
}

a.bx-prev, a.bx-next{
	opacity: 0 !important;
}

a.bx-prev:hover, a.bx-next:hover{
	opacity: 100 !important;
}

.zoom_ecommerce {
    -ms-zoom: 0.97;
    -moz-transform: scale(0.97);
    /*-moz-transform-origin: 0 0;*/
    -o-transform: scale(0.97);
    /*-o-transform-origin: 0 0;*/
    -webkit-transform: scale(0.97);
    /*-webkit-transform-origin: 0 0;*/
}
