@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'AsapRegular';
	src: url('../fonts/Asap-Regular-webfont.eot');
	src: url('../fonts/Asap-Regular-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fonts/Asap-Regular-webfont.woff')
		format('woff'), url('../fonts/Asap-Regular-webfont.ttf')
		format('truetype'),
		url('../fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AsapBold';
	src: url('../fonts/Asap-Bold-webfont.eot');
	src: url('../fonts/Asap-Bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('../fonts/Asap-Bold-webfont.woff')
		format('woff'), url('../fonts/Asap-Bold-webfont.ttf')
		format('truetype'), url('../fonts/Asap-Bold-webfont.svg#AsapBold')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'AsapRegular';
	background: #FFFFFF;
	color: #000;
	font-size: 18px;
}

a img {
	border: none;
}

strong {
	font-family: 'AsapBold';
}

#header {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	float: left;
	background: #FFFFFF;
}

#general {
	background: #FFFFFF;
	width: 100%;
	overflow: hidden;
	height: auto;
}

p {
	line-height: 160%;
}

.titulo {
	font-family: 'AsapRegular';
	color: #00afef;
	font-size: 2em;
}

.titulo-blanco {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1.7em;
}

.titulo-blanco-g {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 2.3em;
}

.titulo-negro {
	font-family: 'AsapRegular';
	color: #000;
	font-size: 2.1em;
}

.titulo-blanco-b {
	font-family: 'SansationBold';
	color: #FFF;
	font-size: 1.2em;
}

.subtitulo-blanco {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1.8em;
	line-height: 1.2em;
}

.titulopq {
	font-family: 'AsapRegular';
	color: #00afef;
	font-size: 2.2em;
	text-align: center;
}

.texto {
	font-family: 'AsapRegular';
	color: #000;
	font-size: 1.2em;
	line-height: 1.6em;
}

.textofooter {
	font-family: 'AsapRegular';
	color: #000;
	font-size: 1.1em;
	line-height: 1.3em;
}

.texto-blanco {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.6em;
}

.texto-azul {
	font-family: 'AsapRegular';
	color: #00afef;
	font-size: 1.2em;
	line-height: 1.6em;
}

.texto-gris {
	font-family: 'AsapRegular';
	color: #323131;
	font-size: 1.2em;
	line-height: 1.6em;
}

.texto-pq {
	font-family: 'AsapRegular';
	color: #323131;
	font-size: .9em;
	line-height: 1.2em;
}

.texto-gris-nota {
	font-family: 'AsapRegular' !important;
	color: #323131 !important;
	font-size: .6em !important;
	line-height: 1em;
}

a.link-gris {
	font-family: 'AsapRegular' !important;
	color: #323131 !important;
	font-size: .9em !important;
	line-height: 1.6em !important;
	text-decoration: none;
}

a.link-blanco {
	font-family: 'AsapRegular' !important;
	color: #FFF !important;
	font-size: 1.2em !important;
	line-height: 1.6em !important;
	text-decoration: none;
}

a.link-azul {
	font-family: 'AsapRegular' !important;
	color: #00afef !important;
	font-size: .9em !important;
	line-height: 1.6em !important;
	text-decoration: none;
}

a.link-negro {
	font-family: 'AsapRegular';
	color: #000000 !important;
	font-size: 1em !important;
	line-height: 1.6em !important;
	text-decoration: none;
}

a.link-blanco-home {
	font-family: 'AsapRegular' !important;
	color: #FFF !important;
	font-size: 1.1em !important;
	line-height: 1.3em;
	text-decoration: none;
}

a.link-negro-home {
	font-family: 'QuicksandBook' !important;
	color: #000000 !important;
	font-size: 1.1em !important;
	line-height: 1.3em;
	text-decoration: none;
}

a.menulat {
	font-family: 'AsapRegular';
	color: #000000 !important;
	font-size: 1em !important;
	line-height: 1.6em !important;
	text-decoration: none;
	background: #f8f8f8;
}

a.menulat:hover {
	color: #959595 !important;
}

ul.menu {
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
	overflow: hidden;
	height: 120px !important;
}

ul.menu li {
	float: left;
	width: 16%;
	text-align: center;
}

ul.menu li a {
	font-family: 'AsapRegular' !important;
	color: #000000 !important;
	font-size: 1em !important;
	font-weight: 600 !important;
	text-decoration: none;
	display: block;
	margin-top: 18px;
}

ul.submenu {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	height: 50px;
	width: 80%;
	margin: 0 auto;
}

ul.submenu li {
	float: left;
	width: 24%;
	text-align: center;
}

ul.submenu li a {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: 8px;
}

ul.submenu2 {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	height: 90px;
	width: 90%;
	margin: 0 auto;
	float: right;
}

ul.submenu2 li {
	float: left;
	width: 11%;
	text-align: left;
}

ul.submenu2 li a {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: 8px;
}

ul.submenup {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	height: 100px;
	width: 90%;
	margin: 0 auto;
}

