@charset "utf-8";



/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label, ul, li
{
 margin: 0;
 padding: 0;
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; margin:0; padding:0; }

img { border: 0; }

.clear{
	clear:both;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, p, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/

/* estilos propios*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	min-width:1000px;

	font-family:Arial, Helvetica, sans-serif;
  	font-size:12px;
}

#contenedor {

	width:940px;

	margin-top:30px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;

	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;

}

#miembro{
	width:940px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:right;
}

#cabecera{
	height:105px;
	position:relative;
}

#cabecera #areaclientes{
	position: absolute;
	top: 10px;
	right: 10px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../imagenes/candado-cerrado.png);
	background-repeat: no-repeat;
	background-position: left center;
}

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

#cabecera #telefono{
	position: absolute;
	color:#b0b711;
	font-size:1.5em;
	top: 7px;
	right: 200px;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../imagenes/telefono.gif);
	background-repeat: no-repeat;
	background-position: left center;

	line-height: 22px;
}

#cabecera h1{
	float:left;
	margin-top:25px;
	margin-left:25px;
}

#cabecera #menu{
	float: right;
	width: 650px;
	background-image: url(../imagenes/esquina-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right:-16px;
	padding-right:16px;
	text-align:right;
	margin-top:40px;
}

#cabecera #menu span, #cabecera #menu div{
	display:block;
	background-image: url(../imagenes/esquina2-menu.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#cabecera #menu ul{
	background-image: url(../imagenes/menu.png);
	background-repeat: repeat-x;
	height: 61px;
	line-height: 61px;
	background-position: left center;
	margin-left:25px;
	padding-left:15px;
}

#menu li{
	list-style-type:none;
	display:inline;
	height:61px;
	line-height:61px;
}

#menu li a{
	height:61px;
	line-height:57px;
	display:block;
	float:left;
	color:#FFF;
	padding:0 8px;
	margin:0 1px;
	font-size:1.20em;
	text-decoration:none;
}

#menu li a:hover, #menu li a.sele{
	background-image: url(../imagenes/menu-hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#slide{
	clear:both;
	width:916px;
	margin:0 auto;
}

#destacado{
	background-image: url(../imagenes/destacado.png);
	background-repeat: no-repeat;
	width:964px;
	height:88px;
	line-height:88px;
	margin-left:-14px;
	margin-top:-8px;
	color:#FFF;
}

#destacado span{
	font-size:1.5em;
	padding:0 50px;
}

#destacado i{
	padding: 0 50px;
	font-size:1.3em;
}

#destacado img{
	vertical-align:middle;
}

#contenido{
	padding:30px;
	text-align:justify;
	line-height:1.7em;
}

#contenido.inicio{
	padding:12px !important;
}

#contenido .col1{
	float:left;
}

#contenido .col2{
	float:left;
	margin-left:19px;
}

#contenido .col3{
	float:right;

}

#contenido .col{
	width:294px;
	text-align:justify;
	margin-bottom: 30px;
}

#contenido .col span{
	display:block;
	text-align: center;
	background-image: url(../imagenes/fondo-foto-col.png);
	background-repeat: no-repeat;
	background-position: top center;
	width:294px;
	height:159px;
	overflow: hidden;
	padding-top:6px;
}

#contenido .col span a {
	display: block;
	height: 138px;
	overflow: hidden;
}

#contenido .col a{
	text-decoration: none;
}

#contenido h2{
	font-size:1.7em;
	color:#666;
}

#contenido h3{
	font-size:1.4em;
	font-weight:bold;
	color:#B0B711;
	margin:1em 0;
}

#contenido h4{
	font-size:1.1em;
	font-weight:bold;
	color:#B0B711;
	margin:1em 0;
}

#contenido ul{
	margin-left:45px;
}

#pie{
	clear:both;
	color: #FFF;
	background-color: #727514;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../imagenes/fondo-pie.png);
	background-repeat: repeat-x;
	height:43px;
	line-height:43px;
	padding: 0 15px;

	margin-top:20px;
}

#pie.pieampliado{
	height: 320px;
}

#pie #enlacespie{
	padding-top: 15px;
	line-height: 16px;
	padding-bottom: 30px;
}

#pie .col{
	width: 294px;
}

#pie .col1{
	float:left;
}

#pie .col2{
	float:left;
	margin-left:19px;
}

#pie .col3{
	float:right;

}

#pie .col3 span{
	display: inline;
	float: none;
}

#pie .col3 p{
	margin-top: 0;
}

#pie #enlacespie b{
	font-size: 1.1em;
}

#pie #enlacespie a{
	text-decoration: none;
}

#pie #enlacespie a:hover{
	text-decoration: none;
	padding-left: 5px;
}


#pie #pietxt{
	clear: both;
	float:left;
}

#pie #miembroimg{
	float:left;
	margin-top:10px;
	margin-left:40px;
}

#pie a{
	color:#FFF;
}

#pie span{
	display:block;
	float:right;
}

#pie span img{
	padding:7px 3px;
}

.empresa{
	background-image: url(../imagenes/composicion.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 160px;
}

.fotoservicios{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.84);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.84);

	margin-right:30px;
	margin-bottom:20px;
	float:left;
	width:250px;

}

.fotoserviciosr{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.84);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.84);

	margin-left:30px;
	margin-bottom:20px;
	float:right;

}

.contacto{
	background-image: url(../imagenes/contacto4.jpg);
	background-repeat: no-repeat;
	background-position: right 140px;
}

.trabaje{
	background-image: url(../imagenes/trabaje.jpg);
	background-repeat: no-repeat;
	background-position: right 90px;
}

#inscripcion input{
	font-size: 10px;
}

a{
	color:#333;
}

a:hover{
	color:#069;
}

.servicio{
	clear: both;
	margin: 40px 0;
	background-image: url(../imagenes/separador.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:175px;
	padding-bottom:45px;
}

table.galeria{
	margin-top:50px;
}

.col1 table.galeria{

	margin-top: 0;
}

table.galeria td{
	text-align:center;
	padding-bottom:12px;
}

table.galeria img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.84);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.84);

	margin-bottom:4px;
}

table.galeria img:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 9px rgba(60, 60, 60, 0.84);
	-moz-box-shadow:    0px 0px 9px rgba(60, 60, 60, 0.84);
	box-shadow:         0px 0px 9px rgba(60, 60, 60, 0.84);
}

.error{
	color:#FF0000;
}

.co2{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	margin-top: 20px;
	margin-bottom: 20px;

	font-size: 1.2em;

	background-color: #8dc3e9;

	padding: 20px;
}

.co2 img{

	margin-bottom: -8px;
}

.cliente{
	display: block;
	position: relative;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.84);
	margin-top: 20px;
	margin-bottom: 20px;

	float: left;
	width: 29%;
	margin: 2%;

	height: 150px;

	text-align: center;

	background-color: #FFF;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;

}

span.roll {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	background:url(../imagenes/mag.png) center center no-repeat #000;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: 10;
	/*-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000;*/
}

