@charset "utf-8";
/* CSS Document 
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	20;

	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-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	font-smoothing: antialiased !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
p {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #000;
	margin: 0.25em 30px;
}
p:last-child {
	margin-bottom: 1em;
}
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 {
	color: #606060;
	text-decoration: none;
}
a:visited {
	color: #606060;
	text-decoration: none;
}
a:hover {
	color: #606060;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #606060;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 30px;
	text-align: left;
}
strong {
	font-weight: 700;
	color: #606060;
}
hr {
	background-color: rgba(96,96,96, 0.4);
	height: 0.75em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
	margin: 1% 0;
}
ul.listado {
	font-size: 1.1rem;
	margin: 1em 0em;
	list-style: none;
}
ol.listado {
	font-size: 1.1rem;
	padding: 0 0.25em 0 0;
	text-align: left;
	list-style-position: outside;
	margin: 1em 4em;
}
ul.listado li,
ol.listado li {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}
ul.listado li::before {
	content: "\25E6";
	color: #606060;
	display: inline-block;
	width: 0.7em;
	margin-left: -1em
}
.color-rojo-naranja {
	color: #FF4433 !important;
}
.flota-der {
	float: right;
}
.flota-izq {
	float: left;
}
/* image placing */
.img-centro {
	display: block;
	margin: auto;
}
.img-derecha {
	display: block;
	float: right;
}
.img-izquierda {
	display: block;
	float: left;
}
.img-ancha {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.img-full-width {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.img-50 {
	width: 48%;
}
.img-75 {
	width: 74%;
}
.img-25 {
	width: 24%;
}
.img-30 {
	width: 29%;
}
/* image placing ends */
.escondido {
	visibility: hidden;
}
.texto-centrado {
	text-align: center;
}
a.boton:link,
 a.boton:visited {
	background-color: #606060;
	color: #FFF;
}
a.boton:hover {
	background-color: #FFF;
	color: #606060;
	-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:link,
a.boton:visited,
a.boton:hover {
	text-decoration: none;
	display: inline-block;
	min-width: 8em;
	cursor: pointer;
	border: solid 1px #606060;
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
	padding: 0.4em 0.8em;
	margin: 0.7em auto !important;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-transform: capitalize;
}
/* 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: #606060;
}
#subir a:hover {
	color: #606060;
	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 {
	width: 90%;
	margin: 3%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	background-color: #606060;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* basic style end */
/* panel start */
#open {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 2rem;
}
#open a:link,
#open a:visited {
	text-decoration: none;
	color: #FFF;
}
#open a:hover {
	color: #606060;
	background-color: #FFF;
}
#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: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
}
#menu-panel {
	z-index: 2030;
	display: none;
	margin-top: 0;
	background-color: rgba(82,100,142,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: 2rem;
	text-align: right;
	color: #FFF;
	background: transparent;
	padding: 0.2em;
	cursor: pointer;
}
#cerrar a:link,
#cerrar a:visited {
	color: #FFF;
	text-decoration: none;
}
#cerrar a:hover {
	color: #606060;
	background-color: #FFF;
	text-decoration: none;
}
#menu-1 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#menu-1 ul {
	border-top-color: rgba(255, 255,255, 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(82,100,142,1)
}
#menu-1 a:hover {
	color: rgba(82,100,142,1);
	background-color: #FFF;
}
#menu-1 a:link,
#menu-1 a:visited,
#menu-1 a:hover {
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgba(255, 255,255, 0.7);
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-transform: uppercase;
}
/* panel end */

