@charset "utf-8";
/* CSS Document 
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;

	Inspiration from "Responsive Web Design" by Geoffrey W Deakin 
	http://www.boskejo.com
*/
/* Mobile Layout: 480px and below. */
/* basic style starts  */
body,
html {
	width: 100%;
	height: 100%;
}
html,
body {
	/* Adjust font size */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* Font variant */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
p {
	font-size: 1.1rem;
	line-height: 1.4;
	color: #000;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
	text-align: justify;
}
p:last-child {
 margin-bottom: 1.4em;
}
p img {
	display: block;
	margin: 0 auto 2em auto;
}
ul,
ol {
	font-size: 1.1rem;
	line-height: 1.5;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3A499C;
	font-weight: 300;
	line-height: 1.2;
 *letter-spacing: 1px;
	margin-bottom: 0.7rem;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
 *text-align: left;
 *text-transform: uppercase;
}
strong {
	font-weight: 700;
	color: #3A499C;
	letter-spacing: 1px;
}
hr {
	background-color: rgba(233,71,152, 0.5);
	height: 2px;
	border: none;
	padding: 0;
	margin: 1.4em 20px; /**-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	
	border: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(left, #EFEFEF, #6C774A, #EFEFEF);
	background-image: -moz-linear-gradient(left, #EFEFEF, #3A499C, #EFEFEF);
	background-image: -ms-linear-gradient(left, #EFEFEF, #3A499C, #EFEFEF);
	background-image: -o-linear-gradient(left, #EFEFEF, #3A499C, #EFEFEF);
	margin: 2em 11% 40px 11%;*/
}
hr.style-two {
	/* border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #FFF, #F4AF1D, #FFF);
    *background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(244,170,29, 0.75), rgba(255,255,255,0));*/
	background: #FFF;
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 1em 20px;
}
ul.listado {
	margin-top: 1rem;
	margin-left: 1.4rem;
	margin-bottom: 0;
	list-style: none
}
ul.listado li {
	text-align: justify;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 0.5rem;
}
ul.listado li::before {
	content: "\203A";
	color: #3A499C;
	display: inline-block;
	width: 0.7em;
	margin-left: -1em;
	font-weight: 700;
}
ol.listado {
	padding-top: 0;
	padding-right: 0.25em;
	padding-left: 0;
	text-align: left;
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2.5em;
}
.flota-der {
	float: right;
}
.flota-izq {
	float: left;
}
/* image placing */
[class^="img-"] {
 margin: 1em;
 *box-sizing: border-box;
}
.img-responsive {
	display: block;
	width: 80%;
	margin: auto;
}
.img-centro {
	display: block;
	margin: 0 auto;
}
.img-derecha {
	float: right;
}
.img-izquierda {
	float: left;
}
.img-050 {
	width: 50%;
}
.img-060 {
	width: 60%;
}
.img-070 {
	width: 70%;
}
.img-075 {
	width: 75%;
}
.img-100 {
	width: 100%;
}
.escondido {
	visibility: hidden;
}
.texto-centrado {
	text-align: center;
}
.texto-izquierda {
	clear: both;
	text-align: left;
}
.texto-justificado {
	text-align: justify;
}
a.boton {
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	background-color: #E94798;
	padding: 0.7em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a.boton:hover {
	text-decoration: none;
	-webkit-appearance: none;
	background-color: #FFF;
	color: #E94798;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* subir start*/
#subir {
	position: fixed;
	bottom: 10%;
	z-index: 100;
	padding: 0;
	margin: 0;
	right: 0;
}
#subir a:link,
#subir a:visited {
	color: #FFF;
	background: #3A499C;
}
#subir a:hover {
	color: #3A499C;
	background-color: #FFF;
}
#subir a:link,
#subir a:visited,
#subir a:hover {
	font-size: 1.2rem;
	text-decoration: none;
	margin: 0;
	display: block;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, .5) -0.25em -0.25em 0.75em;
	-moz-box-shadow: rgba(0, 0, 0, .5) -0.25em -0.25em 0.75em;
	box-shadow: rgba(0, 0, 0, .5) -0.25em -0.25em 0.75em;
	padding: 0.7em;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}
