@charset "utf-8";
/* CSS Document 
	Inspiration from "Responsive Web Design" by Geoffrey W Deakin 
	http://www.boskejo.com
	version 2024 08
*/

/* Mobile Layout: 480px and below. */
/* basic style starts  */
body,
html {
	padding: 0;
	margin: 0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #F8F8F8;
}
p {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	font-size: 1.1rem;
	line-height: 1.3;
	color: #202020;
	margin: 0.25em 20px 0.4em 20px;
}
p:last-child {
	margin-bottom: 2.4em;
}
p img {
	display: block;
	margin: 0.5em auto 1.5em auto;
}
ul,
ol {
	font-size: 1.1rem;/*line-height: 1.5;*/
}
a {
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s 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 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #888888;
	line-height: 1.25;
	margin: 0.5rem 25px;
	text-align: left;/*text-transform: uppercase;*/
}
strong {
	font-weight: 700;
	color: #888888;
}
hr {
	width: 90%;
	background-color: rgba(136,136,136,0.4);
	height: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 2.5em 25px;
}
ul.listado {
	font-size: 1.1rem;
	line-height: 1.5;
	margin: 0.25em 0 1em 0em;
	list-style: none;
}
ol.listado {
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.5;
	padding: 0 0.25em 0 0;
	margin: 1em 2.5em;
	list-style-position: outside;
}
ul.listado li,
ol.listado li {
	text-align: left;
	margin-left: 0.4em;
	margin-right: 0;
}
ul.listado li::before {
	content: "\25E6";
	color: #888888;
	display: inline-block;
	width: 0.7em;
	margin-left: -1em
}
.flota-der {
	float: right;
}
.flota-izq {
	float: left;
}
/* images placing 
[class*="imagen-"] {
 display: inline-block;
}*/
.imagen-pad-05 {
	display: block;
	width: 98%;
	padding: 1%;
	margin: 20px auto 10px auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.imagen-pad-05:hover {
	background-color: #888888;
}
.imagen-pad-10 {
	padding: 1em;
}
.imagen-pad-abajo-1 {
	padding-bottom: 1rem;
}
.imagen-izq {
	float: left;
}
.imagen-cen {
	display: block;
	float: none !important;
	margin: 0 auto !important;
}
.imagen-der {
	float: right;
}
.imagen-100 {
	width: 100%;
}
.imagen-090 {
	width: 90%;
}
.imagen-080 {
	width: 80%;
}
.imagen-075 {
	width: 75%;
}
.imagen-070 {
	width: 70%;
}
.imagen-060 {
	width: 60%;
}
.imagen-050 {
	width: 50%;
}
.imagen-040 {
	width: 40%;
}
.imagen-030 {
	width: 30%;
}
.imagen-025 {
	width: 25%;
}
.imagen-020 {
	width: 20%;
}
.imagen-010 {
	width: 10%;
}
/* images placing ends */
.escondido {
	visibility: hidden;
}
.texto-centrado {
	text-align: center;
}
.texto-smaller {
	font-size: smaller;
	margin: 0 20px;
}
.texto-indentado {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
a.botonzito {
	text-decoration: none;
	-webkit-appearance: none;
	display: inline-block;
	cursor: pointer;
	/*border: none;*/
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #FFF;
	/*font-size: 1.1rem*/;
	font-weight: 400;
	letter-spacing: 0.04em;
	background-color: #888888;
	padding: 0.7em;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a.botonzito:hover {
	text-decoration: none;
	-webkit-appearance: none;
	background-color: #FFF;
	color: #888888;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* subir start*/
#subir {
	position: fixed;
	bottom: 5%;
	z-index: 100;
	padding: 0;
	margin: 0;
	right: 0;
}
#subir a:link,
#subir a:visited {
	color: #FFF;
	background-color: #888888;
}
#subir a:hover {
	color: #888888;
	background-color: #FFF;
}
#subir a:link,
#subir a:visited,
#subir a:hover {
	font-size: 1.25rem;
	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 */

/* basic style end */
/* panel start */

#open {
	display: block;
	width: 100%;
}
#open a:link,
#open a:visited {
	color: #FFF;
	background-color: #888888;
}
#open a:hover {
	color: #FFF;
	background-color: #888888;
}
#open a:link,
#open a:visited,
#open a:hover {
	display: block;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 3px 1em;
	margin: 0 auto !important;
}
#menu-panel {
	z-index: 2030;
	display: none;
	margin-top: 0;
	background-color: rgba(136,136,136,0.75);
	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;
}
#cerrar {
	display: block;
	font-size: 2rem;
	text-align: right;
	color: #FFF;
	background: transparent;
	padding: 0.2em;
	cursor: pointer;
}
#cerrar a:link,
#cerrar a:visited {
	color: #FFF;
}
#cerrar:hover,
#cerrar a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: rgba(136,136,136,0.7);
}
#fondo {
	z-index: 2020;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.8);
}
.puntero {
	cursor: pointer;
}
#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(136,136,136,1)
}
#menu-1 a:hover {
	color: rgba(136,136,136,1);
	background-color: #FFF;
}
#menu-1 a:link,
#menu-1 a:visited,
#menu-1 a:hover {
	font-size: 1.25rem;
	font-weight: 400;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(0, 0, 0, 0.7);
	padding: 3% 0 3% 7%;
}
/* panel end */
/* menus start */
#menu-2 {
	display: none;
}
.menu-aux,
.menu-3 {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0.5em 0;
}
.menu-3 {
	margin-bottom: 1em;
}
.menu-aux ul,
.menu-3 ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-aux li,
.menu-3 li {
	display: inline;
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}
.menu-aux a:link,
.menu-aux a:visited {
	color: #888888;
	background-color: #FFF;
}
.menu-aux a:hover {
	color: #FFF;
	background-color: #888888;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover,
.menu-3 a:link,
.menu-3 a:hover,
.menu-3 a:visited {
	display: block;
 *display: inline-block;
	width: 50%;
	min-width: 4em;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	padding: 0.4em 1em;
	margin: 0.3em auto;
	border: solid 1px #888888;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.menu-aux a.current {
	color: #FFF;
	background-color: #888888;
}
.menu-3 a:link,
.menu-3 a:visited {
	color: #FFF;
	background-color: #888888;
}
.menu-3 a:hover {
	color: #888888;
	background-color: #FFF;
}
/* menus end */
/* spans start */
.main-2,
.main-3,
.main-4 {
	clear: both;
	display: block;
	width: 100%;
	margin-left: 0;
}
.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;
}
.cols-responsive-50 {
	width: 80%;
	display: block;
	margin: 0 auto;
	position: relative;
}
/* spans end
/* Default to 1 column, no vertical line */
.columnas {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	padding: 0 0 0 0.1%;
}
.junto {
	display: inline-block !important;
}
/* forms start boskejo */
#formulario {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
}
#formulario form {
	width: 96%;
	font-size: 1.1rem;
	padding: 0;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
