@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}
img{
	border:0;
}
a {
	text-decoration:none;
	outline: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5e5f60;
}

/*------------- HEADER--------------------*/
#container-header-home{
	width:100%;
	min-width:950px;
	border-top:#8b8e8e solid 9px;
	height:130px;
}
#container-header{
	width:100%;
	min-width:950px;
	border-top:#8b8e8e solid 9px;
}

#header{
	margin:auto;
	width:950px;
}
#header img{
	margin-top:2px;
	clear: both;
}
#idiomas{
	float:right;
	margin-top: 3px;
	margin-right: 5px;
}
#idiomas img{
	margin-left: -3px;
}
/*------------- FIN HEADER--------------------*/

/*--------------MENU--------------------*/
#menu{
	 float:right;
	 color:#646464;
	 padding-right:20px;
}

#nav{
 	list-style-type:none;
}

#nav li{
	float:left;
	margin-left:30px;	
}

/*Estados botones*/
#menu ul li a#navmenu_home{
	display:block;
	background:transparent;
	text-decoration:none;
	color:#646464;
	text-align:center;
	padding-top:35px;
	width:100px;
	height:55px;
}

#nav li a:visited{
	color:#646464;
}

/* menu1 activo*/
#nav li.menu1 a.active {
	display:block;
	background-color:#dddede;
	width:100px;
	height:55px;
	text-align:center;
	padding-top: 35px;
	color: #646464;
	background-image: url(images/flechita-active.png);
	background-repeat: no-repeat;
	background-position: 38px 64px;
}	

#menu ul li a#navmenu_nosotros{
	display:block;
	background:transparent;
	text-decoration:none;
	color:#646464;
	text-align:center;
	padding-top:35px;
	width:100px;
	height:55px;	
}	

#nav li a:visited{
	color:#646464;
}

/* menu2 activo*/
#nav li.menu2 a.active {
	display:block;
	background-color:#dddede;
	width:100px;
	height:55px;
	text-align:center;
	padding-top: 35px;
	color: #646464;
	background-image: url(images/flechita-active.png);
	background-repeat: no-repeat;
	background-position: 38px 64px;

}	

#menu ul li a#navmenu_clientes{
	display:block;
	background:transparent;
	text-decoration:none;
	color:#646464;
	text-align:center;
	padding-top:35px;
	width:100px;
	height:55px;	
}	

#nav li a:visited{
	color:#646464;
}
/* menu3 activo*/
#nav li.menu3 a.active {
	display:block;
	background-color:#dddede;
	width:100px;
	height:55px;
	text-align:center;
	padding-top: 35px;
	color: #646464;
	background-image: url(images/flechita-active.png);
	background-repeat: no-repeat;
	background-position: 38px 64px;
}	

#menu ul li a#navmenu_contacto{
	display:block;
	background:transparent;
	text-decoration:none;
	color:#646464;
	text-align:center;
	padding-top:35px;
	width:100px;
	height:55px;	
}	

#nav li a:visited{
	color:#646464;
}
/* menu4 activo*/
#nav li.menu4 a.active {
	display:block;
	background-color:#dddede;
	width:100px;
	height:55px;
	text-align:center;
	padding-top: 35px;
	color: #646464;
	background-image: url(images/flechita-active.png);
	background-repeat: no-repeat;
	background-position: 38px 64px;
}
/*Fin Estados botones*/	

/*--------------FIN MENU--------------------*/
/*--------------BANNER-----------------*/
#container-banner-home{
	background-image: url(images/fondo-banner.png);
	background-repeat: repeat-x;
	margin-top: -40px;
}
#container-banner{
	background-image: url(images/fondo-banner.png);
	background-repeat: repeat-x;
}
#banner{
	margin: auto;
	width: 960px;
}
/*--------------FIN BANNER-----------------*/

/*--------------CENTRO HOME ----------------*/
#container-centro{
	position:relative;
	margin: auto;
	width: 970px;
	min-width:970px;
	margin-top: 20px;
}
#contenido{
	margin-left: 25px;
}
.cuadrohome{
	background-image: url(images/fondo-cuadro.png);
	width:309px;
	height:245px;
	float:left;
}
h2{
	text-shadow:#646464 2px 2px 2px;
	font-size: 16px;
	color: #fff;
	background-image: url(images/btn-titulo.png);
	width:208px;
	height:41px;
	text-align:center;
	padding-top: 13px;
	position: relative;
	top:-30px;
	left: 48px;
}
.descripcionhome{
	width:230px;
	position:relative;
	top:-20px;
	left: 37px;
}
.descripcionhome p{
	height: 130px;
}
.descripcionhome a{
	background-image: url(images/flechita-mas-info.png);
	background-repeat:no-repeat;
	height:20px;
	background-position:right;
	float:right;
	padding-right: 26px;
	color: #646464;
}
.descripcionhome a:hover{
	background-image: url(images/flechita-mas-info.png);
	background-repeat:no-repeat;
	background-position:right;
	height:20px;
	float:right;
	padding-right: 26px;
	padding-left:6px;
	background-color: #f58d19;
	color: #fff;
}
/*--------------FIN CENTRO HOME ----------------*/

/*-------------- CENTRO NOSOTROS ----------------*/
#bannerinterna{
	background-color: #dddede;
	height: 100px;
	width: 950px;
	margin: auto;
	min-width: 950px;
	margin-top:3px;
}
#bannerinterna img{
	margin-top: 35px;
}

#container-centro-interna{
	min-width:950px;
	position:relative;
	margin: auto;
	width:950px;
	top:80px;
	z-index: 1;
}