/* subir end */
.google-maps {
	margin: 0 3%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.google-Calendar {
	position: relative;
	height: 0;
	width: 80%;
	padding-bottom: 80%;
}
.google-Calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* basic style end */
/* panel start */
#open {
	display: block;
	float: left;
	text-align: right;
	/*position: absolute;
	top: 0;
	right: 0;*/
	margin: 0;
	font-size: 1.7rem;
}
#open a:link,
#open a:visited {
	text-decoration: none;
	color: #EA4799;
}
#open a:hover {
	color: #FFF;
	background-color: rgba(37, 184, 203, 1);
}
#open a:link,
#open a:visited,
#open a:hover {
	display: inline-block;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 14px;
	padding-right: 0.2em;
	padding-bottom: 0.1em;
	padding-left: 0.2em;
}
#menu-panel {
	z-index: 2030;
	display: none;
	margin-top: 0;
	background-color: rgba(37, 184, 203, 0.7);
	width: 80%;
	max-width: 470px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 5px 5px 5px rgba(15, 15, 15, 0.5);
	overflow: scroll;
}
#fondo {
	z-index: 2020;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(67, 57, 53, 0.7);
}
.puntero {
	cursor: pointer;
}
#cerrar {
	display: block;
	font-size: 1.7rem;
	text-align: right;
	color: #FFF;
	background: transparent;
	padding: 0.2em 0.1em 0.1em 0.1em;
	cursor: pointer;
}
#cerrar a:link,
#cerrar a:visited {
	color: #FFF;
	text-decoration: none;
}
#cerrar:hover,
#cerrar strong:hover {
	color: #FFF;
	background-color: rgba(37, 184, 203, 0.7);
}
#menu-1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#menu-1 ul {
	border-top-color: rgba(0, 0, 0, 0.7);
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 0em;
	margin: 0em;
}
#menu-1 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-1 a:link,
#menu-1 a:visited {
	color: #FFF;
	background-color: rgba(37, 184, 203, 1)
}
#menu-1 a:hover {
	color: rgba(37, 184, 203, 1);
	background-color: #FFF;
}
#menu-1 a:link,
#menu-1 a:visited,
#menu-1 a:hover {
	font-size: 1.1rem;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(255, 255, 255, 0.4);
	padding: 0.5em 0.5em 0.5em 1.5em;
 *text-transform: uppercase;
}
/* panel end */
/* menus start */
.menu-2 {
	display: none;
}
#menu-3 ul {
	list-style: none;
	margin: 0 1em;
	padding: 0;
}
#menu-3 li {
	padding-left: 0;
	list-style-type: none;
}
#menu-3 a:link,
#menu-3 a:visited {
	color: #3A499C;
	text-decoration: none;
}
#menu-3 a:hover {
	color: #000;
	text-decoration: underline;
}
#menu-3 a:link,
#menu-3 a:hover,
#menu-3 a:visited {
	display: block;
	text-align: left;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