select,
textarea,
fieldset,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="file"] {
	display: block;
	width: 96%;
	padding: 10px 2%;
	margin: 0 auto 0.4em auto;
	-webkit-appearance: none;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
select,
input,
textarea {
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	color: #000;
	background-color: #FFF;
	border: 1px solid #CCC;
}
textarea {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
select option:nth-child(odd) {
	background-color: rgba(214,224,234,0.4);
	color: #000;
}
/* arrows */

select.classic {
	background-image: linear-gradient(45deg, transparent 50%, #888888 50%), linear-gradient(135deg, #888888 50%, transparent 50%), linear-gradient(to right, #888888, #888888);
	background-position: calc(100% - 20px) calc(0.6em + 2px), calc(100% - 15px) calc(0.6em + 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}
select.classic:focus {
	background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, #888888, #888888);
	background-position: calc(100% - 15px) 0.6em, calc(100% - 20px) 0.6em, 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: #888888;
	outline: 0;
}
fieldset {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 2em 0 0.7em 0;
	padding: 4px 0 0 0;
}
label,
legend {
	cursor: default;
	font-size: 1.1rem;
	font-weight: 400;
	color: #666;
}
label {
	display: inline-block;
	cursor: default;
	margin: 0.1em 1.4em;
}
label > strong {
	font-weight: 700;
}
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;
	padding: 0.6em 1.2em;
	margin: 0.5em 0.25em 2em 0.25em;
	box-sizing: border-box;
	float: left;
	font-size: 1.15rem;
	cursor: pointer;
	color: #FFF;
	background-color: #888888;
	border: solid 1px #888888;
	min-width: 3em;
	border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
	-webkit-appearance: none;
	color: #888888;
	background-color: #FFF;
	border: solid 1px #888888;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#success,
#fail,
#eror {
	display: none;
}
button:disabled {
	opacity: .5;
	cursor: default;
}
button:disabled:hover {
	opacity: .4;
	color: #FFF;
	background-color: #888888;
	cursor: default;
}
.rojo {
	color: #E73338;
	margin: 0 0.5em 0 -1em;
}
.gris {
	color: #999 !important;
}
.color-rojo {
	color: red !important;
}
.color-verde {
	color: green;
}
.color-verde-android {
	color: #32de84;
}
.color-verde-chartreuse {
	color: #7FFF00;
}
.color-verde-dark-pastel-green {
	color: #03C03C;
}
.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;
	outline: solid 1px #6699CC;
}
/* Created by ftutorials.com & modified by boskejo.com */
input:required, textarea:required {
 box-shadow: 0 0 0px 1000px #FFFFFF inset;
 -moz-box-shadow: 0 0 0px 1000px #FFFFFF inset;
 -webkit-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: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1.1rem;
 color: #333;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1.1rem;
 color: #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight:300;
 opacity: 1;
 font-size: 1.1rem;
 color: #333;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
font-family: 'Roboto', Arial, Helvetica, sans-serif;
 font-weight:300;
 font-size: 1.1rem;
 color: #333;
}
/* form buscador */
#buscador form {
	display: flex; /* Use flexbox to keep elements on the same line */
	width: 100%;
	overflow: hidden;
}
#buscador input[type="text"],
#buscador input[type="submit"],
#buscador button {
	padding: 0.4em;
	margin: 0.25em;
	box-sizing: border-box;
	float: left;
	font-size: 1rem;
}
#buscador input[type="text"] {
	flex: 1;
	background-color: #FFF;
	border: solid 1px #CCC;
}
#buscador button,
#buscador input[type="submit"] {
	width: auto; /* Adjusts based on content */
}
#buscador button:hover,
#buscador input[type="submit"]:hover {
}
/* form buscador ends */