/* menus start */
.menu-2 {
	display: block;
	text-align: center;
	margin: 0 auto;
	overflow: 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 {
	color: #FFF;
	background-color: #606060;
}
.menu-2 a:hover {
	color: #606060;
	background-color: #FFF;
}
.menu-2 a:link,
.menu-2 a:visited,
.menu-2 a:hover {
	display: block;
 *display: inline-block;
	font-size: 1.1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	padding: 0.5em;
	margin: 0 0.25em;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.menu-2 a.current {
	color: #FFF;
	background-color: #666666;
}
.menu-3 {
	width: 70%;
	margin: 0;
}
.menu-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-3 li {
	padding-left: 0;
	list-style-type: none;
}
/*.menu-3 a:link,
.menu-3 a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu-3 a:hover {
	color: #FFF;
	text-decoration: underline;
}*/
.menu-3 a:link,
.menu-3 a:hover,
.menu-3 a:visited {
	display: block;
	text-align: left;
	padding: 0.4rem 1rem;
	margin: 0;
}
.menu-4 {
	font-size: 1rem;
	letter-spacing: 0.01em;
	margin: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #606060;
}
.menu-4 .titulo-4 {
	font-size: 1rem;
	color: #FFF;
	margin-top: 10px;
	padding: 0.4em;
	background-color: #272F35;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
}
.menu-4 ul {
	margin: 0;
	padding: 0;
}
.menu-4 li {
	margin: 0;
	list-style-type: none;
}
.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 {
	color: #2A2A2A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	padding: 0.4em 0.8em;
}
.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: #606060;
	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: #606060;
	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: #606060;
	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: #606060;
	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;
	padding: 0;
	margin: 0.25em 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: #606060;
}
.menu-aux a:hover {
	color: #FFF;
	background-color: #606060;
}
.menu-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
	display: block;
 *display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	padding: 0.25em 0.75em;
	margin: 0 0.15em;
	border: 1px solid #606060;
	border-radius: 30px;
}
.menu-aux 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: 0;
	width: 100%;
	display: block;
}
.main-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
 *overflow:hidden;
}
.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 start boskejo */
#formulario {
	clear: both;
	width: 100%;
	float: left;
}
#formulario > * {
	box-sizing: border-box;
}
#formulario form {
	display: block;
	width: 95%;
	margin: 1em auto;
	padding: 0;
}
@media (min-width: 768px) {
#formulario form {
	width: 80%;
	padding: 0.5em;
}
}
 @media (min-width: 1024px) {
#formulario form {
	width: 70%;
	max-width: 740px;
	padding: 1em;
}
}
 @media (min-width: 1366px) {
#formulario form {
	width: 60%;
	padding: 1.2em;
}
}
#formulario select,
#formulario textarea,
#formulario input[type="text"],
#formulario input[type="email"],
#formulario input[type="password"],
#formulario input[type="tel"],
#formulario input[type="number"],
#formulario input[type="date"],
#formulario input[type="time"],
#formulario input[type="file"] {
	-webkit-appearance: none;
	display: block;
	width: calc(100% - 0.8em); /* Example: subtracting left + right padding */
	padding: 0.4em;
	margin: 0 0 0.8em 0;
	border-radius: 8px;
}
#formulario input[type="date"] {
	min-height: 1.8rem;
}
#formulario select,
#formulario input,
#formulario textarea {
	-webkit-appearance: none;
	color: #000;
	background-color: #FFFFFF;
	padding: 0.2em 0.4em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px #CCCCCC solid;
}
#formulario select,
#formulario select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4rem;
	font-size: 1.1rem;
}
#formulario select option:nth-child(odd) {
	background-color: #DEE6EF;
	color: #000;
	padding: 0.4em;
}
#formulario 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;
	border-radius: 8px;
}
#formulario label,
#formulario legend {
	cursor: default;
	font-weight: normal;
	color: #4D6D9A;
}
#formulario label {
	display: inline-block;
	cursor: default;
	margin-top: 0;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
#formulario legend {
	position: absolute;
	top: -2.5em;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 0.4em;
	padding-top: 0;
	padding-right: 0.4em;
	padding-bottom: 0;
	padding-left: 0.4em;
}
#formulario label:first-letter,
#formulario legend:first-letter,
#formulario select:first-letter {
	text-transform: uppercase;
}
#formulario textarea {
	height: 7.4em;
	resize: vertical;
	overflow: auto;
}
#formulario 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;
}
#formulario 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;
}
#formulario input[type="radio"] + label,
#formulario input[type="checkbox"] + label {
	display: inline;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#formulario button:hover,
#formulario input[type=button]:hover,
#formulario input[type=submit]:hover,
#formulario input[type=reset]:hover {
	-webkit-appearance: none;
	color: #606060;
	background-color: #FFF;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#formulario button,
#formulario input[type=button],
#formulario input[type=submit],
#formulario input[type=reset] {
	-webkit-appearance: none;
	display: block;
	min-width: 8rem;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.2rem;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	color: #FFF;
	background-color: #606060;
	padding: 0.5em 0.75em;
	margin: 1em auto;
	border: 1px solid #606060;
	border-radius: 30px;
	-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;
}
#formulario button:disabled {
	opacity: .5;
	cursor: default;
}
#formulario button:disabled:hover {
	opacity: .4;
	color: #FFF;
	background-color: #7E7E7E;
	cursor: default;
}
#formulario .rojo {
	display: inline;
	font-size: 0.77rem;
	line-height: 1;
	vertical-align: text-top;
	color: #CF142B;
	margin-left: 0;
	margin-right: 0;
}
.rojo {
	color: red;
}
.verde {
	color: green;
}
#formulario .verifica {
	display: none !important;
}
#formulario ul.forms {
	margin-top: 0;
	margin-left: -1.7em;
	padding-bottom: 2%;
}
#formulario ul.forms li {
	line-height: 1.7;
	margin-left: 0;
	list-style-type: none;
}
/*** start formulario ancho ***/

