
@import url(menu.css);
@import url(banner.css);
@import url(blog.css);
@import url(info.css);

/* SETEO UNIVERSAL */
/* COLOR LILA #803683 */
/* COLOR AZUL #0078BC */
/* COLOR CELESTE #7BB2DC */
*{
	/* 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(41,180,115,1.0); */
	/* background: rgba(255,255,255,0.1) url('/img/FondoBody.png') no-repeat fixed center; */
	/* Do not repeat the image */
	/* background-size: cover */
	/* color: #000; */
	
	/* Ubicación de la imagen */
	background-image: url('/img/FondoBody.pn');

	/* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
	background-position: center center;

	/* Para que la imagen de fondo no se repita */
	background-repeat: no-repeat;

	/* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
	background-attachment: fixed;

	/* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
	background-size: cover;

	/* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
	background-color: #00a1cb;
	
}

body {
	font-family: 'Dosis', 'helvetica', 'sans-serif'
	/* font-size: 24px; */
}

a {
	color: #000;
	text-decoration: none;	
}

a p {
	align: bottom;
	font-weight: bold;
}

header {
	/* color fondo del menu top */
	background: rgba(255,255,255,1.0);
	color: #000;
	height: 100px;
	width: 100%;
	// border-bottom:solid 1px #eee;

	/* 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: #FFF;
	text-decoration: none;
	
}

h1 img {
	/* margin-top: 5px; */
	font-size: 50px;
	color: #FFF;
	text-decoration: none;	
}

h2 {
	font-size: 35px;
	color: #FFF;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	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: 200px;
	height: 100px;
}

.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: 260px;
	height: 130px;
}

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;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#BaseForm {
	width: 80%;
}

#MyDiv {
	/* background: rgba(255,151,66,1.0); */
	background-image: url('/img/FondoBody.png');
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 22px;
	color: #FFF;
	text-align: center;
	margin: auto;
	display: block;
	width: 95%;
	padding: 5px;
	margin-top: 7px;
}

#MyDiv h3 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 30px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadro {
	/* background: rgba(0,204,118,0.2); */
	background: rgba(200,200,200,0.5);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 15px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivRecuadroBlack {
	background: rgba(0,0,0,1.0);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 15px;
	color: #FFF;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	padding: 10px 20px;
	width: 60%;
	display: block;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:7px;
}

#MyDivRecuadroBlack h2 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroWhite {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	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;
}

#MyDivRecuadroWhite h2 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroWhite h3 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 30px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroCarnet {
	/* background: rgba(255,255,255,1.0); */
	background-image: url('/img/CardAMP2008.png');
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	/* background-size: 100% 100%; */
	background-size: 370px 240px;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: block;
	padding: 5px;
	width: 95%;
}

#MyDivRecuadroCarnet h2 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 45px;
	color: #000;
	margin: auto;
	display: block;
	padding: 5px;
	width: 95%;
	/* border: 1px; */
}

#MyDivRecuadroCarnet h3 {
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 30px;
	color: #000;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
}

#MyDivRecuadroInLineFichaIndex {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis',  'helvetica', 'sans-serif'; */
	font-size: 16px;
	color: #000;
	text-align: center;
	/* margin: auto; */
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 47%;
	height: 50px;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
	
	overflow: hidden;
}

#MyDivRecuadroInLineFichaIndex h3{
	color: #000;
}

#MyDivRecuadroInLineFichaDT {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis',  'helvetica', 'sans-serif'; */
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 47%;
	height: 350px;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
	
	overflow: hidden;
}

#MyDivRecuadroInLineFichaDT h3{
	color: #000;
}

#MyDivRecuadroSmart{
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	padding: 10px 20px;
	width: 94%;
	display: block;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:15px;
}

#MyDivRecuadroSmart h2{
	color: #000;
}

#MyDivRecuadroSmartTYC{
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 10px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	padding: 10px 20px;
	width: 95%;
	display: block;
	border: 0px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:15px;
}

#MyDivRecuadroSmartTYC h2{
	color: #000;
}

#MyDivRecuadroInLineSmart {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 50%;
	border: 1px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:5px;
}

#MyDivLoginInLineSmart {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: auto;
	margin-top: 7px;
	display: inline-block;
	padding: 5px;
	width: 400px;
	border: 1px;
	border-color: #b0bec5;
	border-style: solid;
	border-radius:15px;
}

#MyLabel {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	/* display: inline; */
	width: 87%;
	/* padding: 5px; */
	/* border: 1px; */
	/* border-color: #eee; */
	/* border-style: solid; */
}