/* form suscribir */
#suscribir {
	text-align: center;
	padding: 1em 0 !important;
}
#suscribir h1,
#suscribir h2,
#suscribir h3,
#suscribir p {
	font-weight: 700;
	text-align: center;
}
#suscribir form {
	width: 90%;
	padding: 0 !important;
	margin: 1em auto;
}
#suscribir input[type="text"],
#suscribir input[type="email"] {
	display: inline-block;
	width: 90%;
	-webkit-appearance: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #CCC;
	font-size: 1.1rem;
	background-color: #FFFFFF;
	padding: 0.5em 1em;
	margin: 0 0 0.5em 0 !important;
	border: 1px solid #CCC;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
#suscribir input[type="text"]:focus {
	outline: solid 1px #6699CC;
}
#suscribir button {
	display: inline-block;
	min-width: 7em;
	-webkit-appearance: none;
	cursor: pointer;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1.05rem;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #888888;
	padding: 0.5em 1em;
	margin: 0.5em 0 !important;
	border: solid 1px #FFF;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#suscribir button:hover {
	background-color: #FFF;
	color: #888888;
	border: solid 1px #888888;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/* form suscribir ends */

/* forms end */ 
/* tables start */
.tabla-container {
	width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	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 **/
/* tablas starts */ 
.tabla-hori,
.tabla-vert,
.tabla-ambas {
	width: 98%;
	min-width: 78%;
	margin: 0.8em auto 0.4em auto;
	font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: normal !important;
}
.tabla-hori p,
.tabla-vert p,
.tabla-ambas p,
.tabla-hori ul,
.tabla-vert ul,
.tabla-ambas ul,
.tabla-hori ol,
.tabla-vert ol,
.tabla-ambas ol {
	font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: normal !important;
	padding: 0;
	margin: 0;
}
.tabla-hori ul,
.tabla-vert ul,
.tabla-ambas ul,
.tabla-hori ol,
.tabla-vert ol,
.tabla-ambas ol {
	padding: 0;
	margin: 0 0 0 1em;
}
.tabla-hori th {
	font-weight: 500;
	color: #FFF;
	background-color: rgba(136,136,136,0.8);
	text-align: left;
}
.tabla-hori td,
.tabla-vert td {
	border: none !important;
	vertical-align: middle;
}
.tabla-hori tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}
.tabla-hori tbody tr:nth-child(odd) {
	background-color: rgba(136,136,136,0.07);
}
.tabla-vert th,
.tabla-ambas th {
	font-weight: 400;
	color: #3A499C;
	text-align: right;
	background-color: rgba(136,136,136,0.07);
}
.tabla-vert tr:first-child,
.tabla-ambas tr:first-child {
	border-top: solid 1px rgba(136,136,136,0.2);
}
.tabla-hori tr:hover,
.tabla-hori td:hover,
.tabla-vert tr:hover {
	background-color: #E2E4F1 !important
}
.tabla-vert th,
.tabla-vert td,
.tabla-ambas th,
.tabla-ambas td {
	border-bottom: solid 1px rgba(136,136,136,0.2) !important;
}
.tabla-hori th a:link,
.tabla-hori th a:visited {
	color: #FFF;
	text-decoration: none;
 *background-color: #F1F2F8;
}
.tabla-hori td a:link,
.tabla-hori td a:visited,
.tabla-vert td a:link,
.tabla-vert td a:visited {
	color: #990000;
	text-decoration: none;
}
.tabla-hori th a:hover,
.tabla-hori td a:hover,
.tabla-vert td a:hover {
	color: #FFF;
	background-color: #888888;
}
.tabla-hori th a:link,
.tabla-hori th a:visited,
.tabla-hori th a:hover,
.tabla-vert th a:link,
.tabla-vert th a:visited,
.tabla-vert th a:hover {
	display: inline-block;
	padding: 2px;
	margin: -3px 0 -3px 3px;
}
.tabla-hori td a:link,
.tabla-hori td a:visited,
.tabla-hori td a:hover {
	display: inline-block;
	text-align: center !important;
	padding: 4px 6px;
	margin: -4px -4px -4px -16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tabla-vert td a:link,
.tabla-vert td a:visited,
.tabla-vert td a:hover {
	display: inline-block;
	text-align: center !important;
	padding: 4px 8px;
	margin: -4px 0 -4px -4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tabla-hori th,
.tabla-hori td,
.tabla-hori .texto,
.tabla-hori .texto-caps,
.tabla-hori .texto-der,
.tabla-hori .texto-centrado,
.tabla-vert th,
.tabla-vert td,
.tabla-vert .texto,
.tabla-vert .texto-der,
.tabla-vert .texto-centrado,
.tabla-vert .correo,
.tabla-ambas th,
.tabla-ambas td {
	padding: 4px 8px;
	margin: 2px;
}
.tabla-hori .texto:first-letter,
.tabla-hori .texto-centrado:first-letter,
.tabla-vert .texto:first-letter,
.tabla-vert .texto-centrado:first-letter {
	text-transform: uppercase;
}
.tabla-hori .texto-der,
.tabla-vert .texto-der {
	text-align: right;
}
.tabla-hori .texto-izq,
.tabla-vert .texto-izq {
	text-align: left;
}
.tabla-hori .texto-centrado,
.tabla-vert .texto-centrado,
.tabla-ambas .texto-centrado {
	text-align: center;
}
.tabla-hori .texto-correo a:link,
.tabla-vert .texto-correo a:link {
	text-transform: lowercase;
	text-align: left !important;
}
.tabla-hori .linear,
.tabla-vert .linear {
	white-space: nowrap;
}
.tabla-hori .texto-caps,
.tabla-vert .texto-caps {
	text-transform: capitalize;
}
.tabla-hori .texto-min {
	text-transform: lowercase;
}
.tabla-hori a [class^="icon-"],
.tabla-hori a [class*=" icon-"],
.tabla-vert a [class^="icon-"],
.tabla-vert a [class*=" icon-"] {
	font-size: 1.2rem !important;
}
.tabla-hori th a [class^="icon-"],
.tabla-hori th a [class*=" icon-"],
.tabla-vert th a [class^="icon-"],
.tabla-vert th a [class*=" icon-"] {
	font-size: 1rem !important;
}
.tabla-vert img {
	max-height: 300px;
}
.tabla-vert td table {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ancho {
	width: 15%;
	min-width: 180px;
}
/* tablas end */
/* tables end */
/* paging starts */
.paging {
	min-width: 30%;
	font-size: 1.1rem;
	margin: 0.5em auto;
}
.paging td {
	text-align: left;
	min-width: 5em;
}
.paging a:link,
.paging a:visited {
	color: #FFF;
	background-color: #888888;
	text-decoration: none;
}
.paging a:hover {
	color: #888888;
	background-color: #FFF;
}
.paging a:link,
.paging a:visited,
.paging a:hover {
	display: block;
	padding: 0.5em;
	margin: 0 0.2em;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
/* paging ends */
/* numbering starts */
.numbering {
	display: block;
	/*font-size: 1.1rem*/;
	line-height: 1.4;
	text-align: center;
	color: #888888;
	padding: 1em 0;
}
/* numbering ends */
/* menu paging start */
.menu-paging {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0.4em auto;
}
.menu-paging ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-paging li {
	display: inline;
	padding-left: 0;
	list-style-type: none;
}
.menu-paging a:link,
.menu-paging a:visited {
	color: #5C77AD;
	background-color: #FFF;
}
.menu-paging a:hover {
	color: #FFF;
	background-color: #5C77AD;
	text-decoration: none;
}
.menu-paging a:link,
.menu-paging a:visited,
.menu-paging a:hover {
	display: block;
 *display:inline-block;
	min-width: 4em;
	padding: 0.2em 1em;
	margin: 0.25em auto;
	font-size: 1.1rem;
	text-align: center;
	border: solid 1px #5C77AD;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
}
/* menu paging ends */
/* video section */
.videoWrapper34 {
	position: relative;
	padding-bottom: 75%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper169 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color: #FBF8E7;
}
.videoWrapper169 video,
.videoWrapper169 iframe,
.videoWrapper34 iframe {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 95%;
	height: 95%;
}
/* video section ends */
#pie-pagina {
	padding: 1.5em 0;
	margin: 2em 0 0 0;
	background-color: #888888;
}
#pie-pagina p strong {
	color: #FFF;
	margin: 0.45em 0 5em 0 !important;
}
#pie-pagina p,
#pie-pagina a:link,
#pie-pagina a:visited {
	color: #FFF;
	font-size: 1.1rem;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#pie-pagina a:hover {
	color: #000;
}
#derechos {
	background-color: #289784;
	text-align: center;
	padding: 1rem 0 0 0;
}
#derechos p,
#derechos strong {
	color: #FFF;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
