/* Fuentes */

@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro); /* Menu */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans); /* Servicios */
@import url(http://fonts.googleapis.com/css?family=Cuprum); /* Mensaje slide */

@import url(http://fonts.googleapis.com/css?family=Montserrat); /* Empresa */ 



*{
	margin: 0px;
	padding: 0px;
}
small a{
	color: #C0C0C0;
}

body{
	font-size: 16px;
}
.bg_principal{
	background: #fbfdf8;
}
/* otros estilos*/

::-webkit-input-placeholder { color: #FFFFFF; } /* WebKit */
:-moz-placeholder { color: #FFFFFF; } /* Firefox 18- */
::-moz-placeholder { color: #FFFFFF; } /* Firefox 19+ */
:-ms-input-placeholder { color: #FFFFFF; } /* IE 10+ */	

.bg_blanco{
	background: #FFFFFF;
}
.centrar{
	margin: 0 auto;
	width: 965px;
}
.centrar_slide{
	margin: 0 auto;
	min-width: 965px;
}
.centrar_menu{
	margin: 0 auto;
	width: 593px;
}
.bg_barra_menu{
	background: #8c8b7a; /* BARRITA DELGADA PLOMA  INDEX*/	
	height: 10px;
	z-index: 9000;
	text-align: center;
}
a{
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}
.enlace{
	font-size: 12px;
	width: 150px;
	color: #000000;
}
#enlaces_interes{
	margin-top: -50px; 
}
#enlaces_interes a img{
	width: 155px;
}
.enlace:hover{
	background: #F36852;
}
.color_caja_rojo{
	background: #000066; /* CUADRADO AZUL */	
}
.color_caja_gris{
	background: #abaa9a;
}

.caja_Serv{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 150px;
	height: 63px;
	padding: 19px;
}
.margin_top_5{
	margin-top: 5px; 
}
.margin_top{
	margin-top: 20px; 
}
.margin-top-40{
	margin-top: 40px; 	
}
.padding-top-bot{
	padding-top: 1em;
	padding-bottom: 1em;
}
.flecha-titulo{
	width: 13px;	
}
.titulo_h2{
	color: #000066;  /* TITULO AZUL */
	font-size: 20px;
	font-weight: lighter;
	margin-bottom: 10px; 
	text-align: center;
}
.titulo_h3{
	color: #525552;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.titulo_h3_color{
	
}
.titulo_h3_color:hover{
	color: #000066;  /* TITULO AZUL #E98C7E; */
	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */
}
.art_anch_500{
	width: 500px;
}
.art_anch_400{
	width: 400px;
}
.art_anch_200{
	width: 200px;
}
.imagen{
	height: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.imagen2{
	height: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.item{
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}
.parrafo{
	color: #474740;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
}

.linea{
	border-radius: 20%;
	height: 2px;
	width: 50%;
	background: #000066; /* LINEA AZUL #F36852 */
	margin-bottom: 10px;
}
.alinear_centrado{
	text-align: center;
}
.alinear_izquierda{
	text-align: left;
}
.bordes-redondeados{
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #D8D8D8;
}
.bordes-bottom{
	border-bottom: 1px  solid #B2B3B1;
}
.bordes-bottom-rojo{
	border-bottom: 3px  solid #F36852;
}
.bordes-bottom:hover{
	border-bottom: 1px  solid #DF9084;	
	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */	
}
/*----------------*/
.logo{
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 353px;	

	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    -o-transition:all 1s ease-out;  /* Opera */
    transition:all 1s ease-out;  /* W3C */	
}
.logo:hover{
	margin-left: 200px;		

	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    -o-transition:all 1s ease-out;  /* Opera */
    transition:all 1s ease-out;  /* W3C */	
}
.logo img{
	width: 250px;
}
.list-none{
	line-height: 20px;
	list-style: circle;
	margin-left: 16px;

}
/* MENU */
.menu{
	font-size: 15px;
	position:relative;
	z-index: 9000px;
}
.menu ul{
	/*border-top: 1px solid #DCDCD8;*/
	position: absolute;
	margin-left: 190px;
	z-index: 1;
}
.menu ul li {
	border-top: 1px solid #DCDCD8;
	background: #FFFFFF;
	list-style: none;
 	float: left;
}
.menu ul li:first-child{
	text-align: right;
	width: 150px;
}
.menu ul li a{
	font-family: 'Source Code Pro', Arial ;
	border-left: 1px solid #DCDCD8;
	border-right: 1px solid #DCDCD8;
	display: block;
	color: #838272;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.menu ul li:hover{
	background: #000066;  /*  MODIFICA MENU COLOR NARANJA #F36852    NRO 1 */

	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    -o-transition:all 1s ease-out;  /* Opera */
    transition:all 1s ease-out;  /* W3C */	
}
.menu ul li a:hover{
	color: #FFFFFF;
	background: #000066; /*  MODIFICA MENU COLOR NARANJA #F36852  NRO 2 */

	-webkit-transition:all 1s ease-out;  /* Chrome y Safari */
	-moz-transition:all 1s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 1s ease-out;   /* Internet Explorer */
    -o-transition:all 1s ease-out;  /* Opera */
    transition:all 1s ease-out;  /* W3C */	
}
.menu ul li a:first-child{
	border-left: none;
}

.menu ul{
	text-align: center;

}
.btn_cont{
	text-align: left;
	width: 150px;
}
.btn_cont a{
	display: block;
	border-right: none !important;
}

/*Servicios*/
.servicios{
	margin-top: 20px;
	color:#FFFFFF;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 30px;
	background: white;

}
.sub_servicios{
	margin-top: 420px;
	position: absolute;
}
.fuente_serv{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
}
.espacio{
	height: 540px;
}


/*slider*/
.slider{
	margin-top: 0px; 
}
.btn_flota{
	position: absolute;
	right: -116px;
	margin-top: 170px;
}
.btn_flota:hover{


	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	        transform: rotate(360deg);

	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */

}
.f_rosa,.f_blanco{
	font-size: 1.1em;	
	font-family: 'Cuprum', sans-serif;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
}
.f_rosa{
	color: #f8c9c1;
}
.f_blanco{
	color: #FFFFFF;
}




/*footer*/
footer{
	font-size: 13px;
	margin: 0px;
	padding: 0px;	 
	padding-top: 2em;
	padding-bottom: 13em; 
	background: #e5e5dd;
	color: #474740;
	overflow: hidden;
	height: 100%;
}
footer h3{
	color: #000066;  /* TITULO AZUL DIVISION STA FE PIE DE PAGINA */
}
footer p{
	font-family: Arial;
	font-weight: lighter;
}
.datos{
	margin-top: 0px;
}
.caja_datos{
	display: inline-block;
	vertical-align: top;
	padding-right: 3em; 
}
.creado{
	color: #959588;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
.creado a{
	text-decoration: none;
	color: #959588;
}
.creado h5{
	font-size: 12px;
	font-weight: lighter;
}
.flecha{
	position: absolute;
	bottom: 0px;
	padding-bottom: 15px;
}
.flecha:hover{
	padding-bottom: 5px;	

	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */
}
.caja{
	color: #9A9A9A;
	width: 150px;
	padding: 0.5em;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	color: #FFFFFF;
	background: #000066;  /* CAJA AZUL FLOTA */
}
.caja:hover{
	background: #7E7E7E;

	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */
}
.caja2{
	color: #9A9A9A;
	width: 200px;
	height: 205px;
	padding: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	color: #FFFFFF;
	background: #000066;  /* CAJA AZUL */
}
.caja2:hover{
	background: #7E7E7E;

	-webkit-transition:all 0.5s ease-out;  /* Chrome y Safari */
	-moz-transition:all 0.5s ease-out;  /* Mozilla Firefox */
    -ms-transition:all 0.5s ease-out;   /* Internet Explorer */
    -o-transition:all 0.5s ease-out;  /* Opera */
    transition:all 0.5s ease-out;  /* W3C */
}

#camera_wrap_1{
	margin-bottom: 0px !important;
}
.empresa{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}

.btn_arriba{
	position: relative;
	text-align: right;
	margin-top: -75px;
}


.btn_img{
	position: absolute;
	margin-top: -100px; 
}


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 3px 3px 3px #D2D2D2;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#b2b2b2; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:13px;
	font-size:13px;
	font-family:Arial;
	font-weight:lighter;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
	background:-o-linear-gradient(bottom, #000066; 5%, #F36852 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F36852), color-stop(1, #F36852) );
	background:-moz-linear-gradient( center top, #F36852 5%, #F36852 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#ff5656");	background: -o-linear-gradient(top,#F36852,#F36852);

	background-color:#F36852;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:13px;
	font-family:Arial;
	font-weight:lighter;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #F36852 5%, #F36852 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F36852), color-stop(1, #F36852) );
	background:-moz-linear-gradient( center top, #F36852 5%, #F36852 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#F36852", endColorstr="#F36852");	background: -o-linear-gradient(top,#F36852,#F36852);

	background-color:#F36852;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* ------------------------------------------------------------------------------------------ */

/*contactenos*/

.contacto{
	border-radius: 5%;
	border-left: 5px solid  #000066; /* COLOR AZUL #F36852 */
	
	text-align: justify;
}
.contacto label{
	display: inline-block;
	padding-bottom: 10px; 
	font-size: arial;
	font-weight: normal;
	font-size: 15px;
}
.contacto input{
	width: 250px;
	font-size: 13px;
	border-radius: 8px	;
	background: #000066; /* COLOR AZUL #F36852 */
	border: none;
	color: #FFFFFF !important;
	padding: 10px;
}



.contacto textarea{
	border-radius: 8px	;
	background: #000066; /* COLOR AZUL #F36852 */
	border: none;
	color: #FFFFFF;
	padding: 10px;
	font-size: 13px;	
}
.contacto div{
	margin-left: 2em;

}
.btn_form{

	border-radius: 8px;
	border: none;
	font-size: 13px;
	font-size: arial;
	font-weight: normal;
	padding: 5px;
	width: 70px !important;
}
.btn_form:hover{
	background: #BCBCBC;
	color: #FFFFFF;
}





/* Media queries*/

@media screen and (min-width: 100px){
	.btn_flota{
		position: absolute;
		right: 0px;
		margin-top: 170px;
	}
}
@media screen and (min-width: 940px){
	.camera_caption {
		bottom: 0;
		display: block;
		position: absolute;
		width: 100%;

		margin-left: 40%;
		width: 350px;	
		margin-bottom: 65px !important;
	}
}

@media screen and (min-width: 1350px){
	.btn_flota{
		position: absolute;
		right: 190px;
		margin-top: 170px;
	}
	.camera_caption {
		bottom: 0;
		display: block;
		position: absolute;
		width: 100%;

		margin-left: 40%;
		width: 350px;	
		margin-bottom: 183px !important;
	}
}