@charset "utf-8";

body {
	background-image:url(imagenes/background_original.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment: fixed;
	background-position:center;
	margin-top:0px;
	padding:0px;
	font-family:Sanchez;
}


div#pagina {
	width:950px;
	height:634px;
	/*para que quede centrada*/
	position:absolute;
	top:50%;
	left:50%;
	margin-top: -317px;
	margin-left: -475px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* MENU */
div#menu {
	width:950px;
	height:93px;
	background-image:url(imagenes/header.png);
}

div#botonera {
	width:810px;
	height:57px;
	padding-top:18px;
	margin-left:90px;
}

div#nav1 {
	height:37px;
	width:359px;
	float:left;
	padding-top:20px;
}

div#logo {
	height:57px;
	width:56px;
	float:left;
	margin-right:12px;
}

div#nav2 {
	width:377px;
	height:37px;
	float:left;
	padding-top:20px;
}

#nav1 a {
	margin-right:18px;
}

#nav2 a {
	margin-left:18px;
}

#menu a {
	text-decoration:none;
	color:#fff;
	font-family:Sanchez;
	font-size:14px;
	height:37px;
	
}

#menu a:hover {
	background-color:#666;
}

#logo a:hover {
	background-color:transparent;
}

#menu a:active {
	background-color:#666;
}

/*FIN DE MENU*/

/* IMAGEN INAPPE */
div#inappe {
	width:950px;
	height:195px;
	margin-bottom:30px;
	padding-top:15px;
}

#inappe img {
	position:relative;
	left:55px;
	top:40px;
}
/* FIN IMAGEN INAPPE*/

/* BANDERIN INDEX */
div#banderin {
	width:950px;
	height:48px;
	margin-top:30px;
	margin-bottom:20px;
}
/*FIN BANDERIN INDEX*/

/* SLIDER */

img{border:none;}

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
			
#container{	
		 position: relative;
	height: 105px;
	width:952px;
	margin-bottom:35px;
	padding-top:8px;
		}
		
#content{
		position:relative;
		margin:0px;
		}
		
#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	
	#slider2{margin-top:1em;}
	
	#slider li, #slider2 li{
		width:952px;
		height:105px;
		overflow:hidden; 
		}
		
ol#controls{
		padding-top:7px;
		padding-left:432px;
		height:30px;
		}
	ol#controls li{
		margin:0 0px 0 0; 
		padding:0px;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		height:22px;
		line-height:28px;
		background-repeat:no-repeat;
		color:#999;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
		outline:none;}








/* FOOT */
div#foot {
	width:950px;
	height:104px;
	background-image:url(imagenes/foot.png);
	text-align:center;
}
/* FIN FOOT */

/* CONTENIDO GENERAL */
div#contenido{
	height:317px;
	width:945px;
	background-image:url(imagenes/background_blancotransparente.png);
	background-repeat:repeat;
	margin-bottom:20px;
	/*margin-bottom:20px;*/
}
/*FIN CONTENIDO GENERAL*/

/* NOSOTROS */
div#contenido_nosotros {
	width:945px;
	height:282px;
}

#imagen_nosotros {
	width:168px;
	height:257px;
	float: left;
	margin-left:35px;
	margin-top:20px;
}

div#texto {
	width:715px;
	height:212px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353535;
	margin-top:65px;
	margin-left:25px;
}

div#texto p {
	font-family:sanchez;
	font-size:16px;
}
/*FIN NOSOTROS*/







/*SERVICIOS*/
div#contenido_servicios {
	width:890px;
	height:290px;
	margin-left:40px;
	padding-top:8px;
	/*padding-top:15px;
	padding-left:25px;*/
}

#imagen_servicios {
	width:180px;
	height:290px;
	float:left;
}


div#texto_servicio {
	width:635px;
	height:255px;
	float:left;
	font-size:14px;
	color:#353535;
	margin-top:35px;
	margin-left:40px;
}

#texto_servicio img {
	box-decoration-break:none;
}

#texto_servicio p {
	font-size:12px;
	color:#09F;
}
#imagen_servicios img {
	margin-top:6px;
}

div#gif {
	margin-left:3px;
	margin-top:3px;
}

div#texto_servicio ul li {
	font-size:13px;
}

/*FIN SERVICIOS*/

/* CLIENTES */
h2 {
	text-align:center;
	color:#353535;
	font-family:Sanchez;
	font-size:16px;
	margin-bottom:7px;
	margin-top:7px;
	font-weight:100;
}
/*FIN CLIENTES*/



/*CAROUSEL*/
   /*CSS DEMO*/
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.clr {
	clear: both;
	float: none;
}

.main {
	width: 95%;
	max-width: 940px;
	padding: 0 10px;
	margin: 10px 20px 20px 25px;
	position: relative;
}

   /*CSS ELASTISLIDE*/
.elastislide-list {
	list-style-type: none;
	display: none;
}


.no-js .elastislide-list {
	display: block;
}

.elastislide-carousel ul li {
	min-width: 100px; /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 60px;
}

.elastislide-wrapper.elastislide-loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.elastislide-horizontal {
	padding: 10px 40px;
}
.elastislide-carousel {
	overflow: hidden;
	position: relative;
}

.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.elastislide-horizontal ul {
	white-space: nowrap;
}

.elastislide-carousel ul li {
	margin-right:5px;
	-webkit-backface-visibility: hidden;
}

.elastislide-horizontal ul li {
	height: 100%;
	display: inline-block;
}

.elastislide-carousel ul li a {
	display: inline-block;
	width: 100%;
}

.elastislide-carousel ul li a img {
	display: block;
	max-width: 100%;
}

/* Navigation Arrows */

.elastislide-wrapper nav span {
	position: absolute;
	background: #ddd url(imagenes/flecha.png) no-repeat;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}

.elastislide-wrapper nav span:hover {
	opacity: 1.0
}

.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}

.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
}


/* CONTACTO */

#formulario {
	width:352px;
	height:263px;
	float:left;
	margin-top:38px;
	margin-right:26px;
	margin-left:28px;
}

form {
	height:317px;
	width:945px;
	background-image:url(imagenes/background_blancotransparente.png);
	background-repeat:repeat;
	margin-bottom:20px;
	/*margin-bottom:20px;*/
}

input[type=text],textarea,input[type=email] {
width:351px;
height:25px;
color:#333;
font-size:14px;
border-radius:0;
border:0;
margin-bottom:8px;
/*background-image:url(imagenes/form_back.png);*/
padding-left:32px;
}

#nombre {
	background-image:url(imagenes/form_nom.png);
}

#empresa {
	background-image:url(imagenes/form_org.png);
}

#email {
	background-image:url(imagenes/form_mail.png);
}

#telefono {
	background-image:url(imagenes/form_tel.png);
}

#submit {
	background-image:url(imagenes/boton_enviar.png);
	width:240px;
	height:33px;
	font-size:18px;
	font-family:sanchez;
}
textarea {
	height:130px;
	background-image:url(imagenes/form_msj.png);
}

input [type=checkbox] {
	float:left;
}

form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#botones_formulario {
	width:240px;
	height:263px;
	float:left;
	margin-top:38px;
	margin-right:85px;
}

#imagen_contacto {
		width:168px;
	height:257px;
	float:left;
	display:block;
	margin-top:38px;
}

/* DISEÑO WEB */

#dw {
	padding-top:85px;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
}

#dw a {
	text-decoration:none;
	color:#666;
}