#boskejo {
	background-color: #888888;
	padding: 1em 0 0 0;
	margin: 1em 0;
}
#boskejo p,
#boskejo a:link,
#boskejo a:visited {
	font-size: 1.05rem;
	color: #FFF;
	margin-bottom: 1em;
}
#boskejo a:hover {
	color: #000;
}

/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
}

/* Tablet Layout: 481px to 567px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.main-2 {
	margin-left: 5%;
	width: 90%;
}
.main-3 {
	margin-left: 10%;
	width: 80%;
}
.main-4 {
	margin-left: 15%;
	width: 70%;
}
}

/* Landscape Layout: 568px to 768px. Inherits styles from: Previous Layout. */
@media only screen and (min-width: 568px) {
#open {
	margin-bottom: 1em;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover,
.menu-3 a:link,
.menu-3 a:hover,
.menu-3 a:visited {
 *display: block;
	width: auto !important;
	display: inline-block;
	margin: 0.5em 0.15em;
}
/* 2 columns for screens between 480px and 770px wide, with vertical line */
@media screen and (min-width: 480px) and (max-width: 769px) {
.columnas {
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2;
 -webkit-column-rule: 1px dotted #289784;
 -moz-column-rule: 1px dotted #289784;
 column-rule: 1px dotted #289784;
}
}
/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
.cols-responsive-50 {
	width: 50%;
	float: left;
	margin: 0 !important;
}
}
/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 768px) {
.cols-responsive-50 {
	width: 50%;
	float: left;
	margin: 0 !important;
}
#suscribir form {
	width: 50%;
}
}
/* 3 columns for screens between 770px and 1030px wide, with vertical line */
@media screen and (min-width: 770px) and (max-width: 1030px) {
.columnas {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-rule: 1px dotted #289784;
	-moz-column-rule: 1px dotted #289784;
	column-rule: 1px dotted #289784;
}
.cols-responsive-50 {
	width: 25%;
}
}
/* Iphone X*/
@media only screen and (min-width: 813px) {
/* panel start */
#open,
#menu-panel {
	display: none;
}
/* panel end */
/* menus start */

.flex-cabeza {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: center;
	align-content: normal;
}
.flex-item-cabeza {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
}
#menu-2 {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;/*margin: 2em 0 0 0;*/
}
#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 {
	color: #888888;
	background-color: #FFF;
}
#menu-2 a:hover {
	background-color: #888888;
	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: 400;
	font-variant: normal;
	text-transform: none;
	padding: 0.6em 1.2em;
	border: solid 1px #888888;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#menu-2 a.current {
	color: #FFF;
	background-color: #888888;
}
#menu-2 a.current:hover {
	color: #888888;
	background-color: #FFF;
}
/* menus end */
/* spans start */
.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%;
}
.cols-responsive-50 {
	width: 50%;
}
/* spans end */
}

/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout  */
@media only screen and (min-width: 1024px) {
#suscribir form {
	width: 50%;
}
.cols-responsive-50 {
	width: 25%;
}
}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
}
/* 4 columns for screens wider than 1301px, with vertical line */
@media screen and (min-width: 1301px) {
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-rule: 1px dotted #FFF;
	-moz-column-rule: 1px dotted #FFF;
	column-rule: 1px dotted #FFF;
}
}
/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
/* basic style start */
#suscribir form {
	width: 40%;
}
/* basic style end */
}