.menu-4 {
	letter-spacing: 0.01em;
	margin: 0 0.5em 1em 0.5em;
}
.menu-4 h3 {
	margin: 0;
	padding: 0;
}
.menu-4 h3 a:link,
.menu-4 h3 a:visited,
.menu-4 h3 a:hover {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0.5em 1em;
}
.menu-4 h3 a:link,
.menu-4 h3 a:visited {
	color: #3A499C;
}
.menu-4 h3 a:hover {
	color: #FFF;
	background-color: #3A499C;
}
.menu-4 ul {
	margin: 0;
	padding: 0;
}
.menu-4 li {
	margin: 0;
	list-style-type: none;
}
.menu-4 li:nth-child(1) {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E94798;
}
.nav-level-1 a:link,
.nav-level-1 a:visited,
.nav-level-2 a:link,
.nav-level-2 a:visited,
.nav-level-3 a:link,
.nav-level-3 a:visited {
	display: block;
	text-decoration: none;
}
.nav-level-1 a:link,
.nav-level-1 a:visited {
	font-size: 1.1rem;
	color: #2A2A2A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E94798;
	padding: 0.5em;
}
.nav-level-2 a:link,
.nav-level-2 a:visited {
	display: block;
	text-decoration: none;
	background-color: rgba(242, 128, 0, 0.14);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E94798;
	background-image: url(../images/png/right.png);
	background-position: 0.3em center;
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-right: 0em;
	padding-bottom: 0.4em;
	padding-left: 0.8em;
}
.nav-level-3 a:link,
.nav-level-3 a:visited {
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E94798;
	background-image: url(../images/png/bullet2.png);
	background-position: 0.4em center;
	background-repeat: no-repeat;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
.nav-level-1 a:hover,
.nav-level-2 a:hover,
.nav-level-3 a:hover {
	background-color: #E94798;
	color: #FFFFFF;
}
.nav-level-2 a:hover {
	background-image: url(../images/png/bullet2_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.nav-level-3 a:hover {
	background-image: url(../images/png/bullet2_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.menu-4 a.current {
	display: block;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E94798;
	padding-right: 1.5em;
	background-image: url(../images/png/bullet.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}
.menu-4 a.current:hover {
	font-weight: bold;
	background-color: #3a3a3a;
	color: #FFFFFF;
	background-image: url(../images/png/bullet_hover.png);
	background-repeat: no-repeat;
	background-position: 98% center;
}
.menu-aux {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0.5em 0 1rem 0;
}
.menu-aux ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-aux li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-aux a:link,
.menu-aux a:visited {
	text-transform: none;
	color: #E94798;
}
.menu-aux a:hover {
	color: #FFF;
	background-color: #E94798;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-size: 1.1rem;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E94798;
}
.menu-aux a.current {
	color: #FFF;
	background-color: #666666;
}
/* menus end */
/* spans start */
[class^="main"] {
 *background-color: #FFF;
 *background-color: rgba(255, 255, 255, 0.8);
}
.main-1,
.main-2,
.main-3,
.main-4 {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
	width: 100%;
	display: block;
}
.ambos {
	clear: both;
}
.ninguno {
	clear: none;
}
/*[class^="cols-"] {
 border-width: 1px;
 border-style: solid;
 border-color: red;
}*/
[class^="cols"] {
 box-sizing: border-box;
}
.cols-01,
.cols-02,
.cols-03,
.cols-04,
.cols-05,
.cols-06,
.cols-07,
.cols-08,
.cols-09,
.cols-10,
.cols-11,
.cols-12 {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}
/* spans end */
.columnas {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	margin: 0 0 2rem 0;
}
.junto {
	display: inline-block !important;
}
/*** forms boskejo starts  ***/
form {
	width: 94%;
 *margin: 3% auto;
	margin: 1em 3%;
	font-size: 1rem;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="file"] {
	-webkit-appearance: none;
	display: block;
	width: 100%;
	margin: 0 0 0.4em 0;
}
input[type="date"] {
	min-height: 1.8rem;
}
select,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 1rem;
	background-color: #FFFFFF;
	padding: 0.2em 0.4em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
}
input,
textarea {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
select,
select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4rem;
	font-size: 0.9rem;
}
select option:nth-child(odd) {
	background-color: #DEE6EF;
	color: #000;
	padding: 0.4em;
}
fieldset {
	position: relative;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFF;
	margin: 2em 0 0.7em 0;
	padding: 4px 0 0 0;
}
label,
legend {
	cursor: default;
	font-size: 0.9rem;
	font-weight: normal;
	color: #4a4a4a;
}
label {
	display: inline-block;
	cursor: default;
	margin-top: 0;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
legend {
	position: absolute;
	top: -2.5em;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
}
label:first-letter,
legend:first-letter,
select:first-letter {
	text-transform: uppercase;
}
textarea {
	height: 7.4em;
	resize: vertical;
	overflow: auto;
}
input[type="radio"] {
	-webkit-appearance: radio;
	display: inline;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="checkbox"] {
	vertical-align: middle;
	display: inline;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 0.5em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
button,
input[type=button],
input[type=submit],
input[type=reset] {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 11rem;
	cursor: pointer;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	background-color: #3A499C;
	padding: 0.5em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	-webkit-appearance: none;
	background-color: #FFF;
	color: #3A499C;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#success,
#fail,
#eror {
	display: none;
}
button:disabled {
	opacity: .5;
	cursor: default;
}
button:disabled:hover {
	opacity: .4;
	color: #FFF;
	background-color: #3A499C;
	cursor: default;
}
.rojo {
	display: inline;
	font-size: 0.77rem;
	line-height: 1;
	vertical-align: text-top;
	color: #CF142B;
	margin-left: 0;
	margin-right: 0;
}
.verifica {
	display: none !important;
}
ul.forms {
	margin-top: 0;
	margin-left: -1.7em;
	padding-bottom: 2%;
}
ul.forms li {
	line-height: 1.7;
	margin-left: 0;
	list-style-type: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
 *outline: none;
}
/* Created by ftutorials.com & modified by boskejo.com */
input:required, textarea:required {
 -moz-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 opacity: 1;
 font-size: 0.9rem;
 color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 opacity: 1;
 font-size: 0.9rem;
 color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 opacity: 1;
 font-size: 0.9rem;
 color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 font-size: 0.9rem;
 color: #999;
}
/* form buscador */
.buscador {
	margin: 0 0 1em 0;
	padding: 0;
}
.buscador form {
	width: 98%;
	margin: 0 auto;
}
.buscador input[type="text"] {
	width: 94%;
	float: left;
	-webkit-appearance: none;
	font-weight: 300;
	color: #000;
	font-size: 1.1rem;
	background-color: #FFFFFF;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0.45em;
	margin: 6px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.buscador .botonBusca {
	-webkit-appearance: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: #3A499C;
	padding: 0.6em 0;
	margin: 7px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.buscador .botonBusca:hover {
	background-color: #FFF;
	color: #3A499C;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* form buscador ends */
/* forms end */
/* tables start */
.tabla-container {
	width: 100%;
	overflow-y: auto;
	overflow-x: scroll;
	margin: 0 0 1em;
}
.tabla-container::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 14px;
 height: 14px;
}
.tabla-container::-webkit-scrollbar-thumb {
 border-radius: 8px;
 border: 3px solid #fff;
 background-color: rgba(0, 0, 0, .3);
}
/** end responsive sector **/
/* tabla starts */
.tabla {
 *font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
 *font-stretch: condensed;
	font-size: 1.2rem;
	line-height: 1.4;
	min-width: 78%;
	margin: 1% 1em 4% 1em;
}
.tabla h2 {
	font-size: 1.2rem;
}
.tabla th {
	font-weight: 300;
	color: #FFF;
	letter-spacing: 0.04em;
	background-color: rgba(117, 196, 199, 0.8);
}
.tabla tbody tr:nth-child(odd) {
	background-color: rgba(117, 196, 199, 0.1);
}
.tabla tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}
.tabla td a:link,
.tabla td a:visited {
	color: #000000;
	text-decoration: none;
}
.tabla td a:hover {
	color: #FFF;
	background-color: #E94798;
}
.tabla td a:link,
.tabla td a:visited,
.tabla td a:hover {
	display: block;
	text-align: center;
}
.tabla th,
.tabla td a:link,
.tabla td a:visited,
.tabla td a:hover,
.tabla td,
.textos {
	padding: 0.5rem;
}
.tabla h2 {
	padding: 0 0.5rem;
	margin: 0;
}
.textos:first-letter {
	text-transform: uppercase;
}
.correo {
	text-transform: lowercase;
}
.tabla .linear {
	white-space: nowrap;
}
.der {
	text-align: right;
	padding-right: 1rem;
}
/* tables end */
/* paging starts */
.paging {
	clear: both;
	display: block;
	min-width: 40%;
	font-size: 1.2rem;
	margin: 0.5em auto;
}
.paging td {
	text-align: left;
	min-width: 7em;
}
.paging a:link,
.paging a:visited {
	color: #FFF;
	background-color: #E94798;
	text-decoration: none;
}
.paging a:hover {
	color: #E94798;
	background-color: #FFF;
}
.paging a:link,
.paging a:visited,
.paging a:hover {
	display: block;
	padding: 0.5em;
	font-size: 1.1rem;
	text-align: center;
}
/* paging ends */
/* numbering starts */
.numbering {
	display: block;
	clear: both;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
	color: #E94798;
	padding: 1em 0;
}
/* numbering ends */
/* video section */
.videoWrapper34 {
	position: relative;
	padding-bottom: 75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color: #FFF;
}
.videoWrapper169 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color: #FFF;
}
.videoWrapper169 video,
.videoWrapper169 iframe,
.videoWrapper34 iframe {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 95%;
	height: 95%;
	background-color: #FFF;
}
/* video section ends */
.footer {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: rgba(37, 184, 203, 0.2);
	padding: 1.4em 0;
	margin: 0;
	-webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.47);
	border-top: solid 2px #3A499C;
}
#copyright p,
#copyright strong {
	color: #3A499C;
	text-align: left;
}
#boskejo {
 *background-color: rgba(37, 184, 203, 0.1);
 *background-color: #C4C4C4;
	padding: 1em 0 0 0;/*border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3A499C;*/
}
#boskejo p,
#boskejo a:link,
#boskejo a:visited,
#boskejo a:hover {
	font-size: 1.2rem;
	color: #3A499C;
	margin-bottom: 1em;
}
#social {
	text-align: center;
}
#social p {
	color: #3A499C;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
#social a:link,
#social a:visited {
	color: #3A499C;
}
#social p:hover,
#social a:hover {
	color: #000000;
}
.fb-page {
	padding: 1em;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}