ul.submenup li {
	float: left;
	width: 12%;
	text-align: center;
}

ul.submenup li a {
	font-family: 'AsapRegular';
	color: #FFF;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: 8px;
}

#formul {
	float: left;
	padding: 40px 0px 0px 30px;
	/* margen con valores: arriba - derecha - abajo - izquierda */
	width: 50%;
}

.campos {
	font-family: 'AsapRegular';
	width: 90%;
	font-weight: 100; /* anchura de campos de formulario */
	font-size: 1.2em;
	line-height: 1.6em;
	color: #ccc; /* color del texto */
	border: 1px solid #ccc; /* color del borde puede ser solid ó dotted */
}

.campo_fecha {
	font-family: 'AsapRegular';
	width: 150px;
	font-weight: 100; /* anchura de campos de formulario */
	font-size: 1.2em;
	line-height: 1.6em;
	color: #ccc; /* color del texto */
	border: 1px solid #ccc; /* color del borde puede ser solid ó dotted */
}

::-webkit-input-placeholder {
	color: #f6f6f6;
	font-weight: 100;
	font-size: 1.3em;
}

::-moz-placeholder {
	color: #f6f6f6;
	font-weight: 100;
	font-size: 1.3em;
} /* firefox 19+ */
:-ms-input-placeholder {
	color: #f6f6f6;
	font-weight: 100;
	font-size: 1.3em;
} /* ie */
input:-moz-placeholder {
	color: #f6f6f6;
	font-weight: 100;
	font-size: 1.3em;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.block {
	z-index: 100;
}

#emptygif {
	position: absolute;
	z-index: 200;
}
/*--------- POP UP --------------*/
#popup, #popup2, #popup3, #popup4, #popup5, #popupa {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.popup-overlay, .popup2-overlay, .popup3-overlay, .popup4-overlay,
	.popup5-overlay, .popupa-overlay {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 200%;
	z-index: 999;
	display: none;
	background-color: #777777;
	cursor: pointer;
	opacity: 0.7;
}

.content-popup, .content-popup2, .content-popup3, .content-popup4,
	.content-popup5 {
	margin: 10% auto;
	position: relative;
	padding: 10px;
	width: 920px;
	min-height: 730px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px #666666;
}

.content-popupa {
	margin: 50% auto;
	position: relative;
	padding: 10px;
	width: 920px;
	min-height: 730px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px #666666;
}

.close, .close2, .close3, .close4, .close5, .closea {
	position: absolute;
	right: 15px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* .button */
.button {
	display: inline-block !important;
	position: relative !important;
	margin: .1em !important;
	padding: 0.67em !important;
	border: 2px solid #00afef !important;
	width: 150px !important;
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: -10px;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	overflow: hidden;
	text-decoration: none;
	font-size: 1em !important;
	outline: none !important;
	color: #000 !important;
	background: transparent !important;
	font-family: 'AsapRegular' !important;
	font-weight: 600 !important;
	top: -0.69em !important;
}

.button span {
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.button:before, .button:after {
	content: '';
	position: absolute;
	top: 0.67em;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: .4s, opacity .6s;
	-moz-transition: .4s, opacity .6s;
	-o-transition: .4s, opacity .6s;
	transition: .4s, opacity .6s;
}

/* :before */
.button:before {
	content: attr(data-hover);
	-webkit-transform: translate(-150%, 0);
	-moz-transform: translate(-150%, 0);
	-ms-transform: translate(-150%, 0);
	-o-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
}

/* :after */
.button:after {
	content: attr(data-active);
	-webkit-transform: translate(150%, 0);
	-moz-transform: translate(150%, 0);
	-ms-transform: translate(150%, 0);
	-o-transform: translate(150%, 0);
	transform: translate(150%, 0);
	background-color: #FFFFFF;
	color: #00afef;
}

/* Span on :hover and :active */
.button:hover span, .button:active span {
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/
.button:hover:before, .button:active:after {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

/* 
  We hide :before pseudo-element on :active
*/
.button:active:before {
	-webkit-transform: translate(-150%, 0);
	-moz-transform: translate(-150%, 0);
	-ms-transform: translate(-150%, 0);
	-o-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

img {
	max-width: 100%;
}

.well {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	display: none;
	margin: 1em;
}

pre.prettyprint {
	padding: 9px 14px;
}

.fulltable {
	max-width: 100%;
	overflow: auto;
}

.page-header {
	border-bottom: none;
}

.initialism {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
}

video {
	background-size: cover;
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 80%;
	min-width: 100%;
	position: relative;
	right: 0;
	z-index: 100;
}

.add_field_button {
	background-color: #FFFFFF;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 2px solid #00afef;
}

.del_field_button {
	background-color: #FFFFFF;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border: 2px solid #00afef;
}

.dhx_toolbar_dhx_skyblue {
	background: #bfebfb;
}

.photo_perfil {
	border-radius: 50%;
}

#changed_password{
	position:absolute;
	top:100px;
	left: auto;
	right: 10%;
	width: 600px;
	text-align: right;
}