span.im{
	height: 80%;
	position: absolute;
	left: 0;
	top:0;
	width: 80%;
	margin-left: 10%;
	margin-top: 15px;

	background-color: #FFF;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

span.web{
	position: absolute;
	top: -2px;
	left: -2px;

	z-index: 11;
}

#telefono a{
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 22px;
}

table.soluciones tr.impar{
	background-color: #cae0ed;
}

table.soluciones td{
	padding: 6px;
}

table.soluciones a{
	text-decoration: none;
}

table.soluciones img{
	vertical-align: middle;
}

#certificado #contenedor{
	background: url(../imagenes/fondo-certificado.jpg) bottom right no-repeat #FFFFFF;
	position: relative;

}

#certificado #contenido{
	padding-top: 80px;
	padding-bottom: 80px;
}

.centro{
	text-align: center;
}



#obligatorio{
	position: absolute;
	top: 100px;
	right: 40px;
}

.ok{
	background-color: #8fc1e6;
	font-size: 1.5em;
	padding: 20px;
	text-align:center;
}

.ko{
	background-color: red;
	font-size: 1.5em;
	padding: 20px;
	text-align: center;
}

.boton{
	padding:6px;
	background: url(../imagenes/azul.jpg) repeat-x center center #8fc1e6;
	color:#FFF;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px  #000;
	box-shadow: 0px 0px 2px  #000;
}

a.boton:hover{
	color:#dedede;
}

.noticia_vermas{
	margin-top: 8px;
	text-align: right;
}

hr{
	width: 70%;
}

.demo-container {
	position: relative;
	box-sizing: border-box;
	background:url(../imagenes/bosque-vacio.jpg) no-repeat top center;
	width: 100%;
	height: 532px;
	/*padding: 20px 15px 15px 15px;*/
	margin: 15px auto;
	/*border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);*/
}


.demo-placeholder {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60%;
	font-size: 14px;
	line-height: 1.2em;
	color: #FFFFFF;
}

#numero-arboles{
	position: absolute;
	top: 130px;
	left: 380px;
	width: 400px;
	height: 40%;
	font-size: 42px;
	font-weight: bold;
	line-height: 1em;
	color: #FFFFFF;

	/*background-color: #CCC;*/
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	text-align: left;
}

#tooltip{
	background-color: #000;
	color: #FFF;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#contenido img{
	max-width: 100%;
	height: auto;
}

#aviso{
	background-color: orange;
	text-align: center;
	font-size: 1.2em;
	padding: 7px;
}