body,html {
	float:left;
	width:100%;
	margin:0;
}
/* 	================================================================================================================== 
	TOP
/*	================================================================================================================== */
.top{
	float: left;
	width: 100%;
	padding-bottom: 60px;
	background: url(imagenes/top_bg.jpg) repeat-x center bottom;
	padding-top: 20px;
}
.central{
	width:960px;
	margin:0 auto;
}
.top_logo{
	float: left;
	height: 120px;
	width: 100px;
}
.top_menu{
	float: left;
	height: auto;
	width: 600px;
	margin-top: 40px;
	margin-left: 20px;
}
.top_menu_btn{
	font: 600 12px/40px "Montserrat", sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: center;
	float: left;
	height: auto;
	width: 19%;
	letter-spacing: 2px;
	-webkit-transition: all ease-out 0.2s;
}
.top_menu_btn:hover{
	color:#000;
	text-decoration:underline;
}
.top_datos{
	font-family: "Montserrat", sans-serif;
	float: right;
	height: auto;
	width: 220px;
	text-align: right;
}
.top_datos_tit{
	font: bold 16px/20px "Montserrat", sans-serif;
	color: #666666;
	text-align: right;
	float: left;
	width: 100%;
}
.top_datos_tel_tit{
	font: 400 12px/20px "Montserrat", sans-serif;
	color: #666666;
	text-align: right;
	float: left;
	width: 100%;
	letter-spacing: 1px;
}
.top_datos_tel{
	font: bold 30px/30px "Montserrat", sans-serif;
	color: #F20000;
	text-align: right;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.top_redes{
	text-align: center;
	padding: 4px;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	margin-left: 5px;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
}
.top_redes:hover{
	border-color:#F20000;
}
.top_ser_menu{
	background: #F20000;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_ser_menu_btn{
	float: left;
	width: 24%;
	-webkit-transition: all ease-out 0.1s;
}
.top_ser_menu_btn:hover{
	-webkit-transform: scale(.9);
}
.top_banner{
	background: #000 url(imagenes/top_banner_bg.jpg) no-repeat center center fixed;
	background-size: cover;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
.top_banner_txt{
	margin: 0px;
	height: 390px;
	width: 100%;
	-webkit-transition: all ease-out 0.1s;
	float: left;
	text-align: center;
}
.top_banner_txt:hover{
	-webkit-transform: scale(.95);
}
.top_banner_txt img{
	width:auto;
	height:390px;
}
.drop_menu{display:none;}
/* 	================================================================================================================== 
	GENERAL
/*	================================================================================================================== */
.titulo{
	font: 800 60px/80px "Montserrat", sans-serif;
	color: #F20000;
	text-align: center;
	float: left;
	width: 100%;
	height: auto;
	margin: 40px 0px;
}
.texto, p{
	font: 600 16px/20px "Montserrat", sans-serif !important;
	font-size: 16px !important;
	color: #7F7F7F;
	text-align: center;
	float: left;
	width: 100%;
	height: 100%;
	max-height: 100000px;
}
/* 	================================================================================================================== 
	INICIO
/*	================================================================================================================== */
.inicio_cotizamos{
	background: #7F7F7F;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
}
.inicio_cotizamos_col{
	float: left;
	width: 440px;
	margin: 40px auto;
	height: auto;
}
.inicio_cotizamos_tit{
	font: 800 40px/40px "Montserrat", sans-serif;
	color: #FFF;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.inicio_cotizamos_txt{
	font: normal 16px/20px "Montserrat", sans-serif;
	color: #FFF;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	clear: left;
}
.inicio_cotizamos_btn{
	font: bold 16px/30px "Montserrat", sans-serif;
	color: #FFF;
	background: #f20000;
	padding: 10px 20px;
	float: left;
	height: auto;
	width: auto;
	text-decoration: none;
	clear: left;
	letter-spacing: 1px;
	-webkit-transition: all ease-out 0.1s;
	box-shadow: 0px 0px 0px 0px #ff0000;
}
.inicio_cotizamos_btn:hover{
	box-shadow: 0px 0px 0px 3px #ff0000;
}
.inicio_cotizamos_img{
	float: right;
	height: 360px;
	width: 520px;
	background: url(imagenes/inicio_cotizamos_img.png) no-repeat center center;
	margin:-20px 0 -30px;
}
/* 	================================================================================================================== 
	PIE
/*	================================================================================================================== */
.pie{
	background: #EEEEEE;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 5px solid #f20000;
}
.pie_logo{
	float: none;
	height: 80px;
	width: 70px;
	vertical-align: top;
	display: inline-block;
}
.pie_menu{
	height: auto;
	width: auto;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #CCC;
	display: inline-block;
	vertical-align: top;
}
.pie_menu_btn{
	height: auto;
    width: 100%;
    font: 600 12px/20px "Montserrat", sans-serif;
    letter-spacing: 1px;
    color: #666;
    text-align: left;
    text-decoration: none;
    display: block;
}
.pie_menu_btn:hover{
	color:#000;
	text-decoration:underline;
}
.pie_derechos{
    float: right;
    height: auto;
    width: auto;
    font: 600 10px/15px "Montserrat", sans-serif;
    color: #666;
    text-align: right;
    text-decoration: none;
    display: block;
}
.pie_derechos a{ color:#666; text-decoration:none; font-weight:bold;}
.inicio_ser{
	float: left;
	height: auto;
	width: 100%;
}
.inicio_ser_col{
	display: inline-block;
	height: auto;
	width: 530px;
	vertical-align: middle;
}
.inicio_ser_tit{
	font: 800 40px/40px "Montserrat", sans-serif;
	color: #f20000;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.inicio_ser_txt{
	font: 600 16px/20px "Montserrat", sans-serif !important;
	color: #7F7F7F;
	text-align: left;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	clear: left;
}
.inicio_ser_txt a{
	float:left;
	width:100%;
	color: #7F7F7F;
	text-decoration:none;
	line-height:30px;
}
.inicio_ser_txt a:hover{
	color:#f20000;
}
.inicio_ser_btn{
	font: bold 16px/30px "Montserrat", sans-serif;
	color: #FFF;
	background: #f20000;
	padding: 10px 20px;
	float: left;
	height: auto;
	width: auto;
	text-decoration: none;
	clear: left;
	letter-spacing: 1px;
	-webkit-transition: all ease-out 0.1s;
	box-shadow: 0px 0px 0px 0px #ff0000;
}
.inicio_ser_btn:hover{
	box-shadow: 0px 0px 0px 3px #ff0000;
}
.inicio_ser_img{
	display: inline-block;
	width:420px;
	height:
	auto;
	vertical-align: middle;
}
/* 	================================================================================================================== 
	NOSOTROS
/*	================================================================================================================== */
.nosotros_col{
	float:
	left;
	width:50%;
	height:
	auto;
	margin: 40px 0;
}
.nosotros_col.der div{
	text-align:right;
}
.nosotros_valores{
	font: 600 16px/20px "Montserrat", sans-serif;
	color: #7F7F7F;
	text-align: center;
	float: left;
	height: auto;
	width: 20%;
	margin: 20px 0px;
}
/* 	================================================================================================================== 
	SERVICIOS
/*	================================================================================================================== */
.ser_menu_btn{
	text-align: center;
	display: inline-block;
	margin: 5px;
	height: 200px;
	width: 32%;
	position:relative;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
}
.mini .ser_menu_btn{
	height:100px;
	width:16%;
	margin:0;
}
.ser_menu_btn_cont{
	float: left;
	height: auto;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	z-index: 12;
	-webkit-transition: all ease-out 0.2s;
}
.mini .ser_menu_btn_cont{
	top:10px;
}
.ser_menu_btn_ico{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:20px;
	-webkit-transition: all ease-out 0.2s;
}
.mini .ser_menu_btn_ico{ margin-bottom:10px}
.ser_menu_btn_ico img{
	-webkit-filter: brightness(100%) grayscale(100%) invert() contrast(200%);
}
.ser_menu_btn_txt{
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	font: 600 20px/25px "Montserrat", sans-serif;
	color: #fff;
	-webkit-transition: all ease-out 0.2s;
	text-decoration: none;
}
.mini .ser_menu_btn_txt{
	font: 600 14px/15px "Montserrat", sans-serif;
}
.ser_menu_btn_top{
	background: #808080;
	float: left;
	height: 200px;
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:11;
	-webkit-transition: all ease-out 0.2s;
	-webkit-transform: rotate(0deg);
}
.ser_menu_btn_bg{
	background: #ff0018;
	float: left;
	height: 200px;
	width: 100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	-webkit-transition: all ease-out 0.2s;
	-webkit-transform: rotate(0deg);
}
.ser_menu_btn:hover .ser_menu_btn_top,
.activo .ser_menu_btn_top{	
	background: #ff0018;
	-webkit-transform: rotate(3deg);
}
.ser_menu_btn:hover .ser_menu_btn_bg,
.activo  .ser_menu_btn{
	background: #808080;	
	-webkit-transform: rotate(-3deg);
}
.mini .ser_menu_btn_cont{}
.mini .ser_menu_btn_top,
.mini .ser_menu_btn_bg{
	height:100px
}
.ser_gpo{
	margin: 10px 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	display:none;
}
.ser_col{
	height: auto;
	width: 460px;
	float: left;
	margin-right: 30px;
}
.ser_col_tit{
	font: 800 40px/40px "Montserrat", sans-serif;
	color: #F20000;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
.ser_col_txt{
    font: 600 16px/20px "Montserrat", sans-serif;
    color: #000;
    float: left;
    height: auto;
    width: 100%;
    max-height: 10000000%;
}
.ser_gal{
	height: auto;
	width: 460px;
	float: left;
}
/* 	================================================================================================================== 
	CONTACTO
/*	================================================================================================================== */
.contacto_datos{
	float: left;
	height: auto;
	width: 450px;
}
.contacto_datos .inicio_ser_txt{
	margin-bottom:40px
}
.contacto_form{
	background: #000;
	padding: 30px;
	float: right;
	height: auto;
	width: 400px;
}
.contacto_form_tit{
	font: 800 40px/40px "Montserrat", sans-serif;
	color: #fff;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.contacto_form_txt{
	font: 600 16px/20px "Montserrat", sans-serif;
	color: #fff;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	clear: left;
}
.contacto_form_input{
    float: left;
    font: 400 16px/20px "Montserrat", sans-serif;
    background: #fff;
    margin: 0px 0px 10px;
    border: none;
    padding: 10px 2%;
    width: 96%;
}
.contacto_form_textarea{
    float: left;
    font: 400 16px/20px "Montserrat", sans-serif;
    background: #fff;
    margin: 0px 0px 10px;
    border: none;
    padding: 10px 2%;
    width: 96%;
	height:60px;
	max-width:96%;
}
.contacto_form_btn{
	font: 600 16px/30px "Montserrat", sans-serif;
	color: #FFF;
	background: #f20000;
	padding: 5px 20px;
	float: right;
	height: auto;
	width: auto;
	margin:0px;
	text-decoration: none;
	clear: left;
	letter-spacing: 3px;
	-webkit-transition: all ease-out 0.1s;
	box-shadow: 0px 0px 0px 0px #ff0000;
	border: none;
	cursor: pointer;
}
.contacto_form_btn:hover{
	box-shadow: 0px 0px 0px 3px #ff0000;
}
.contacto_mapa{
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: -40px;
}