#MyLabelSmart {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'Dosis', 'helvetica', 'sans-serif';
	font-size: 15px;
	/* margin: auto; */
	/* display: inline-block; */
	display: inline;
	width: 30%;
	/* padding: 5px; */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
input[type=number] { -moz-appearance:textfield; }

#MyInput {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 25px;
	margin: auto;
	display: block;
	width: 99%;
	height: 35px;
	/* padding: 5px; */
	border: 1px;
	border-color: #ddd;
	border-style: solid;
}

#MyInputServCS {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ0 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ1 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ2 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ3 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ4 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ5 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ6 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ7 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ8 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#MyInputServ9 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 99%;
	/* padding: 5px; */
	border: 1px;
	border-color: #eee;
	border-style: solid;
}


#MyInputBco0 {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
	border-color: #eee;
	border-style: solid;
}

#vAnoList, #vMarcaList, #vLineaList, #vModeloList, #MyS500List, #MyInputSmart, #MyLabelViewSmart, #MyInputCuotaSmart, #MyListTJ {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'Dosis', 'helvetica', 'sans-serif';
	font-size: 25px;
	margin: auto;
	display: block;
	width: 95%;
	padding: 5px;
	border: 1px;
	border-color: #000;
	border-style: solid;
}

#MyListMM {
	background: rgba(255,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'Dosis', 'helvetica', sans-serif;
	font-size: 25px;
	margin: auto;
	/* display: block; */
	width: 85%;
	border-radius: 5px;
	border: 0px;
	/* margin: 7px; */
	/* padding: 10px; */
	text-decoration: none;
	cursor: pointer;
}

#MyCheckSmart {
	background: rgba(55,255,255,1.0);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-family: 'Dosis', 'helvetica', 'sans-serif';
	font-size: 25px;
	margin: auto;
	/* display: block; */
	width: 95%;
	padding: 15px;
	border: 0px;
	cursor: pointer;
}

#MyInputPrint {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 15px;
	margin: auto;
	display: block;
	width: 87%;
	padding: 5px;
	border: 1px;
	border-color: #aaa;
	border-style: solid;
	cursor: pointer;
}

#MyInputTJ {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* font-family: 'Dosis', 'helvetica', 'sans-serif'; */
	font-size: 20px;
	margin: auto;
	display: block;
	width: 87%;
	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;
}

.BotonBlueLigh {
	background: rgba(66,165,245,1.0);
	font-family: 'Dosis', 'helvetica', sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	/* display: block; */
	width: 15%;
	border-radius: 5px;
	margin: 7px;
	border: 0px;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
}

.BotonGreenLigh {
	/* background: rgba(102,187,106,1.0); */
	background: rgba(67,160,71,1.0);
	font-family: 'Dosis', 'helvetica', sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin: auto;
	/* display: block; */
	width: 15%;
	border-radius: 5px;
	margin: 7px;
	border: 0px;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
}

#BotonGreenLigh a:hover {
	cursor: pointer;
}

#BotonGreenLigh :hover {
	cursor: pointer;
}

#BotonGray {
	background: rgba(130,130,130,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;
}

#BotonGray a:hover {
	cursor: pointer;
}

#BotonGray :hover {
	cursor: pointer;
}

#BotonBlue {
	background: rgba(33,150,243,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: #FFF;
	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: #FFF;
	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,230,118,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;
}

#BotonGreen a:hover {
	cursor: pointer;
}

#BotonGreen :hover {
	cursor: pointer;
}

#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;
}

footer {
	background-color: #00a1cb;
	display: flex;
	flex_wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
}

.copy {
	font-size: 20px;
	color: #FFF;
}

.copy h1 {
	color: #FFF;
}

.sociales {
	/* background: rgba(255,255,255,0.9); */
	width: 100%;
	justify-content: center;
	text.align: center;
	font-size: 28px;
}

.sociales a {
	color: #FFF;
	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: 95%;
	height: 200;
	margin: auto;
	overflow: hidden;
	/* font-family: 'Dosis',  'helvetica', 'sans-serif'; */
	font-size: 30px;
	color: #FFF;
    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: 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: 250px; */
	}
	html {
	  	width: 100%;
	  	height: 300%;
	}
}

@media (max-width:680px) {
	.fade {
	
	}
	
	.slider img {
		width: 100%;
	  	/* height: 250px; */
	}
	
	#MyDivRecuadroInLineFichaIndex {
		height: 350px;
	}
	
	#MyDivRecuadroInLineFichaDT {
		height: 600px;
	}
	
}

@media (min-width:1024px) {
	.contenedor {
		width: 1000px;
	}
	#MyDivRecuadroCarnet {
		background-size: 350px 200px;
	}
}