@charset "utf-8";
/* CSS Document */
td,th
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 25px;
	color: #000000;
	font-weight: normal;
}

.texto1
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

.texto2
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.texto3
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

.naranja
{
	font-family: arial;
	font-size: 25px;
	color: #A20103;
	font-weight: normal;
}

.titulo
{
	font-family: arial;
	font-size: 40px;
	color: #f78745;
	font-weight: bold;
}

.titulo1
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 40px;
	color: #000000;
	font-weight: bold;
}

.titulo2
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

.blanco
{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
}

.negro
{
	font-family: arial;
	font-size: 20px;
	color: #FF0000;
	font-weight: normal;
}

.subtitulo
{
	font-family: arial;
	font-size: 30px;
	color: #f78745;
	font-weight: bold;
}

.subtitulo1
{
	font-family: arial;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.servicios
{
	font-family: arial;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.campos
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 25px;
	color: #a20103;
	font-weight: normal;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.boton
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #fbba00;
	border-color: #fbba00;
	border-width:inherit;
	height: 50px;
	cursor: hand;
}

.blanco1
{
	font-family: arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

a:link
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:underline;
}

a:visited
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
}

a:hover
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.cerrar:link
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}

a.cerrar:hover
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.gris
{
	font-family: arial;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}

.div
{
	background-image:url("images/index_01.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.div2
{
	background-image:url("images/imagen2.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.div3
{
	background-image:url("images/imagen3.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.div4
{
	background-image:url("images/imagen4.jpg");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 100%;
	color: #FFFFFF;
}

.fondo1
{
	background-image: url("images/index_11.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: 100% 466px;
	color: #FFFFFF;
}
* {
    margin: 0;
    padding: 0;
    font-family: lato;
}
.slider-frame {
	width: 1366px;
    height: auto;
	margin:0px auto 0;
	overflow: hidden;
}

.slider-frame ul {
	display: flex;
	padding: 0;
	width: 400%;
	
	animation: slide 20s infinite alternate ease-in-out;
}

.slider-frame li {
	width: 100%;
	list-style: none;
}

.slider-frame img {
	width: 100%;
}

@keyframes slide {
	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%;}
}
