/*********************************************************

			Hoja de estilo: Global
			Autor: Alexis Domínguez Pizarro 		// 		www.naturedigital.es					

*********************************************************/

/* Global
-------------------------------------------------------------------------------------------*/

*{
	/*Reseteo general: */
	margin:0;
	padding:0;
}
body {
	background-color:#cfcfcf;
	color:#49494a;
	font-family:Helvetica,Arial,Sans-Serif;
	background-image: url(../gfx/fondo-general.png);
	background-position:center top;
	background-repeat:repeat-x;
}
.centrar {
	margin:0 auto;
    width: 990px;
}
a {
	text-decoration:none;
	color:#49494a;
}
a:hover {
	opacity: 0.5;
}


/* Cabecera */
header {
	width: 100%;
	display:inline-block;
	float:left;
}
.cabecera {
	margin:0 auto;
    width: 990px;
}
.cabecera h1 {
	background-image:url(../gfx/logotipo-naturedigital.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:300px;
	height:195px;
	float:left;
}
.cabecera p {
	float:left;
	font-size:15px;
	font-weight: lighter;
	text-align:right;
	margin:12px 10px 0 0;
}
.cabecera span {
	font-size:30px;
	font-weight:bold
}
.cabecera .datos-header{
	margin:30px 0 0 300px;
	float:left;
}
.cabecera .datos-header .redes-sociales{
	float:left;
	background-image:url(../gfx/fondo-datos-header.png);
	background-repeat:no-repeat;
	height:80px;
	width:120px;
	padding:20px 0 0 15px;
}
nav {
	float:left;
	width:600px;
	margin-left: 80px;
}
nav ul li {
	list-style:none;
}
nav ul li a.quienes-somos{
	background-image:url(../gfx/quienes-somos.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:148px;
	height:37px;
	float:left;
	margin-right:12px;
}
nav ul li a.servicios{
	background-image: url(../gfx/servicios.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:107px;
	height:37px;
	float:left;
	margin-right:12px;
}
nav ul li a.trabajos{
	background-image: url(../gfx/trabajos.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:180px;
	height:37px;
	float:left;
	margin-right:12px;
}
nav ul li a.contacto{
	background-image: url(../gfx/contacto.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:112px;
	height:37px;
	float:left;
	margin-right:12px;
}

/* Rotativo */

.rotativo{
	width: 100%;
	height:402px;
	display:inline-block;
	float:left;
	margin-top:3px;
}
.fluid_container {
	margin: 0 auto;
	width: 100%;
	height:402px;
}
.camera_pag {
	width: 100%;
	height:30px;
	margin-top:-30px;
	z-index:1;
	background-image:url(../gfx/decoracion-rotativo.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
}

/* Filosofia */
.filosofia{
	width: 100%;
	height:268px;
	display:inline-block;
	float:left;
	background-image:url(../gfx/filosofia-fondo.png);
	background-repeat:no-repeat;
	background-position:center;
}
.filosofia h3{
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight: bold;
}
.filosofia p{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight: lighter;
	text-align:justify;
}
.filosofia-texto {
	margin:15px 23px 0 24px;
	float:left;
	width:200px;
}

/* Zona Central */
.zona-central{
	width: 100%;
	min-height:400px;
	display:inline-block;
	float:left;
	background-image: url(../gfx/fondo-central.png);
	background-repeat: repeat-x;
	background-position:center top;
	padding-bottom:45px;
}
.marco-izquierdo {
	width:495px;
	min-height:20px;
	float:left;
}
.marco-derecho {
	width:495px;
	float:left;
}
.zona-central h2.elegante{
	margin:20px 25px 0 25px;
	padding:0;
	font-size:35px;
	font-weight:100;
	padding:0;
	text-transform:uppercase;
}
.zona-central h2.elegante-v3{
	margin:20px 25px 25px 25px;
	padding:0;
	font-size:35px;
	font-weight:100;
	padding:0;
	text-transform:uppercase;
}
.zona-central h2.elegante-v2{
	margin:30px 25px 0 25px;
	padding:0;
	font-size:40px;
	font-weight:100;
	padding:0;
	text-transform:uppercase;
}
.zona-central h2.verde{
	margin:35px 25px 0 25px;
	padding:0;
	font-size:35px;
	font-weight: bold;
	background-color:#a2d027;
	padding:5px 15px;
	color:#FFF;
	display: inline-block;
}
.zona-central h2.verde2{
	margin:20px 25px 0 25px;
	padding:0;
	font-size:35px;
	font-weight: bold;
	background-color:#a2d027;
	padding:5px 15px;
	color:#FFF;
	display: table;
}
.zona-central h2.gris{
	margin:0 25px 15px 25px;
	padding:0;
	font-size:26px;
	font-weight: bold;
	background-color:#383839;
	padding:5px 15px;
	color:#FFF;
	display: inline-block;
}
.zona-central h3{
	margin:0 25px 15px 25px;
	padding:0;
	font-size:18px;
	font-weight: bold;
}
.zona-central p{
	margin:0 25px 15px 25px;;
	padding:0;
	font-size:17px;
	font-weight: lighter;
	text-align:justify;
}
.zona-central li{
	margin: 0 35px 15px;
}
.sepadaror-secciones {
	width:990px;
	height:40px;
	background-image:url(../gfx/separador-secciones.png);
	background-repeat:no-repeat;
	margin:30px 0 0 0;
	float:left;
}
.sepadaror-secciones-v2 {
	width:445px;
	height:45px;
	background-image:url(../gfx/separador-secciones-v2.png);
	background-repeat:no-repeat;
	margin:20px 0 0 0;
	float:left;
}
/* Quienes Somos */
.quienes-somos-graf {
	width:990px;
	height:732px;
	float:left;
	background-image:url(../gfx/quienes-somos.jpg);
	background-repeat:no-repeat;
}
.marcas {
	margin-left:25px;
}

/* Servicios */
a.masinfo {
	background-image:url(../gfx/mas-informacion.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:106px;
	height:30px;
	display:block;
	position: relative;
	top: -45px;
	left: 325px;
}
span.desde200 {
	background-image: url(../gfx/desde200.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:106px;
	height:30px;
	display:block;
	position: relative;
	top: -45px;
	left: 325px;
}
span.desde550 {
	background-image: url(../gfx/desde550.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:106px;
	height:30px;
	display:block;
	position: relative;
	top: -45px;
	left: 325px;
}
.servicio-titulo {
	background-image: url(../gfx/fondo-servicios-titulo.png);
	background-repeat:no-repeat;
	width:475px;
	height:61px;
	margin:20px 25px 0 25px;
	float:left;
}
.servicio-titulo h3 {
	margin: 0;
	padding: 17px;
	font-size: 22px;
	font-weight: bold;
}
.servicio-texto {
	width:473px;
	background-color:#c8c8c8;
	border:1px solid #bababa;
	float:left;
	margin:0 25px 0 25px;
	padding-top:20px;
}


/* Pie de página */
footer{
	width: 100%;
	min-height:110px;
	display:inline-block;
	float:left;
	background-color:#49494a;
	background-image: url(../gfx/fondo-pie.png);
	background-repeat: repeat-x;
	background-position:center top;
}
footer h2{
	margin:25px 25px 0 25px;
	padding:0;
	font-size:35px;
	font-weight: bold;
	color:#e8e8e8;
	display: inline-block;
}

#contact_form{ 
	width: 745px;
	margin: 10px 25px 10px 25px;
	height: 110px;
	padding: 30px 0;
	position: relative;
	float:left;
	}


label.error { 
	font-weight:normal;
	color:#a1cc37;
	text-align:left;
	width:140px; 
	padding-left:25px;
             }
input.text-input { 
	margin:0;
	padding:10px;
	color:#49494a;
	width:205px;
	font-size:12px;
	font-weight:lighter;
	border:none;
	}


input#name            { position:absolute; top:0; left:0px; }
label#name_error      { position:absolute; top:10px; left:65px; }


input#apellido           { position:absolute; top:0px; left:235px; }
label#apellido_error      { position:absolute; top:10px; left:295px; }

input#empresa          { position:absolute; top:45px; left:0px; }
label#empresa_error      { position:absolute; top:55px; left:65px; }

input#localidad          { position:absolute; top:45px; left:235px; }
label#localidad_error      { position:absolute; top:55px; left:295px; }

input#email           { position:absolute; top:90px; left:0px; }
label#email_error      { position:absolute; top:100px; left:65px; }

input#phone           { position:absolute; top:90px; left:235px; }
label#phone_error      { position:absolute; top:100px; left:295px; }

textarea#comentario           { position:absolute; top:0px; left:470px; width:250px; height:105px; padding:10px; font-size:12px; font-weight:lighter; border:none; }
label#comentario_error      { position:absolute; top:10px; left:570px; }




input.button					{ position:absolute; top:140px; left:680px; background-image:url(../gfx/enviar.png); text-indent:-9999px; width:60px; height:18px; border:none; }

input.button:hover		{ opacity: 0.5;}
#message							{ width:450px;margin:0 0 0 80px; }
div#message h2						{ font-size:150%; color: #e8e8e8; }
div#message p						{ color:#e8e8e8;font-weight: lighter;margin:6px 26px; }
#checkmark						{ position:relative;top:-64px;left:-60px; }

.bot-foot {
	background-color:#575758;
	width:185px;
	min-height:250px;
	float:left;
	margin-top: -55px;
}
.bot-foot .redes-sociales{
	float:left;
	height:65px;
	width:120px;
	padding:22px 0 0 45px;
}
.bot-foot ul {
	margin-left:20px;
}
.bot-foot ul li {
	list-style:none;
	font-size:17px;
	font-weight:lighter;
	color:#e8e8e8;
}
.bot-foot ul li a {
	color:#e8e8e8;
}