@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Quicksand';
	src: url('fonts/Quicksand.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/Gilroy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothicEast';
	src: url('fonts/GothicEast.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Mithella';
	src: url('fonts/Mithella.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Miso';
	src: url('fonts/Miso.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Rouge';
	src: url('fonts/Rouge.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pinyon';
	src: url('fonts/Pinyon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LucianSchoenschrift';
	src: url('fonts/Lucian-Schoenschrift.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconos';
	src: url('fonts/iconos.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Gilroy', Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
	outline: 0px;
}

input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
    -webkit-text-fill-color: #000;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	margin-bottom: 10px;
}

.transition {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:active {text-decoration: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}

a img { border: 0px;}

p {margin: 0px; margin-bottom: 10px;}

.centrado {
	width: 100%;
	float: left;
	text-align: center;
}

.font-10 {font-size: 10px !important;}
.font-12 {font-size: 12px !important;}
.font-14 {font-size: 14px !important;}
.font-15 {font-size: 15px !important;}
.font-16 {font-size: 16px !important;}
.font-18 {font-size: 18px !important;}
.font-20 {font-size: 22px !important;}
.font-22 {font-size: 22px !important;}

.left {float: left !important;}
.right {float: right !important;}

.tleft {text-align: left !important;}
.tright {text-align: right !important;}
.tcenter {text-align: center !important;}
.tjustify {text-align: justify !important;}

.bg-blanco {background-color: #FFF !important;}
.bg-negro {background-color: #000 !important;}
.bg-rojo {background-color: #E03 !important;}
.bg-azul {background-color: #05B !important;}
.bg-azulito {background-color: #0BF !important;}
.bg-verde {background-color: #096 !important;}
.bg-gris {background-color: #F4F4F4 !important;}
.bg-gris-claro {background-color: #999 !important;}
.bg-grisaceo {background-color: #666 !important;}
.bg-naranja {background-color: #F60 !important;}
.bg-verde {background-color: #088 !important;}
.bg-gris {background-color: #333 !important;}
.bg-rosa {background-color: #F3F !important;}

.blanco {color: #FFF !important;}
.negro {color: #000 !important;}
.rojo {color: #F00 !important;}
.azul {color: #05B !important;}
.azulito {color: #0BF !important;}
.verde {color: #096 !important;}
.gris {color: #F4F4F4 !important;}
.gris-claro {color: #999 !important;}
.grisaceo {color: #666 !important;}
.naranja {color: #F60 !important;}
.verde {color: #088 !important;}
.gris {color: #333 !important;}
.rosa {color: #F3F !important;}

.bg-primario {background-color: #05B;}
.bg-secundario {background-color: #F00;}

.color-primario {color: #05B;}
.color-secundario {color: #F00;}

.blur {box-shadow: 10px 10px 15px #999;}

.redondeado {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.inline {width: 100%; float: left;}
.diline {width: 50%; float: left;}
.triline {width: 33%; float: left;}
.ditriline {width: 66%; float: left;}
.tetraline {width: 25%; float: left;}

.lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.lightbox-web {
	position: absolute;
	background-image: url(imagenes/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	width: 980px;
	height: 70%;
	display: inline-block;
	top: 15%;
	left: 50%;
	margin-top: 0px;
	margin-left: -490px;
	z-index: 550;
}

.lightbox-iframe {
	background-color: #FFF;
	width: 100%;
	height: 100%;
	box-shadow: 15px 15px 20px #000;
}

.lightbox-cerrar {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	margin-top: -15px;
	z-index: 550;
}

.lightbox-main {
	background-color: #FFF;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: -o-calc(100% - 30px);
	height: calc(100% - 30px);
	float: left;
	padding: 15px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*
.lightbox-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
}

.lightbox-logo {
	width: 50px;
	height: 50px;
	float: right;
	margin: 10px;
}*/