
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);

/* SETEO UNIVERSAL */
*{
	/* color fondo del menu top centro */
	/* background: rgba(100,100,100,0.3); */
	border: 0px none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	/* background: rgba(55,113,184,1.0); */
	/* background: rgba(48,63,159,1.0); */
	background: rgba(255,255,255,0.1) url('/img/BodyBG00.png') no-repeat fixed center;
	/* background: rgba(255,255,255,1.0); */
	/* Do not repeat the image */
	background-size:cover
}

body {
	font-family: 'helvetica', 'Dosis', sans-serif;
	/* font-size: 28px; */
}

a {
	color: #000;
	text-decoration: none;	
}

header {
	/* color fondo del menu top */
	background: rgba(240,240,240,1.0);
	color: #000;
	height: 58px;
	width: 100%;

	/* Fijar Menu */
	position: fixed;
	top:  0;
	left: 0;
	z-index: 100;
}

header .contenedor {
	display: table;
}

.contenedor {
	width:98%;
	margin: auto;
}

h1 {
	float: left;
	margin-top: 0px;
	
}

h1 a {
	color: #0093DD;
	text-decoration: none;
	
}

h1 img {
	/* margin-top: 5px; */
	
}

h2 {
	font-size: 45px;
	color: #fff;
	text-decoration: none;
}

.fade {
	opacity: 1;
	filter:alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	margin-top: 2px;
	width: 160px;
	height: 55px;
}

.fade:hover {
	opacity: 0.7;
	filter:alpha(opacity=7);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-top: 2px;
	width: 200px;
	height: 67px;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#BaseForm {
	width: 80%;
}

#MyDiv {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	margin: auto;
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 7px;
}

#MyDiv h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 30px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadro {
	background: rgba(55,113,184,0.7);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadro h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadro h3 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroBlack {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 100%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroBlack h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroBlack h3 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	margin: auto;
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroBlue {
	background: rgba(0,147,221,0.9);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #0093DD;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroBlue h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroBlue h3 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroRed {
	background: rgba(255,0,87,0.9);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroRed h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroRed h3 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroYellow {
	background: rgba(255,234,0,0.7);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroYellow h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #fff;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroGreen {
	/* background: rgba(0,230,118,0.7); */
	background: rgba(0,220,169,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
	border: 0px;
	border-color: #000;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroGreen h2 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroGreen h3 {
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroInLineWhite {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 100%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroInLineIcons {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 5%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroInLineGray {
	background: rgba(200,200,200,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 20%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroInLineRed {
	background: rgba(255,0,87,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 20%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyLabel {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	/* font-weight: bold; */
	color: #c8c8c8;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 0px;
	border-color: #ccc;
	border-style: solid;
	text-align: left;
}

#MyInput {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

/* QUITA LOS SPIN BUTTON DEL OBJETO NUMERICO */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
/* FIN QUITA LOS SPIN BUTTON DEL OBJETO NUMERICO */

#MyInputvArtVtaPCIMN {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputBco0 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputBco1 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputBco2 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyListTJ {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputPrint {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 15px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #aaa;
	border-style: solid;
}

#MyInputTJ {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ0 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ1 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ2 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ3 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ4 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ6 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputTJ7 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	margin: auto;
	display: block;
	width: 85%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

input:required:invalid {
  border: 1px solid red;
}
input:invalid {
  border: 1px solid red;
}

input:valid {
  border: 1px solid green;
}

#BotonBlue {
	background: rgba(33,150,243,1.0);
	background: rgba(0,147,221,1.0);
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonBlue a:hover {
	/* cursor: pointer; */
}

#BotonBlue :hover {
	/* cursor: pointer; */
}

#BotonRed {
	background: rgba(255,0,87,1.0);
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonRed a:hover {
	cursor: pointer;
}

#BotonRed :hover {
	cursor: pointer;
}

#BotonYellow {
	background: rgba(255,234,0,1.0);
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonYellow a:hover {
	cursor: pointer;
}

#BotonYellow :hover {
	cursor: pointer;
}

#BotonGreen {
	background: rgba(0,220,169,1.0);
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	display: block;
	width: 85%;
	border-radius: 5px;
	border: 0px;
	padding: 7px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGreen a:hover {
	cursor: pointer;
}

#BotonGreen :hover {
	cursor: pointer;
}

.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
    border: 2px solid #0016b0;
}

#bienvenidos {
	text-align: center;
	padding: 10px;
}

input[type=checkbox]
{
  /* Doble-tamaņo Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari y Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

span.red {
  background: red;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 2px;
  text-align: center;
  width: 1.6em;
  height: 1.6em;
}

footer {
	display: flex;
	flex_wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
	color: #000;
}

.copy {
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

.copy h1 {
	color: #fff;
}

.copy a {
	color: #fff;
	text-decoration: none;
}

.sociales {
	/* background: rgba(255,255,255,0.9); */
	width: 100%;
	justify-content: center;
	text.align: center;
	font-size: 30px;
	color: #000;
}

.sociales a {
	color: #000;
	text-decoration: none;
}

@media (min-width:280px) {
	.slider img {
		width: 90%;
	}
}

@media (max-width:680px) {
	.fade {
	
	}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
}

/* BackToTop button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#b0bec5;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}

#scroll:hover {
    background-color:#b0bec5;
    opacity:1;filter:"alpha(opacity100)";
    -ms-filter:"alpha(opacity100)";
}
.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
	font-family: 'helvetica', 'Dosis', sans-serif;
	font-size: 45px;
	color: #000;
    margin-top:12px;
    margin-bottom:12px;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	height: 200;
	animation: cambio 30s infinite alternate linear;
	align: center;
}

.slider li {
	width: 100%;
	height: 200;
	list-style: none;
	text-align: center;
    margin-top:12px;
    margin-bottom:12px;
}

.slider img {
	/* width: 46%; */
    /* margin-top:12px; */
    /* margin-bottom:12px; */
	width: 100%;
	height: 500px;
    margin-top:12px;
    margin-bottom:12px;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

@media (max-width:280px) {
	.slider img {
		width: 100%;
	  	height: 300px;
	}
	html {
	  	width: 100%;
	  	height: 300%;
	}
}

@media (max-width:680px) {
	.fade {
	
	}
	
	.slider img {
		width: 100%;
	  	height: 300px;
	}
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
}