body{
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cabecera{
	background-image: url(../img/cabecera.jpg);
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: 50% 50%;    
	height: 300px;
	width: 100%;
}
.tabs{
	margin-top: -20px;

}
.tabs-navs{
	padding:0px;
	list-style: none;
	overflow: auto;
	margin: 0;
-webkit-box-shadow: -1px 5px 22px 3px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 5px 22px 3px rgba(0,0,0,0.75);
box-shadow: -1px 5px 22px 3px rgba(0,0,0,0.75);

}
.tabs-navs li a{
	background: -webkit-linear-gradient(top,#d1ccbf,#96938e);
	background: -moz-linear-gradient(top,#d1ccbf,#96938e);
	float: left;
	padding: 20px;
	width: 222px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 16px;

}
.tabs-navs li a:hover{
	background: -webkit-linear-gradient(top,#5bbf21,#568e14);
	background: -moz-linear-gradient(top,#5bbf21,#568e14);
	color: #fff;
}
.contenido{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}


.panelNegro{
	background-image: url(../img/panel.jpg);
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 510px;

	
}
.agenda{
	 width: 300px;
	 margin-left: 25px;
	 margin-top: 400px;
	 padding: 10px;
	 background: -webkit-linear-gradient(top,#5bbf21,#568e14);
	 background: -moz-linear-gradient(top,#5bbf21,#568e14);
	 color: #fff;
}
.agenda:hover{
	 width: 300px;
	 margin-left: 25px;
	 margin-top: 400px;
	 padding: 10px;
	 background: -webkit-linear-gradient(top,#5bbf21,#568e14);
	 background: -moz-linear-gradient(top,#5bbf21,#568e14);
	 color: #fff;
	 opacity: 0.9;
}
.Slider{
background-color: #fff;
padding-top: 18px;
}
.graficas{
	background-color: #fff;
	height: 94px;
	
}
.footer{
	height: 100px;
	background-image: url(../img/fondo2.jpg);
	background-color: #444f51;
	color: #fff;
}
.tabs-navs2{
	padding:0px;
	list-style: none;
	overflow: auto;
	margin: 0;
	margin-left: 90px;
	margin-top: 45px;

}
.tabs-navs2 li a{
	
	float: left;
	padding: 20px;
	width: 222px;
	text-align: center;
	text-decoration: none;
	color: #eee;
	font-size: 16px;

}
.tabs-navs2 li a:hover{
	text-decoration: underline;
	color: #fff;
}
.footerlinea{
	 background-color: #2b2147;
	 height: 10px;
}
.corpor{
	height: 60px;
	text-align: center;
	margin-top: 18px;
}
.texto1{
	padding: 30px;
	padding-bottom: 40px;
}
.personal{
	height: 160px;
	
}
.personal2{
	height: 160px;
	margin-left: 35px;

}
.foto1{
	border:solid;
	border-color: #000;

}
.membrete{
	height: 150px;
	background-image: url(../img/fondo2.jpg);
	background-color: #444f51;
	color: #fff;
}
.info{
	height: 150px;
	background: -webkit-linear-gradient(top,#d1ccbf,#96938e);
	background: -moz-linear-gradient(top,#d1ccbf,#96938e);
}
.info2{
	margin-top: 100px;
	color:#fff;
}
.servicios{
	text-align: left;
	font-size: 18px;
	padding-bottom: 18px;
}
.derecha{
	float:right;
	font-size: 9px;
}
.infoservicios{
	padding: 25px;
	
}
.cabecera-servicios{
	background-color: #fff;
	padding-bottom: 10px;
}
.contenedor-contactos{
	background-color: #fff;
	padding: 15px;
	height: 700px;
}
.direccion{
	background-image: url(../img/fondo2.jpg);
	background-color: #444f51;
	color: #fff;
	height: 685px;
}
.logocontactos{
	opacity: 0.5;
	margin-top: 250px;
	margin-left: -5px;
}