@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%;
	margin: 0;
	padding: 0;
}
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: 0.9rem;
	line-height: 1.4;
	color: #4D4D4D;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 20px;
}
p:last-child {
	margin-bottom: 1.4em;
}
p img {
	display: block;
	margin: 0 auto 2em auto;
}
ul,
ol {
	font-size: 0.9rem;
	line-height: 1.5;
}
li {
	color: #4D4D4D;
}
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: #5E6B72;
	text-decoration: none;
}
a:hover {
	color: #5E6B72;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #E20019;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	margin: 1.4rem 20px;
	text-align: left;
	font-style: italic;
 *text-transform: uppercase;
}
strong {
	font-weight: 700;
	color: #5E6B72;
}
hr {
	background-color: #E20019;
	height: 0.25em;
	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: 0.9rem;
	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: #E20019;
	display: inline-block;
	width: 0.7em;
	margin-left: -1em
}
.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: 96%;
	margin: 0 2% 2% 2%;
}
.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;
}
/* 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-color: #5E6B72;
}
#subir a:hover {
	color: #5E6B72;
	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 */
.google-maps {
	margin: 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 maps ends */




/* basic style end */
/* panel start */
#open {
	display: block;
	float: right;
	text-align: right;
	margin: 0;
	font-size: 1.7rem;
}
#open a:link,
#open a:visited {
	text-decoration: none;
	color: #FFF;
}
#open a:hover {
	color: #FFF;
	background-color: rgba(94, 107, 114, 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: 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(94, 107, 114, 0.7);
	width: 80%;
	max-width: 470px;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-box-shadow: 10px 10px 19px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 19px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 19px -6px rgba(0,0,0,0.75);
	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 {
	color: #FFF;
}
#cerrar:hover,
#cerrar strong:hover {
	color: #FFF;
	background-color: rgba(94, 107, 114, 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(94, 107, 114, 1)
}
#menu-1 a:hover {
	color: rgba(94, 107, 114, 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(0, 0, 0, 0.7);
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 7%;
	text-transform: uppercase;
}
/* panel end */
/* menus start */
.menu-2 {
	display: none;
}
.menu-3 {
	width: 100%;
	margin: 0 auto;
}
.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: #000;
	background-color: #5E6B72;
}
.menu-3 a:link,
.menu-3 a:hover,
.menu-3 a:visited {
	display: block;
	text-align: left;
	font-size: 1rem;
	padding: 0.4rem 1.25rem;
	text-decoration: none;
}
*/
.menu-4 {
	font-size: 0.9rem;
	letter-spacing: 0.01em;
	margin: 1em 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E20019;
}
.menu-4 .titulo-4 {
	font-size: 1.2rem;
	color: #FFF;
	margin-top: 10px;
	padding: 0.4em;
	background-color: #272F35;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E20019;
}
.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: #E20019;
	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: #E20019;
	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: #E20019;
	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: #E20019;
	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: #E20019;
	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: #5E6B72;
}
.menu-aux a:hover {
	color: #FFF;
	background-color: #F58534;
}
.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: #F58534;
}
.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;
}
* {
/*box-sizing: border-box;*/
}
.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 */
/* forms start boskejo */
#formulario {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
}
#formulario form {
	width: 90%;
	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%, #5E6B72 50%), linear-gradient(135deg, #5E6B72 50%, transparent 50%), linear-gradient(to right, #5E6B72, #5E6B72);
	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, #5E6B72, #5E6B72);
	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: #5E6B72;
	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 1em 0.25em;
	box-sizing: border-box;
	float: left;
	font-size: 1.15rem;
	cursor: pointer;
	color: #FFF;
	background-color: #5E6B72;
	border: solid 1px #5E6B72;
	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: #5E6B72;
	background-color: #FFF;
	border: solid 1px #5E6B72;
	-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: #5E6B72;
	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;
}

