@charset "utf-8";
/* CSS Document */
.cuerpo
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 15px;
	color: #777777;
	font-weight: normal;
}

.cuerpo1
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 15px;
	color: #777777;
	font-weight: bold;
}

.titulo1
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 35px;
	color: #2d2a2a;
	font-weight: bold;
}

.titulo2
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 35px;
	color: #004899;
	font-weight:normal;
}

.linea2
{
	background-image:url("images/linea2.png");
	background-repeat:repeat;
	background-attachment:scroll;
}

.linea3
{
	background-image:url("images/linea3.png");
	background-repeat:repeat;
	background-attachment:scroll;
}
.blanco
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.negro
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}

.subtitulo
{
	font-family: arial;
	font-size: 30px;
	color: #f78745;
	font-weight: bold;
}

.subtitulo1
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20;
	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: 18px;
	color: #4977b3;
	border-color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
}

.boton
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	color: #4977b3;
	font-weight:bold;
	background-color: #dddedf;
	border-color: #FFFFFF;
	border-width:inherit;
	height: 50px;
	cursor: hand;
}

.blanco1
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}

.blanco2
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

a:link
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:000000;
	font-size: 15px;
	text-decoration:underline;
}

a:visited
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:000000;
	font-size: 15px;
	text-decoration:none;
}

a:hover
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:000000;
	font-size: 15px;
	text-decoration:none
}

.gris
{
	font-family: arial;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}

.div
{
	background-image: url("images/imagen1.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: 1345px;
    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%;}
}

.fondogris
{
	background-image: url("images/index_05.jpg");
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #993366;
	font-size: 12px;
}

a.magenta:link
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:000000;
	font-size: 12px;
	text-decoration:none;
}

a.magenta:hover
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #cccccc;
	font-size: 12px;
	text-decoration: underline;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}