#contenidointerna{
	background-image: url(images/fondo-contenido.png);
	width:1021px;
	height:706px;
	margin-left: -30px;
	margin-top: -27px;
	position:relative;
	z-index: 0;
}
#container-centro-interna h1{
	background-image: url(images/btn-titulo.png);
	background-repeat: no-repeat;
	width:208px;
	height:41px;
	text-align:center;
	padding-top:13px;
	text-shadow:#646464 2px 2px 2px;
	font-size: 16px;
	color: #fff;
	margin: auto;
	position:relative;
	z-index: 1;
	margin-top: -30px;
}

/*izquierda*/
.izquierda {
	width:640px;
	float:left;
	margin: 40px 0 0 46px;
	line-height: 20px;
	text-align: justify;
}

.izquierda h3{
	color: #f5a31e;
	padding-top: 20px;
}

/*acordion*/
#acordeon > ul{
list-style:none; /*Quita las vi�etas*/
padding:0 0 0 0;
}
#acordeon > ul >li >div{
display:none; /*Oculta todos los elementos*/
font-weight: bold;
}
#acordeon > ul >li >span{
display:block; /*Para que se pueda dar clic a todo lo largo del bloque y no solo sobre el texto*/
margin-top: 10px;
cursor: pointer;
}
.span1{
	background: url(images/flechita-mas-info.png) no-repeat;
	height:20px;
	background-position: 369px;
}
.span1en{
	background: url(images/flechita-mas-info.png) no-repeat;
	height:20px;
	background-position: 405px;
}
.span2{
	background: url(images/flechita-mas-info.png) no-repeat;
	height:20px;
	background-position: 155px;
}
.span3{
	background: url(images/flechita-mas-info.png) no-repeat;
	height:20px;
	background-position: 75px;
}
.span3en{
	background: url(images/flechita-mas-info.png) no-repeat;
	height:20px;
	background-position: 68px;
}

/*derecha*/
.derecha {
	width:250px;
	height: 458px;
	float: right;
	margin:5px 56px 0 0;
}

				/* slider */
.boxgrid h4{ margin:5px 0 0 10px; color:#FFF; font-size:16px; font-family: 'Droid Sans', Arial, sans-serif; font-weight: bold;   }

				.boxgrid{ 
				width: 198px; 
				height: 266px; 
				margin:30px 0 0 40px; 
				float:left; 
				background:#161613; 
				border: solid 5px #dddede; 
				overflow: hidden; 
				position: relative; 
				cursor:pointer;
				/*
				-webkit-box-shadow: 0px 0px 4px #333;
				-moz-box-shadow: 0px 0px 4px #333
				*/
				}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				
				.boxgrid img:hover{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					
				}
				
				
				.boxgrid p{ 
					padding: 10px 10px;
					margin-bottom:-5px;
					padding-left:10px;
					color:#afafaf; 
					font-weight:bold; 
					color:#fffccc; font-weight:bold;
					font-size:13px; font-family:Arial, Helvetica, sans-serif;
				}
				.boxgrid a{
					color:#646464;
					margin-left:19px;
					font-weight:bold;
				}
			.boxcaption{ 
				float: left; 
				position: absolute; 
				border-top:2px solid #fff;
				height: 200px; 
				width: 100%; 
				opacity: .9; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 			}
 				.captionfull .boxcaption {
 					top: 160px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 215px;
 					left: 0;
 				}
				
 				/* Fin slider */

/*-------------- FIN CENTRO NOSOTROS ----------------*/


/*-------------- CENTRO CLIENTES----------------*/
.clientes{
	list-style: none;
	margin-left: -70px;
}
.clientes li{
	float: left;
	padding: 30px 0 0 75px;
}
/*-------------- FIN CENTRO CLIENTES----------------*/


/*--------------CENTRO CONTACTO-------------------*/

#form{
	background-color:#dddede;
	height:480px;
	width:640px;
	margin-top: 30px;
}
#form fieldset{
		border:none;	
		float:left;
		display:inline;
		margin: 20px 0 0 40px;
}		
#form p{margin:16px 0;}	
#form label{display:block;}	
#form input, #form textarea{		
		width:550px;
		border:2px solid #d4d2d0;
		padding:3px;
}		
#form textarea{
		height:125px;
		overflow:auto;
}					
	
#btnenviar{
	background-color: #F58517;
	color: #fff;
	font-weight: bold;
	height: 40px;
	margin: 10px 0 0 45px;
	cursor: pointer;
}				

/*--------------FIN CENTRO CONTACTO-------------------*/



/*--------------PIE--------------------*/
#container-pie-home{
	width:100%;
	min-width:950px;
	background-color: #dddede;
	height: 340px;
	margin-top: 170px;
	background-image:url(images/borde-pie.png);
	background-repeat:repeat-x;	
	z-index: 0;
}
#container-pie{
	width:100%;
	min-width:950px;
	background-color: #dddede;
	height: 340px;
	margin-top:-40px;
	background-image:url(images/borde-pie.png);
	background-repeat:repeat-x;	
	z-index: 0;
}
#redes{
	width:950px;
	margin:auto;
	position:relative;
	top:50px;
}

#redes em{
	position:relative;
	top: -40px;
	font-style: normal;
	color: #646464;
}
.abajo-home {
	float:left;
	margin: 20px 0 100px 123px;
}
.abajo {
	float:left;
	margin-left: 123px;
}
#footer{
	width:950px;
	margin:auto;
	color:#000000;
	font-size:11px;
}

#footer a{
	color:#000000;
}
.pieder{
	float:right;
}
.pieizq{
	float:left;
}
/*--------------FIN PIE----------------*/

/*--------------PIE INTERNA--------------------*/

.redesinterna{
	position:relative;
	top:100px;
}
.footerhome{
	position: relative;
	top:125px;
}
.footerinterna{
	position: relative;
	top:220px;
}
/*--------------FNI PIE INTERNA--------------------*/


