@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #2d2d2f;
	}

.header, .footer{
	background: #2d2d2f;
	width:100%;
	height:130px;
	}
	
.header{
	-webkit-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
	}

.menu{
	float:right;
	padding-top:40px;
	}
	
.menu ul li{
	display:inline-block;
	margin:10px 20px;
	}
	
.main{
	height:auto;
	background:#a9a9a9;
	}
	

.container{
		width:1200px;
		margin: 0 auto;
		min-height:320px;
		padding-bottom:30px;
	}

.logo{
	padding:20px 0;
	float:left;
	}

.menu a{
	color:#fff;
	}

.menu a:hover{
	color:#ffb400;
	}
	

.address{
	padding-left:50px;
	padding-top:20px;
	color:#fff;
	float:right;
	}

.address a{
	color:#ffb400;
	}
	

.texto_intro{
	width:45%;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#404144;
	}

.texto_intro h3{
	margin-top:0px;
	color:;
	font-style:italic;
	
		}
	
.texto_intro h1{
	margin-bottom:10px;
		}


.slider_container{
	width:45%;
	float:right;
	height:400px;
	}

.main .container{
	padding-top:30px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#404144;
	}

.boton_presupuesto{
	position:relative;
	top:10px;
	left:0%;
	
	}

.boton_presupuesto a{
	padding:10px 30px;
	border-radius:10px;
	background: rgb(109,109,109); /* Old browsers */
	font-size:20px;
	color:white;
	background: rgb(84,84,84); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(84,84,84,1) 0%, rgba(109,109,109,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,84,84,1)), color-stop(100%,rgba(109,109,109,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(109,109,109,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(109,109,109,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(109,109,109,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(84,84,84,1) 0%,rgba(109,109,109,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
box-shadow: 0px 10px 23px -7px rgba(0,0,0,0.75);
	text-decoration:none;
	text-transform:uppercase;
	}

.boton_presupuesto a:hover{
	
	background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
	color:#fff;
	-webkit-box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.35);
box-shadow: 0px 10px 13px -7px rgba(0,0,0,0.35);

	}
	
.icono_presupuesto{
	position:relative;
	top:7px;
	margin-right:10px;
	}

.separador{
	width:100%;
	height:30px;
	background-image:url('img/separador.png');	
	}

.quienes{
	width:60%;
	margin-bottom:40px;
	}

.garantias li{
	display:inline-block;
	height:50px;
	list-style:none;
	width:30%;
	float:left;
	padding:10px;
	border:solid 1px #404144;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	font-weight:bold;
	border-radius:10px;
	background: rgba(199,197,199,1);
background: -moz-linear-gradient(top, rgba(199,197,199,1) 0%, rgba(226,226,226,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,197,199,1)), color-stop(100%, rgba(226,226,226,1)));
background: -webkit-linear-gradient(top, rgba(199,197,199,1) 0%, rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top, rgba(199,197,199,1) 0%, rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top, rgba(199,197,199,1) 0%, rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom, rgba(199,197,199,1) 0%, rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c5c7', endColorstr='#e2e2e2', GradientType=0 );
	}

.garantias{
	left: -40px;
    position: relative;
	margin-left:0px;
	}

.resaltar{
	font-size:1.2em;
	line-height:40px;
	}
.centrado{
	text-align:center;
	display:block;
	margin-top:10px;
	}

.formulario{
	height:550px;
	float:right;
	width:80%;
	
	}

.direccion{
	line-height:26px;
	}

.footer .container{
	height:100px;
	min-height:0px!important
	}

/*-------------------- SLIDER ------------------------- */

#slideshow { 
    margin: 25px auto; 
    position: relative; 
    width: 480px; 
    height: 310px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	left:-50px;
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


/*------------------- FORMULARIO -------------------- */

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    width:810px;
    color: #404144;
    font-family:Arial;
}
form {
    margin:0 auto;
    width:800px;
}
 
input, textarea {
    width:780px;
    height:27px;
    background:#666666;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:13px;
    color:#ffffff;
}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	background-color:#404144;
}

#submit:hover{
	background-color:red;
	}