#form-ancho {
	clear: both;
	min-width: 100%;
	float: left;
}
#form-ancho * {
	box-sizing: border-box;
}
#form-ancho .tabla-hori {
	max-width: 100%;
	min-width: 1000px;
}
#form-ancho .tabla-hori .centrado {
	text-align: center;
}
#form-ancho label {
	display: inline-block;
	cursor: default;
	margin-top: 0.25em;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
#form-ancho .tabla-hori textarea,
#form-ancho .tabla-hori input {
	-webkit-appearance: none;
	display: block;
	width: fit-content;
	padding: 0.2em 0.4em;
	margin: 0;
	border-radius: 8px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.1rem;
}
#form-ancho .tabla-hori textarea {
	width: 100%;
	max-width: 1000px;         /* Optional: prevents it from stretching too wide */
	min-height: 4em;          /* Gives users a comfortable starting space */
	padding: 0.5em;           /* Improves readability and aesthetics */
	resize: vertical;         /* Allows vertical resizing only */
	box-sizing: border-box;   /* Ensures padding/border stay within the width */
	font-family: inherit;     /* Keeps font consistent with surrounding text */
	font-size: 1em;           /* Ensures legible text size */
	line-height: 1.4;         /* Improves text spacing */
	border: 1px solid #ccc;   /* Clean, neutral border */
	border-radius: 4px;       /* Slight rounding for modern feel */
	background-color: #fff;   /* Ensures contrast and clarity */
	color: #333;              /* Dark text for readability */
}
#form-ancho .tabla-hori select,
#form-ancho .tabla-hori input,
#form-ancho .tabla-hori textarea {
	border: none;
}
#form-ancho .tabla-hori input[type="radio"] {
	-webkit-appearance: radio;
	display: inline;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	cursor: pointer;
	padding: 0;
	margin: -5px 0 0 1em;
	border: 1px #CCCCCC solid;
}
#form-ancho .tabla-hori button:hover,
#form-ancho .tabla-hori input[type=button]:hover,
#form-ancho .tabla-hori input[type=submit]:hover,
#form-ancho .tabla-hori input[type=reset]:hover {
	-webkit-appearance: none;
	color: #606060;
	background-color: #FFF;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#form-ancho .tabla-hori button,