/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
.buscador input[type="text"] {
	width: 48%;
}
.buscador input[type="submit"] {
	width: 48%;
	margin: 0 auto;
}
.hide_tablet {
	display: none;
}
.zeroMargin_tablet {
	margin-left: 0;
}
}
/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.main-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.main-2 {
	clear: both;
	float: left;
	margin-left: 8.3969%;
	width: 83.2061%;
	display: block;
}
.main-3 {
	clear: both;
	float: left;
	margin-left: 16.7938%;
	width: 66.4122%;
	display: block;
}
.main-4 {
	clear: both;
	float: left;
	margin-left: 25.1908%;
	width: 49.6183%;
	display: block;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
.columnas {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
#menu-3 a:link,
#menu-3 a:hover,
#menu-3 a:visited {
 *text-align: right;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
 *display: block;
	display: inline-block;
}
.buscador input[type="text"] {
	width: 60%;
}
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
.main-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.img-responsive {
 *width: 75%;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.buscador input[type="text"] {
	width: 38%;
}
.buscador input[type="submit"] {
	width: 28%;
	margin: 0 auto;
}
.cols-03 {
	width: 50%;
}
.img-responsive {
 *width: 65%;
}
}
/* Iphone X*/
@media only screen and (min-width: 813px) {
/* basic style start  */

/* basic style end */
  /* panel start */
#open,
#menu-panel {
	display: none;
}
/* panel end */
  /* menus start */
.menu-2 {
	display: block;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
}
.menu-2 ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-2 li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-2 a:link,
.menu-2 a:visited {
	text-transform: none;
	background-color: transparent;
	color: #EA519B;
}
.menu-2 a:hover {
	color: #3A499C;
	background-color: #FFF;
}
.menu-2 a:link,
.menu-2 a:visited,
.menu-2 a:hover {
 *display: block;
	display: inline-block;
	text-decoration: none;
	font-size: 1.1rem;
	font-style: normal;
	*font-weight: 500;
	font-variant: normal;
 *text-transform: uppercase;
 *letter-spacing: 1px;
	padding: 7px;
	margin: 43px 0 0 0;
}
.menu-2 a.current {
	color: #FFF;
	background-color: #666666;
}
/* menus end */
  /* spans start */
.main-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.main-2 {
	clear: both;
	float: left;
	margin-left: 8.3969%;
	width: 83.2061%;
	display: block;
}
.main-3 {
	clear: both;
	float: left;
	margin-left: 16.7938%;
	width: 66.4122%;
	display: block;
}
.main-4 {
	clear: both;
	float: left;
	margin-left: 25.1908%;
	width: 49.6183%;
	display: block;
}
.cols-01 {
	width: 8.3333%;
}
.cols-02 {
	width: 16.6667%;
}
.cols-03 {
	width: 25%;
}
.cols-04 {
	width: 33.3333%;
}
.cols-05 {
	width: 41.6666%;
}
.cols-06 {
	width: 50%;
}
.cols-07 {
	width: 58.3333%;
}
.cols-08 {
	width: 66.6666%;
}
.cols-09 {
	width: 75%;
}
.cols-10 {
	width: 83.3333%;
}
.cols-11 {
	width: 91.6666%;
}
.cols-12 {
	width: 100%;
}
/* spans end */
  /* forms start */
form {
 *width: 60%;
}
/* form end */

}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout  */
@media only screen and (min-width: 1024px) {
.buscador input[type="text"] {
	width: 38%;
}
.buscador input[type="submit"] {
	width: 18%;
	margin: 0 auto;
}
#social p {
	text-align: center;
}
.img-responsive {
 *width: 70%;
}
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
}
/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
.buscador input[type="text"] {
	width: 48%;
}
.buscador input[type="submit"] {
	width: 8%;
	margin: 0 auto;
}
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
}