.rojo {
	display: inline;
	font-size: 1.5rem;
	line-height: 1;
	color: #E20019;
	margin-left: 0;
	margin-right: 0;
}
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 {
 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: 1rem;
 color: #666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 opacity: 1;
 font-size: 1rem;
 color: #666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 opacity: 1;
 font-size: 1rem;
 color: #666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 300;
 font-size: 1rem;
 color: #666;
}
.verifica {
	display: none !important;
}
/* form buscador */
.buscador {
	display: block;
	width: 100%;
	clear: both;
	margin: 0.4em 0;
	padding: 0;
}
.buscador form {
	width: 100%;
	margin: 0 auto;
}
.buscador input[type="text"] {
	display: inline-block;
	width: 94%;
	float: left;
	-webkit-appearance: none;
	font-weight: 300;
	color: #000;
	font-size: 1.1rem;
	background-color: #FFF;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-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 select {
	display: inline-block;
	width: 94%;
	float: left;
	-webkit-appearance: none;
	font-size: 1rem;
	color: #666;
	font-weight: 300;
	background-color: #FFF;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-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: #CB353A;
	font-weight: 300;
	background-color: #FFF;
	padding: 0.4em 0.8em;
	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;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border: 1px solid #CB353A;
}
.buscador .botonBusca:hover {
	background-color: #CB353A;
	color: #FFF;
	border: 1px solid #CB353A;
	-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: 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 **/
/* tabla starts */
.tabla {
 *font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
 *font-stretch: condensed;
	min-width: 78%;
	margin: 1% auto 4% auto;
}
.tabla th {
	font-size: 1rem;
	font-weight: 300;
	color: #FFF;
	letter-spacing: 0.04em;
	background-color: rgba(94, 107, 114, 0.8);
}
.tabla tbody tr:nth-child(even) {
	background-color: rgba(94, 107, 114, 0.1);
}
.tabla tbody tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.tabla td {
	font-size: 1rem;
}
.tabla td a:link,
.tabla td a:visited {
	color: #000000;
	text-decoration: none;
}
.tabla td a:hover {
	color: #FFF;
	background-color: #B9666B;
}
.tabla a:link,
.tabla a:visited,
.tabla a:hover {
	display: block;
	text-align: center;
	padding: 0.5em;
	margin: 0;
}
.tabla th,
.textos {
	padding: 0.5rem;
}
.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;
 *min-width: 40%;
	font-size: 1rem;
	margin: 0.5em auto;
}
.paging td {
	text-align: left;
 *min-width: 7em;
}
.paging a:link,
.paging a:visited {
	color: #FFF;
	background-color: #E20019;
	text-decoration: none;
}
.paging a:hover {
	color: #E20019;
	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 {
	clear: both;
	display: block;
	font-size: 1.1rem;
	line-height: 1.4;
	text-align: center;
	color: #89979E;
	padding: 1em 0;
	margin: 0 auto;
}
/* numbering 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: #FFF;
}
.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: #89979E;
	color: #FFF;
	padding: 1em 0;
	margin: 4em 0 0 0;
}
.footer p,
.footer strong,
.footer a:link,
.footer a:visited {
	font-size: 1rem;
	color: #FFF;
	text-align: left;
}
#boskejo {
	background-color: #C0C8CB;
	color: #FFF;
	padding: 1em 0;
}
#boskejo p,
#boskejo a:link,
#boskejo a:visited,
#boskejo a:hover {
	font-size: 1rem;
	color: #FFF;
}
#social {
	text-align: center;
}
/* Mobile Layout: 480px and below Landscape. */
@media only screen and (min-width: 480px) and (orientation: landscape) {
.buscador input[type="text"],
.buscador select {
	width: 60%;
}
.buscador input[type="submit"] {
 *width: 48%;
	margin: 0 auto;
}
}
/* 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: 768px) {
.buscador input[type="text"] {
 *width: 38%;
}
.buscador input[type="submit"] {
	width: 28%;
	margin: 0 auto;
}
}
/* Iphone X*/
@media only screen and (min-width: 813px) {
/* basic style start  */
p,
 ul,
 ol {
	font-size: 1.3rem;
	line-height: 1.6;
}
/* basic style end */
  /* panel start */
#open,
#menu-panel {
	display: none;
}
/* panel end */
  /* menus start */
.menu-2 {
	display: block;
	text-align: center;
	overflow: hidden;
}
.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: #5E6B72;
	color: #FFF;
}
.menu-2 a:hover {
	color: #5E6B72;
	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: 1rem;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	letter-spacing: 1px;
	padding: 0.7em;
}
.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;
}
.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 boskejo start */
form {
 *width: 60%;
}
/* forms end boskejo */
}
/* 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 */
.buscador input[type="text"] {
 *width: 38%;
}
.buscador input[type="submit"] {
	width: 18%;
	margin: 0 auto;
}
}
/* 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;
}
.buscador input[type="text"] {
 *width: 28%;
}
.buscador input[type="submit"] {
	width: 8%;
	margin: 0 auto;
}
/*
.columnas {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}*/
  /* basic style end */
}