#form-ancho .tabla-hori input[type=button],
#form-ancho .tabla-hori input[type=submit],
#form-ancho .tabla-hori input[type=reset] {
	-webkit-appearance: none;
	display: block;
	min-width: 8rem;
	cursor: pointer;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	font-variant: normal;
	text-align: center;
	color: #FFF;
	background-color: #606060;
	padding: 0.25em 0.5em;
	margin: 0 auto;
	border: 1px solid #606060;
	border-radius: 30px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#form-ancho .botonzito {
	display: block;
	width: fit-content;
	color: #FFF;
	background-color: #606060;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	padding: 0.4em 0.8em;
	margin: 0 auto;
	border: 1px solid #606060;
	cursor: pointer;
	border-radius: 30px;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#form-ancho .botonzito:hover {
	color: #606060;
	background-color: #FFF;
	border: 1px solid #606060;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#form-ancho .tabla-hori select {
	-webkit-appearance: none;
	display: inline-block !important;
	padding: 0.2em 0.4em;
	margin: 0;
	border-radius: 8px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.1rem;
}
#form-ancho .tabla-hori select,
#form-ancho .tabla-hori select option {
	font-family: "Arial Narrow", Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4rem;
}
#form-ancho .tabla-hori select option:nth-child(odd) {
	background-color: #DEE6EF;
	color: #000;
	padding: 0.4em;
}
/*** end formulario ancho ***/

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}
/* 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: 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 buskador */
.buskador-wrap {
	clear: none;
	display: block;
	width: 30%;
	float: left;
	padding: 0;
	margin: 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.buskador-wrap > form {
	padding: 0;
	margin: 0;
}
.form-buskador {
	display: block;
	padding: 0 !important;
	margin: 0.25em auto 0 auto !important;
}
.form-buskador label {
	margin: 5px 10px;
}
.form-buskador input {
	width: 60% !important;
	margin: 0 !important;
	padding: 0.4em 0.8em !important;
	background-color: #FFF;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.boton {
	padding: 0.4em 0.8em;
	margin: 0 0.5em;
	color: #606060;
	font-size: 1rem;
	font-weight: 500;
	border: 1px solid #606060;
	cursor: pointer;
	border-radius: 30px;
	border: 1px solid #606060;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.botonzito:hover {
	background-color: #606060;
	color: #FFF;
	border: 1px solid #606060;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
/* form buskador 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 {
	width: 98%;
	min-width: 78%;
	margin: 1em auto;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.1rem;
}
.tabla th {
	font-weight: 300;
	color: #FFF;
	letter-spacing: 0.04em;
	background-color: #606060;
}
.tabla th:first-child,
.tabla td:first-child {
	text-align: right;
}
.tabla tbody tr:nth-child(even) {
	background-color: rgba(96,96,96,0.07);
}
.tabla tbody tr:nth-child(odd) {
	background-color: rgba(96,96,96, 0.01);
}
.tabla tr:hover {
	background-color: #E2E4F1 !important
}
.tabla td a:link,
.tabla td a:visited {
	color: #000;
	background-color: transparent;
}
.tabla td a:hover {
	color: #FFF;
	background-color: #6F7EA2;
}
.tabla td a:link,
.tabla td a:visited,
.tabla td a:hover {
	display: block;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 4px 2px;
	margin: 0;
	border: solid 1px #6F7EA2;
	border-radius: 10px;
}
.tabla th,
.tabla .textos,
.tabla .textos-der,
.tabla .textos-centrado,
.tabla .correo {
	padding: 5px 10px;
	margin: 0;
}
.tabla .textos:first-letter {
	text-transform: uppercase;
}
.tabla .textos-der {
	text-align: right;
}
.tabla .textos-centrado {
	text-align: center;
}
.tabla .correo {
	text-transform: lowercase;
}
.tabla .linear {
	white-space: nowrap;
}
.der {
	text-align: right;
	padding-right: 1rem;
}
caption {
	caption-side: top; /* Options: top | bottom */
	font-size: 1.25rem;
	font-weight: 500;
	text-align: left; /* or right */
	margin: 0.5em 24px 0.25em 24px;
}
.tabla-hori,
.tabla-vert,
.tabla-ambas {
	min-width: 340px;
	margin: 1em auto;
	padding:1em;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.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: "Arial Narrow", Arial, sans-serif;
	font-size: 1.1rem;
	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,
.tabla-vert th,
.tabla-ambas th {
	font-weight: 400;
	color: #FFF;
	background-color: #606060;
	text-align: left;
	letter-spacing: 1px;
}
.tabla-vert th {
	vertical-align: top;
}
.tabla-hori th:last-child,
.tabla-vert th:last-child,
.tabla-ambas th:last-child {
	text-align: center;
}
.tabla-vert th {
	width: 50%;
}
.tabla-hori td,
.tabla-vert td {
	border: none !important;
	vertical-align: middle;
	line-height: 1.25;
}
.tabla-hori tbody tr:nth-child(even),
.tabla-vert tbody tr:nth-child(even) {
	background-color: rgba(96,96,96,0.07);
}
.tabla-hori tbody tr:nth-child(odd),
.tabla-vert tbody tr:nth-child(odd) {
	background-color: rgba(96,96,96,0.01);
}
.tabla-vert th,
.tabla-ambas th {
	text-align: right;
}
.tabla-vert tr:first-child,
.tabla-ambas tr:first-child {
	border-top: solid 1px rgba(96,96,96,0.2);
}
.tabla-hori tr:hover,
.tabla-vert tr:hover {
	background-color: rgba(96,96,96,0.2) !important
}
.tabla-vert th,
.tabla-ambas th {
	border-bottom: solid 1px rgba(250,250,250,0.4) !important;
}
.tabla-vert td,
.tabla-ambas td {
	border-bottom: solid 1px rgba(98,98,98,0.2) !important;
}
.tabla-hori th a:link,
.tabla-hori th a:visited {
	color: #FFF;
	text-decoration: none;
}
.tabla-hori th a:hover {
	color: #FFF;
	background-color: #7D7E82;
}
.tabla-hori th:first-child,
.tabla-hori td:first-child {
	text-align: right;
}
.tabla-hori td:nth-last-child(-n+2) {
	text-align: center;
}
.tabla-hori td a:link,
.tabla-hori td a:visited,
.tabla-vert td a:link,
.tabla-vert td a:visited {
	color: #FFFFFF;
	background-color: rgba(96,96,96,0.85)
}
.tabla-hori td a:hover,
.tabla-vert td a:hover {
	color: rgba(96,96,96,1);
	background-color: #FFF;
}
.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,
.tabla-vert td a:link,
.tabla-vert td a:visited,
.tabla-vert td a:hover {
	display: inline-block;
	min-width:4em;
	text-decoration: none;
	padding: 4px 12px;
	margin: -2px auto !important;
	text-align: center;
	border: 1px solid #606060;
	border-radius: 8px;
}
.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: 0.25em 0.5em;/*margin: 2px;*/
}
.tabla-hori .texto:first-letter,
.tabla-hori .texto-centrado:first-letter,
.tabla-vert .texto:first-letter,
.tabla-vert .texto-centrado:first-letter,
.tabla-vert td:first-letter {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.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 .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.25rem !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: 1.25rem !important;
}
.tabla .correo,
.tabla-hori .texto-correo,
.tabla-vert .texto-correo,
.tabla-hori .texto-correo a:link,
.tabla-vert .texto-correo a:link {
	text-transform: lowercase !important;
}
.tabla-vert img {
	max-height: 250px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.tabla-vert td table {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* tablas end */

/* numbering starts */
.numbering {
	display: block;
	clear: both;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
	color: #606060;
	padding: 1em 0;
}
/* numbering ends */
/* paging starts */
.paging {
	clear: both;
 *min-width: 40%;
	font-size: 1rem;
	margin: 0.5em auto;
}
.paging td {
	text-align: center;
	min-width: 4em;
}
.paging a:link,
.paging a:visited {
	color: #FFF;
	background-color: #606060;
	text-decoration: none;
}
.paging a:hover {
	color: #606060;
	background-color: #FFF;
}
.paging a:link,
.paging a:visited,
.paging a:hover {
	display: block;
	min-width: 4em;
	padding: 0.5em 1em;
	margin: 0 0.15em;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 30px;
	border: solid 1px #606060;
}
/* 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 */
.footer {
	display: block;
	clear: both;
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #8794AC;
	padding: 1em 0 0 0;
	margin: 4em 0 0 0;
	width: 100%;
}
#boskejo {
	background-color: #606060;
	padding: 1em 0 0 0;
}
.footer p,
.footer strong,
.footer a:link,
.footer a:visited,
.footer a:hover,
#boskejo p,
#boskejo a:link {
	font-size: 1rem;
	color: #FFF;
}
.footer a:link,
#boskejo a:link,
#boskejo a:visited {
	color: #FFF;
	text-decoration: underline;
}
.footer a:hover,
#boskejo a:hover {
	text-decoration: none;
}
#social {
 *text-align: center;
}

