.informacion{
	background: rgba(6,55,181,1);
	background: -moz-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,55,181,1)), color-stop(100%, rgba(88,131,250,1)));
	background: -webkit-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -o-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -ms-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: linear-gradient(to right, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0637b5', endColorstr='#5883fa', GradientType=1 );
	padding-top: 10px;
	color: #fff;
}

.contenido{
    background-position: 0,0;
	color: #000;
	padding: 50px 0;
	background-color: #F2F2F2; 
}

.productos{
    background-position: 0,0;
	color: #000;
	padding: 20px 0 50px 0;
	background-color: #F2F2F2; 
}

.servicios{
	background: url(../img/fondo-trabajos.png) no-repeat center center;
    background-position: 0,0;
    background-repeat: no-repeat;
	color: #000;
	padding: 50px 0;
}

.planes{
	background-color: #f2f2f2; 
}

/* SERVICIOS */ 
.servicios{
	background: #0637b5;
	color: #fff;
    padding: 50px;
}

/* SERVICIOS */ 
.servicios-header{
	background: rgba(6,55,181,1);
	background: -moz-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,55,181,1)), color-stop(100%, rgba(88,131,250,1)));
	background: -webkit-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -o-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: -ms-linear-gradient(left, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	background: linear-gradient(to right, rgba(6,55,181,1) 0%, rgba(88,131,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0637b5', endColorstr='#5883fa', GradientType=1 );
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.formulario{
	padding: 100px;
}

.sin-color{
    background-color: #fff0;
}
/* SERVICIOS END*/ 



/* SERVICIOS END
.titulo{
	padding: 50px 0;
	background: url(../img/container.png) center center;
    background-position: 0,0;
}
*/ 

.titulo{
	padding: 40px 0;
background-color: #337ab7;
}

.titulo,h2{
	color: #fff;
}

footer{
	background-color: #02288a;
	color: #BDBDBD;
	margin: 0;
	padding: 50px 0; 
}

footer,h5{

}

.firma{
	background-color: #6E6E6E;
	color: #fff;
}


/* FORMULARIO*/ 
.formulario{
	background: url(../img/fondo-formulario3.jpg) center center;
    background-position: 0,0;
	padding: 50px 0 80px 0;  
	color: #000;
}