	body {
		margin:0px;
		font-family: 'Baloo Tamma 2', cursive;
		color:#279d27;
		background-color:#ffffff;
		overflow-x: hidden;
	}
	@media screen and (min-width:540px){
		#_header {
			float:left;
			position:fixed;
			z-index:2;
			width:99%;
			height:70px;
			padding:0.5%;		
			background: rgba(255,255,255,1);
			background-image:url(../imag/fondo_header.png);
			background-repeat:no-repeat;
			background-position:right center;
			border-bottom:solid 10px #FFFFFF;
		}
		.banner-head {
			float:left;
			cursor:pointer;
			margin-top:1%;
			width:16%;
			
		}
		.logotipo-header {
			float:left;
			width:20%;
			margin-top:1%;
			margin-left:1%;
			margin-right:1%;
			padding-right:1%;
			border-right:solid 1px gray;
		}
		#_win {
			float:left;
			width:100%;
		}
		.sujeta_menu_pc {
			float:right;
			width:49%;
			margin-top:3%;
			margin-right:6.5%;
		}
		.sujeta_menu_movil {
			display:none;
		}
		.boton_menu_pc {
			float:left;
			background-color:#009900;
			padding:0.3%;
			text-align:center;
			color:#FFFFFF;
			margin-right:1.5%;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor:pointer;
			padding-left:1.5%;
			padding-right:1.5%;
			padding-bottom:0.2%;
		}
		.boton_menu_pc:hover {
			background: rgba(0,153,0,1);
			background: -moz-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,153,0,1)), color-stop(50%, rgba(2,125,2,1)), color-stop(100%, rgba(1,112,1,1)));
			background: -webkit-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -o-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#017001', GradientType=1 );
			color:yellow;
			border-bottom:solid 6px #ffffff;
			margin-top:-4px;
			font-weight:bold;
		}
		.arriba {
			float:right;
			cursor:pointer;
			margin-top:1%;
		}
		.nombre-seccion {
			float:left;
			margin-top:2%;
			padding-top:2%;
			margin-left:3%;
			width:94%;
			font-size:1.6em;
			border-bottom:solid 1px #cfcdcd;
		}
		.bajo_slider_home {
			float:left;
			width:98%;
			padding:1%;
			background: rgba(255,255,255,1);
			padding-top:2%;
			margin-left:1%;
		}
		.text_bajo_slider_home {
			float:left;
			width:29%;
			margin-right:2%;
			border:solid 1px #c8e8b8;
			padding:1%;
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			border-radius:10px;
		}
		.text_bajo_slider_home > img {
			float:left;
			width:98%;
			margin-bottom:2%;
			border:solid 3px #FFFFFF;
			-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
		}
		
		.titulo_text_bajo_slider_home {
			float:left;
			width:99%;
			font-size:1.9em;
			font-weight:bold;
		}
		.bajada_text_bajo_slider_home {
			float:left;
			width:99%;
			font-size:1.4em;
			line-height:.9em;
		}
		.banner-nosotros {
			float:left;
			width:90%;
			padding:1%;
			margin-left:4%;
			margin-top:1%;
			font-size:1.8em;
			text-align:center;
			line-height:1.1em;
		}
		.servicios {
			float:left;
			width:96%;
			padding:1%;
			margin-left:1%;
		}
		.texto-servicios {
			float:left;
			width:98%;
			font-size:1.6em;
			line-height:1.2em;
			text-align:center;
			margin-top:1%;
			padding:1%;
		}
		.servicios-home{ 
			float:left;
			width:26%
		}
		.columna-servicios {
			float:left;
			width:20%;
			margin-left:2%;
			font-size:1.4em;
			line-height:.9em;
			
			padding:1%;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
			border-radius:7px;
		}
		.columna-servicios > img {
			float:left;
			width:15%;
			margin-right:2%;
		}
		.banner-servicios {
			float:left;
			width:93%;
			margin-left:3%;
			padding:0.6%;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
			border-radius:7px;
			margin-top:1%;
			color:#189d0e;
			background: rgba(237,237,237,1);
			background: -moz-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 40%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
			background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(40%, rgba(246,246,246,1)), color-stop(61%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
			background: -webkit-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 40%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
			background: -o-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 40%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
			background: -ms-linear-gradient(-45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 40%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
			background: linear-gradient(135deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 40%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=1 );
			margin-bottom:2%;
		}
		.banner-servicios > img {
			width:96%;
			margin-left:4%;
		}
		#_fotter {
			float:left;
			width:96%;
			padding:2%;
			border-top:solid 10px #7798c3;
			background-color:#c3cdda;
			-webkit-box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			color:#818d9c;
			background-image:url(../imag/fondo_fotter.png);
			background-repeat:no-repeat;
			background-position:right bottom;
			background-size:34% 100%;
		}
		#_fotter > img{
			float:left;
			height:80px;
		}
		.columna-fotter {
			float:left;
			width:14%;
			margin-left:1%;
		}
		.menu-fotter {
			float:left;
			width:100%;
			cursor:pointer;
			margin-top:1.5%;
			padding-bottom:1%;
		}
		.menu-fotter:hover {
			background: rgba(255,255,255,0.2);
			padding-left:3%;
			width:97%;
		}
		.clientes {
			float:left;
			background: rgba(255,255,255,1);
			background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(245,242,245,1)));
			background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f5', GradientType=1 );
			width:94%;
			padding:1%;
			margin-left:1%;
			margin-top:2%;
			margin-bottom:1%;
			padding-bottom:2%;
		}
		.imag-clientes {
			float:left;
			width:71%;
			margin-left:2%;
		}
		.table-clientes-mov {
			float:left;
			width:100%;
			display:none;
		}
		.table-clientes {
			float:left;
			width:74%;
		}
		.logo-cliente {
			float:left;
			width:100%;
			cursor:pointer;
		}
		.bajo-logo-cliente {
			float:left;
			width:100%;
			margin-top:2%;
			padding-top:2%;
			border-top:solid 1px;
			font-size:0.8em;
		}
		.texto-cliente{
			float:right;
			width:25%;
			font-size:1.3em;
			line-height:1.3em;
			text-align:right;
		}
		.desglose-servicio {
			float:left;
			width:96%;
			padding:1%;
			margin:1%;
			margin-bottom:3%;
			border:solid 1px #bfdae1;
			text-align:left;
			font-size:1.6em;
			line-height:1em;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
			border-radius:7px;
			
		}
		.desglose-servicio > img {
			float:left;
			margin-right:4%;
			height:40px;
		}
		.resumen-servicio {
			float:left;
			width:45%;
			margin:1%;
		}
		.video-thumb {
			float:right;
			margin:1%;
			padding:1%;
			border:solid 3px #FFFFFF;
			-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			cursor:pointer;
		}
		#_cv {
			float:left;
			top:-2000px;
			left:-2000px;
			padding:0.5%;
			background-color:#ffffff;
			position:fixed;
			border:Solid 1px;
		}
		#_fv {
			float:left;
			position:fixed;
			background-color:rgba(0,0,0,0.8);
		}
		.los-servicios {
			float:left;
			width:98%;
			padding:1%;
			margin-left:1%;
		}
		.los-servicios-u {
			float:left;
			width:29%;
			margin:2%;
			font-size:1.3em;
			line-height:1em;
		}
		.los-servicios-u > img {
			float:left;
			width:99%;
			margin-bottom:5%;
			border:solid 3px #FFFFFF;
			-webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			-moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
			box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.3);
		}
		.text-trabajo {
			float:left;
			width:35%;
			font-size:1.1em;
			line-height:1.2em;
			text-align:right;
		}
		.text-trabajo > img {
			float:left;
		}
		.col-form {
			float:right;
			width:57%;
			padding:2%;
			border:solid 1px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}
		.encierra-campos {
			float:left;
			width:100%;
			margin-bottom:2%;
			font-size:1.2em;
		}
		.campo {
			float:right;
			width:70%;
			padding:2%;
			font-size:1.2em;
			border:solid 1px #82c499;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		.mensaje {
			float:left;
			width:100%;
			font-size:1.2em;
			padding:2%;
			border:0px;
			border:solid 1px #82c499;
			height:140px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		.boton {
			float:right;
			background-color:#009b00;
			color:#FFFFFF;
			font-size:1.2em;
			padding:1%;
			padding-left:2%;
			padding-right:2%;7
			border:0px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		
		.slider-imagenes-clientes {
			float:left;
			background-color:#FFFFFF;
			z-index:9;
			width:100%;
		}
		#swiper-container1 {
			float:left;
			width:100%;
		}
		
	}
	
	@media screen and (max-width:540px){
		#_header {
			float:left;
			width:99%;
			height:50px;
			border-bottom:solid 5px #009700;
			padding:0.5%;		
			background: rgba(255,255,255,0.5);
			background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(190,223,232,1) 41%, rgba(144,195,209,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(41%, rgba(190,223,232,1)), color-stop(100%, rgba(144,195,209,1)));
			background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(190,223,232,1) 41%, rgba(144,195,209,1) 100%);
			background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(190,223,232,1) 41%, rgba(144,195,209,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(190,223,232,1) 41%, rgba(144,195,209,1) 100%);
			background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(190,223,232,1) 41%, rgba(144,195,209,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#90c3d1', GradientType=1 );
			background-image:url(../imag/fondo_header.png);
			background-repeat:no-repeat;
			background-position:left center;
		}
		.banner-head {
			float:left;
			cursor:pointer;
			margin-top:0.6%;
			height:78%;
			margin-top:1.5%;
			display:none;
		}
		.logotipo-header {
			float:left;
			height:80%;
			margin-top:1.5%;
			margin-left:3%;
			margin-right:3%;
			content: url(../imag/logotipo_mov.png);
		}
		#_win {
			float:left;
			width:100%;
		}
		.sujeta_menu_pc {
			float:right;
			width:49%;
			margin-top:3%;
			display:none;
		}
		.sujeta_menu_movil > img {
			float:right;
			height:35px;
			margin:2%;
		}
		.boton_menu_mv {
			float:left;
			width:96%;
			padding:2%;
			color:#FFFFFF;
			font-size:1.4em;
		}
		.boton_menu_pc {
			float:left;
			background-color:#009900;
			padding:0.3%;
			text-align:center;
			color:#FFFFFF;
			margin-right:1.5%;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			cursor:pointer;
			padding-left:1.5%;
			padding-right:1.5%;
			padding-bottom:0.2%;
		}
		.boton_menu_pc:hover {
			background: rgba(0,153,0,1);
			background: -moz-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,153,0,1)), color-stop(50%, rgba(2,125,2,1)), color-stop(100%, rgba(1,112,1,1)));
			background: -webkit-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -o-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			background: linear-gradient(45deg, rgba(0,153,0,1) 0%, rgba(2,125,2,1) 50%, rgba(1,112,1,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#017001', GradientType=1 );
			color:yellow;
			border-bottom:solid 6px #ffffff;
			margin-top:-4px;
			font-weight:bold;
		}
		.arriba {
			float:right;
			cursor:pointer;
			margin-top:1%;
		}
		.nombre-seccion {
			float:left;
			margin-top:2%;
			padding-top:2%;
			margin-left:3%;
			width:94%;
			font-size:1.6em;
			border-bottom:solid 1px #cfcdcd;
		}
		.bajo_slider_home {
			float:left;
			width:100%;
			padding-top:2%;
			text-align:center;
		}
		.text_bajo_slider_home {
			float:left;
			width:100%;
		}
		.text_bajo_slider_home > img {
			float:left;
			width:100%;
			margin-bottom:2%;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.titulo_text_bajo_slider_home {
			float:left;
			width:90%;
			font-size:1.4em;
			font-weight:bold;
			padding:5%;
			padding-top:0px;
		}
		.bajada_text_bajo_slider_home {
			float:left;
			width:90%;
			font-size:1.2em;
			line-height:.9em;
			padding:5%;
			padding-top:0px;
		}
		.banner-nosotros {
			float:left;
			width:90%;
			padding:1%;
			margin-left:4%;
			margin-top:1%;
			font-size:1.2em;
			text-align:center;
			line-height:1.1em;
		}
		.banner-nosotros > img {
			float:left;
			width:100%;
			margin-bottom:4%;
		}
		.servicios {
			float:left;
			width:96%;
			padding:1%;
			margin-left:1%;
		}
		.texto-servicios {
			float:left;
			width:98%;
			font-size:1.2em;
			line-height:1.2em;
			text-align:center;
			margin-top:1%;
			background: rgba(255,255,255,1);
			background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(245,242,245,1)));
			background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f5', GradientType=1 );
			padding:1%;
		}
		.servicios-home{ 
			float:left;
			width:96%;
		}
		.columna-servicios {
			float:left;
			width:88%;
			margin:1%;
			margin-left:3%;
			margin-bottom:3%;
			line-height:1.1em;
			border:solid 1px #c7e4c7;
			padding:3%;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
			border-radius:7px;
			
		}
		.columna-servicios > b {
			font-size:1.2em;
		}
		.columna-servicios > img {
			float:left;
			width:15%;
			margin-right:2%;
		}
		.banner-servicios {
			float:left;
			width:96%;
			margin:2%;
			color:#189d0e;
			margin-bottom:6%;
		}
		.banner-servicios > img {
			width:100%;
		}
		#_fotter {
			float:left;
			width:96%;
			padding:2%;
			border-top:solid 10px #7798c3;
			background-color:#c3cdda;
			-webkit-box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			box-shadow: inset 0px 2px 7px 0px rgba(0,0,0,0.5);
			background-image:url(../imag/fondo_fotter.png);
			background-repeat:no-repeat;
			background-position:right bottom;
			background-size:150% 100%;
		}
		#_fotter > img{
			float:right;
			height:80px;
			margin-bottom:-75px;
		}
		.columna-fotter {
			float:left;
			width:95%;
			margin-left:3%;
			border-bottom:solid 1px #FFFFFF;
			margin-bottom:1%;
			padding-bottom:1%;
		}
		.menu-fotter {
			float:left;
			width:100%;
			cursor:pointer;
			color:#ffffff;
		}
		.clientes {
			float:left;
			background: rgba(255,255,255,1);
			background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(245,242,245,1)));
			background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 84%, rgba(245,242,245,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f5', GradientType=1 );
			width:94%;
			padding:1%;
			margin-left:1%;
			margin-top:2%;
			margin-bottom:1%;
			padding-bottom:2%;
		}
		.imag-clientes {
			float:left;
			width:100%;
			margin-top:3%;
			margin-bottom:6;
		}
		.logo-cliente {
			float:left;
			width:10%;
		}
		.table-clientes-mov {
			float:left;
			width:100%;
			display:block;
		}
		.table-clientes {
			float:left;
			width:100%;
			display:none;
		}
		.logo-cliente {
			float:left;
			width:100%;
			cursor:pointer;
		}
		.bajo-logo-cliente {
			float:left;
			width:100%;
			margin-top:2%;
			padding-top:2%;
			border-top:solid 1px;
			font-size:0.8em;
		}
		.texto-cliente{
			float:right;
			width:98%;
			font-size:1.2em;
			line-height:1.2em;
			text-align:center;
		}
		.desglose-servicio {
			float:left;
			width:90%;
			padding:3%;
			margin:1%;
			margin-left:2%;
			margin-bottom:3%;
			border:solid 1px #bfdae1;
			text-align:left;
			font-size:1.2em;
			line-height:1em;
			
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
			border-radius:7px;
			
		}
		.desglose-servicio > img {
			float:left;
			margin-right:4%;
			height:40px;
		}
		.resumen-servicio {
			float:left;
			width:45%;
			margin:1%;
			border-top:solid 1px #c6c5c5;
			padding-top:2%;
		}
		.resumen-servicio {
			float:left;
			width:98%;
			margin:1%;
		}
		.video-thumb {
			float:right;
			margin:1%;
			padding:1%;
			border:solid 1px;
			cursor:pointer;
			width:90%;
			margin:2.5%;
		}
		#_cv {
			float:left;
			top:-2000px;
			left:-2000px;
			padding:0.5%;
			background-color:#ffffff;
			position:fixed;
			border:Solid 1px;
		}
		#_fv {
			float:left;
			position:fixed;
			background-color:rgba(0,0,0,0.8);
		}
		
		.los-servicios {
			float:left;
			width:98%;
			padding:1%;
			margin-left:1%;
		}
		.los-servicios-u {
			float:left;
			width:96%;
			margin:2%;
			font-size:1.3em;
			line-height:1em;
		}
		.los-servicios-u > img {
			float:left;
			width:99%;
			margin-bottom:5%;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.text-trabajo {
			float:left;
			width:99%;
			font-size:1.1em;
			line-height:1.2em;
			text-align:right;
		}
		.text-trabajo > img {
			float:left;
		}
		.col-form {
			float:left;
			width:94%;
			padding:2%;
			margin-left:2%;
			border:solid 1px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}
		.encierra-campos {
			float:left;
			width:100%;
			margin-bottom:2%;
			font-size:1.2em;
		}
		.campo {
			float:right;
			width:99%;
			padding:2%;
			font-size:1.2em;
			border:solid 1px #82c499;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		.mensaje {
			float:left;
			width:100%;
			font-size:1.2em;
			padding:2%;
			border:0px;
			border:solid 1px #82c499;
			height:140px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
		}
		.boton {
			float:right;
			background-color:#009b00;
			color:#FFFFFF;
			font-size:1.4em;
			padding:2%;
			padding-left:6%;
			padding-right:6%;
			border:0px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		
	}