/* 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-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;
}
}

/* 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-aux a:link,
.menu-aux a:visited,
.menu-aux a:hover {
 *display: block;
	display: inline-block;
}
}

/* Landscape Layout: 568px to 768px. Landscape */
@media only screen and (min-width: 568px) and (orientation: landscape) {
}

/* Desktop Layout: 768px to a max of 1110px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
/*p,
ul,
ol {
	font-size: 1.3rem;
	line-height: 1.6;
}*/
.img-mitad {
	width: 48%;
}
/* basic style end */
/* panel start */
#open,
#menu-panel {
	display: none;
}
/* panel end */
/* menus start */

.menu-2 a:link,
.menu-2 a:visited,
.menu-2 a:hover {
 *display: block;
	display: inline-block;
}
/* 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;
}
.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) {
/* basic style start  
p,
ul,
ol {
	font-size: 1.3rem;
	line-height: 1.6;*/
}
/* basic style end */

}
/* Tablet Layout: 1024 to 768px. Inherits styles from: Mobile Layout and Tablet Layout. Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
/* basic style start 
p,
ul,
ol {
	font-size: 1.2rem;
	line-height: 1.4; */
}
/* basic style end */
}

/* Desktop Layout: 1110px onwards Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1366px) {
/* basic style start  
p,
ul,
ol {
	font-size: 1.3rem;
	line-height: 1.4;
}*/
/*
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}*/
/* basic style end */
}
