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

body{margin:0;
padding:0;
font-family: 'Roboto Condensed', sans-serif;
font-size:18px;
background:url(../img/bg.png);
color:#858593;
	}
.contenedor-todo{
	background:rgba(255,255,255,1);
-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.75);
	}
.contenedor-todo, .wrap{
	width:990px;
	height:100%;
	margin:0 auto 0 auto;
	}
header{
	width:990px;
	height:230px;
	margin:0 auto 0 auto;
	position:relative;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(40%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 40%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 40%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	}
.banner{
	width:990px;
	height:313px;
	position:relative;
	margin:0 0 20px 0;
	background-image:url(../img/banner-servicios.png);
	}
.banner h1{
	position:absolute;
	bottom:0;
	left:0;
	width:980px;
	padding:5px 0 5px 10px;
	background:rgba(255,255,255,0.8);
	font-weight:normal;
	font-size:26px;
	color:#ABCA4A;
	}
h1{
	margin:0;
	}
h2{
	color:#ABCA4A;
	font-weight:normal;
	font-size:22px;
	text-transform:uppercase;
	margin:0 0 0 15px;
	}
.logo{
	width:320px;
	height:110px;
	background:url(../img/logo-treding.png) no-repeat;
	position:absolute;
	top:30px;
	left:20px;
	}
.contacto-index{
	width:181px;
	height:116px;
	background:#ABCA4A;
	color:#FFF;
	position:absolute;
	top:0;
	right:20px;
	}
.contacto-index h3{
	margin:10px 0 0 45px;
	font-weight:normal;
	}
.contacto-index ul{
	margin:10px 0 0 -4px;
	background:url(../img/bg-fonos.png) no-repeat 15px 7px;
	}
.contacto-index li{
	list-style:none;
	}
nav ul{
	width:370px;
	height:30px;
	position:absolute;
	right:20px;
	bottom:20px;
	}
/*.nav-index ul{
	right:20px;
	bottom:40px;
	}
.nav-resto ul{
	right:20px;
	bottom:80px;
	}*/
nav li{
	list-style:none;
	display:inline;
	padding:0 30px 0 30px;
	border-right:1px solid #868695;
	}
nav li a{
	text-decoration:none;
	color:#868695;
	}
nav li a:hover, nav .visit{
	color:#ABCA4A;
	}
nav .no-borde{
	border-right:none;
	}

/*SLIDER*/

/*SLIDER*/
article li{
	color:#858594;
	}
article{
	float:left;
	margin:0;
	}
section{
	width:960px;
	margin:40px 0 40px 23px;
	float:left;
	}
.foto{
	width:165px;
	height:100px;
	background:#999;
	border:3px solid #ABCA4A;
	float:left;
	margin:0 20px 18px 0;
	}
.contenedor-fotos-index{
	width:400px;
	float:left;
	margin:10px 0 0 180px;
	}
/*SERVICIOS*/
.servicios-fotos{
	width:580px;
	margin:8px 0 0 0;
}
/*CONTACTO*/
.color-verde{
	color:#ABCA4A;
	}
.mapa{
	margin:0 20px 0 220px;
	}
.info-contacto{
	margin:-24px 0 0 0;}
.mapa, .info-contacto{
	float:left;
	}
/*FOOTER*/
footer{
	width:990px;
	height:110px;
	margin:0 auto 0 auto;
	clear:both;
	font-size:16px;
	color:#FFF;
	background: #abca4a; /* Old browsers */
background: -moz-linear-gradient(left, #abca4a 0%, #70b02c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#abca4a), color-stop(100%,#70b02c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #abca4a 0%,#70b02c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #abca4a 0%,#70b02c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #abca4a 0%,#70b02c 100%); /* IE10+ */
background: linear-gradient(to right, #abca4a 0%,#70b02c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abca4a', endColorstr='#70b02c',GradientType=1 ); /* IE6-9 */
	}
.info-footer-iz{
	float:left;
	margin:0 0 0 20px;}
.info-footer-der{
	float:right;
	margin:15px 20px 0 0;
	font-size:17px;
	padding:0 0 0 23px;
	background:url(../img/bg-fonos.png) no-repeat 0px 23px;
	}


/*FOOTER*/