@charset "UTF-8";
/* CSS Document
   Creado por: William Villalba
   Enero 2013
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'MyriadPro-Light';
	color: #333;
	background: #FFF url(../imagenes/bg.jpg) bottom center no-repeat;
	overflow-x:hidden;
}
img, ul, li, p, h1, h2, h3, h4, h5 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
*:focus {
	outline: none;
}
@font-face {
	font-family: 'MyriadPro-Light';
	src: url('../fuentes/myriadprolight.eot');
	src: url('../fuentes/myriadprolight.eot?#iefix') format('embedded-opentype'),
			 url('../fuentes/myriadprolight.woff') format('woff'),
			 url('../fuentes/myriadprolight.ttf') format('truetype'),
			 url('../fuentes/myriadprolight.svg#myriadprolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('../fuentes/myriadproregular.eot');
	src: url('../fuentes/myriadproregular.eot?#iefix') format('embedded-opentype'),
			 url('../fuentes/myriadproregular.woff') format('woff'),
			 url('../fuentes/myriadproregular.ttf') format('truetype'),
			 url('../fuentes/myriadproregular.svg#myriadproregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Existence-Light';
	src: url('../fuentes/existencelight.eot');
	src: url('../fuentes/existencelight.eot?#iefix') format('embedded-opentype'),
			 url('../fuentes/existencelight.woff') format('woff'),
			 url('../fuentes/existencelight.ttf') format('truetype'),
			 url('../fuentes/existencelight.svg#existencelight') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #454545;
	text-transform: uppercase;
	font-family: 'Existence-Light';
	font-size:38px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:8px;
	margin-top:8px;	
}
h1 span{
	color: #5f8f37;
}
h1 a{
	color: #5f8f37;
	text-decoration:none;
}

p {
	font-size: 16px;
	font-family: 'MyriadPro-Regular';
	color: #5f5f5f;
	margin-bottom:8px;
}



h2{
	font-family: 'MyriadPro-Regular';
	color: #636262;
	font-size:24px;
	padding:0px;
	margin-top:-10px;
	padding-left:0px;
}
h2 span{
	color:#0f83be;
}
h3{
	color: #FFFF;
	font-family: 'MyriadPro-Regular';
	text-transform: uppercase;
	font-size:54px;
	padding:0px;
	margin:0px;
}
h4{
	color: #FFFF;
	font-family: 'MyriadPro-Regular';
	text-transform: uppercase;
	font-size:35px;
	padding:0px;
	margin:0px;
}
h5{
	color: #FFFF;
	font-family: 'MyriadPro-Regular';
	text-transform: uppercase;
	font-size:22px;
	padding:0px;
	margin:0px;
}
h5 span{
	color:#333;
	font-family: 'MyriadPro-Regular';
	font-size:22px;
}


p strong{
	font-weight:bold;
	font-family: 'Futura-Bold';
	font-size:19px;
}
/*--------------------------------------------------HEADER-----------------------------------------*/ 
.bg-header {
	background: #000;
	background:url(../imagenes/bg-header.jpg)no-repeat center;
}
.header {
	width: 940px;
	min-height: 103px;
	margin: 0px auto;
}

.logo{
	width:240px;
	height:103px;
	float:left;
}



.menu { float:left; width:685px; height:85px; margin-left:15px; color:#7f7f7f; margin-top:10px; }
.linea-menu{
	margin-top:35px;
	float:left;
	height:23px;
	-moz-opacity: 0.50;
	opacity: 0.50;
	color: #000000;
}
.menu li{
	height:90px;
	float:left;
	padding:0px;
	margin:0px;
	line-height:90px;
	list-style-type:none;
	padding-left:20px;
	padding-right:20px;
	font-family: 'MyriadPro-Regular';
	font-size:16px;
	/* animamos el cambio de color de los textos */
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.menu li:hover{
	cursor:pointer;
	color:#5f8f37;
	border-bottom:3px solid #5f8f37;
}
.menu a{
	height:90px;
	float:left;
	padding:0px;
	margin:0px;
	line-height:90px;
	list-style-type:none;
	font-family: 'MyriadPro-Regular';
	font-size:16px;
	color:#7f7f7f;
	text-decoration:none;
}
.menu a:hover{
	cursor:pointer;
	color:#5f8f37;
	border-bottom:3px solid #5f8f37;
}
.activo{
	cursor:pointer;
	color:#5f8f37;
	border-bottom:3px solid #5f8f37;
}
.activo li{
	cursor:pointer;
	color:#5f8f37;
	border-bottom:3px solid #5f8f37;
}
.activo-home {
	cursor:pointer;
	background:url(../imagenes/icono-home.png) top center no-repeat;
}
.linea-header{width:100%; z-index:999px; position:absolute; padding:0px; margin:0px; background:#c1c1c1; color:#c1c1c1; opacity:0.5; }

/*---------------------------------------------------BANNER--------------------------------------------------*/
.banner{
	width: 950px;
	height: 485px;
	margin: 0px auto;
	overflow:hidden;
	border-bottom:1px  #e0e0e0 solid;
}
.slider{
	width:940px;
	height:427px;
	margin:0px auto;
	background:#cecece;
	border-bottom:10px solid #5f8f37;
	margin-top:18px;
}
.text-slider{
	position: absolute;
	color: #000;
	z-index: 999;
	top: 165px;
	font-family: 'MyriadPro-Regular';
	font-size:38px;
	font-weight:bold;
	border-left:5px solid #5f8f37;
	padding-left:25px;
}
.text2-slider{
	font-weight:normal;
}

/*---------------------------------------------------CONTENIDO--------------------------------------------------*/
.bg-contenido{
}
.contenido{
	width: 950px;
	min-height: 110px;
	margin:0px auto;
	overflow:hidden;	
}
.text-bienvenida{
	width: 940px;
	height:155px;
	border-bottom:1px solid #e0e0e0;
	text-align:center;
}
.text2-bienvenida{
	width:702px;
	margin:0px auto;
}
.text3-bienvenida{
	margin:0px auto;
	font-size:13px;
	color:#5f5f5f;
}
.titulo-nuestro-servicios{
	margin-top:10px;
	font-size:22px;
	font-weight:bold;
}
.leer-mas-servicios{
	float:right;
	width:85px;
	margin-right:5px;
	font-family: 'MyriadPro-Regular';
	font-size:13px;
	font-weight:bold;
	color:#5f8f37;
	background:url(../imagenes/vineta-proyectos.png) right no-repeat;
}

.fila1-contenido{
	width: 940px;
	height:205px;
	border-bottom:1px solid #e0e0e0;
}
.fila1-contenido li{
	width:435px;
	min-height:152px;
	float:left;
	list-style-type:none;
	margin-top:13px;
	padding-right:15px;
	padding-left:15px; 
}
.fila1-contenido h1{
	font-family: 'MyriadPro-Regular';
	text-transform:none;
	font-size:20px;
	font-weight:bold;
	color:#5f8f37;
}
.fila1-contenido h2{
	font-family: 'MyriadPro-Regular';
	text-transform:none;
	font-size:14px;
	font-weight:bold;
	color:#454545;
}
.fila1-contenido p{
	font-family: 'MyriadPro-Regular';
	text-transform:none;
	font-size:14px;
	font-weight:normal;
	color:#9e9e9e;
}
.item-final-fila1-cont{
	border-right:1px solid #FFF;
}
.linea_fila1{
	margin-top:20px;
	float:left;
	border-left: 1px solid #CCC;
	height:152px;
	-moz-opacity: 0.50;
	opacity: 0.50;
}


.fila2-proyectos-contenido{
	width: 940px;
	min-height:319px;
	padding-top:20px;
	margin:0 0 20px 0;
	border-bottom:1px solid #e0e0e0;	
}
.estilo-proyecto{
	width:235px;
	min-width:100px;
	float:left;
}
.estilo-proyecto a{
	text-decoration:none;
}
.text1-proyecto{
	font-family: 'MyriadPro-Regular';
	font-size:16px;
	font-weight:bold;
	color:#5f8f37;
	margin-top:12px;
	margin-bottom:10px;
	padding-left:10px;
}
.text2-proyecto{
	font-family: 'MyriadPro-Regular';
	font-size:14px;
	color:#8f8f8f;
	padding-left:18px;
}
.text3-proyecto{
	float:right;
	width:110px;
	margin-top:10px;
	margin-right:5px;
	font-family: 'MyriadPro-Regular';
	font-size:13px;
	font-weight:bold;
	color:#5f8f37;
	background:url(../imagenes/vineta-proyectos.png) right no-repeat;
}

.titulo-internas{
	width:940px;
	height:70px;
	text-align:center;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:30px;
}


/*---------Nosotros----------*/
.nosotro{
	width:900px;
	min-height:200px !important;
	margin:0px auto;
	margin-bottom:20px;
}
.caja-nosotros{
	width:280px;
	padding:5px;
	float:left;
	margin-right:10px;
	background:#FFF;
	cursor:pointer;
	margin-bottom:35px;
}
.title-nosotros{ width:280px; text-align:left; font-size:22px; margin-bottom:4px; font-weight:bold; border-bottom:1px solid #CCC;}
.caja-nosotros p{
	text-align:justify;
}
.leer{ width:280px; text-align:right; font-size:16px; margin-bottom:4px;}
.leer a{
	color:#090;
}

/*--.des-ampliada-nosotros{
	width:900px;
	min-height:!important;
	margin:0px auto;
	background:#f0f0f0;
	padding:10px;
	margin-bottom:30px;
	border-radius:15px 0px 15px 0px;
	border-bottom:6px #5f8f37 solid;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}
.des-ampliada-nosotros h2{
	margin-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	font-weight:bold;
}
.des-ampliada-nosotros img{
	float:left;
	margin:10px;
	border:#FFF solid 3px;
}--*/


/*---------Servicios----------*/
.servicios{
	width:470px; 
	text-align:center;	
	margin-bottom:50px;
}
.servicios img{
	opacity:0.9;
}
.servicios a{
	color:#666;	
}
.servicios img{
}
.text-servicios{
	width:940px;
	min-height:50px;
	margin-bottom:50px;
	margin:0px auto;
	padding:10px;
	border-left:4px solid #5f8f37;
	text-align:justify;
	border-radius:0px 10px 10px 0px;
}
.img-servicios{
	margin-top:30px;
}
.titulo-contruccion-servicios{
	position: absolute;
	z-index: 888;
	width:200px;
	margin-top:-40px;
	margin-left:55px;
	background:#f0f0f0;
	border-radius:10px 10px 10px 10px;
	border-left:4px solid #5f8f37;
	padding:13px;
	font-size:24px;
	font-family: 'MyriadPro-Light';
	font-weight:bold;
}
.titulo-consultoria-servicios{
	position: absolute;
	z-index: 888;
	width:200px;
	margin-top:-40px;
	margin-left:55px;
	background:#f0f0f0;
	border-radius:10px 10px 10px 10px;
	border-left:4px solid #5f8f37;
	padding:13px;
	font-size:24px;
	font-family: 'MyriadPro-Light';
	font-weight:bold;
	-webkit-box-shadow: 3px 3px 9px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 9px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 9px rgba(50, 50, 50, 0.75);	
}



/*---Servicios-Construccion---*/
.marco-construccion-consultoria{ width:940px; height:520px; overflow-x:none; overflow-y:auto; margin-bottom:7px; padding:10px 10px 10px 0px; background:#FFF;  border-bottom:1px #CCC solid;}
.text-contrucion{
	width:640px;
	min-height:200px;
	margin:0px auto;
	padding-left:10px;
	float:left;
	text-align:justify;
}
.img-contruccion{
	float:left;
	width:260px;
	margin-top:8px;
	margin-left:10px;
}
.img-contruccion img{
}

.btn-regredar-contruccion{
	width:800px;
	margin:0px auto;
	margin-top:15px;
	margin-bottom:62px;
	text-align:right;
	padding-right:15px;
}
.btn-regresar{
	float:right;
	width:100px;
	margin-right:5px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	color:#5f8f37;
	background:url(../imagenes/vineta-regresar.png) left no-repeat;
}
/*---Servicios-Consultoria---*/
.caja-consultoria{
	width:920px;
	min-width:400px;
	margin:0px auto;
	padding:5px;
	float:left;
}

.text-consultoria{
	width:640px;
	min-height:185px;
	margin:0px auto;
	float:left;
	margin-top:5px;
	margin-left:14px;
	margin-bottom:20px;
	text-align:justify;
	background:#FFF;
	padding:5px;
	border-left:4px solid #5f8f37;
	-webkit-box-shadow: 3px 3px 9px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 9px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 9px rgba(50, 50, 50, 0.75);
}
.img-consultoria{
	float:left;
	width:230px;
	margin-left:13px;
	margin-top:5px;
	border:2px solid #FFF;
}
.img2-consultoria{
	float:left;
	width:230px;
	margin-left:13px;
	margin-top:5px;
	border:2px solid #FFF;
}
.img-consultoria img{
	-webkit-box-shadow: 2px 2px 15px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 15px rgba(50, 50, 50, 0.75);
	box-shadow:  2px 2px 15px rgba(50, 50, 50, 0.75);
}


/*---Proveedore-Formularios---*/
.proveedores{
	width:940px; min-height:500px; overflow:hidden; margin-bottom:30px; padding:10px; background:#fff; border-radius:10px; border-bottom:1px #CCC solid;
}
.todos-logos{ width:890px; height:400px; margin:0px auto; }
.todos-logos li{
	float:left;
	width:242px;
	min-height:190px;
	background:#FFF;
	margin-right:35px;
	margin-bottom:30px;
	list-style-type:none;
	padding:7px;
	border-bottom:4px solid #5f8f37;
}
.todos-logos li:hover{
	cursor:pointer;
}
.todos-logos li img { width:140px; height:125px; padding-left:30px; text-align:center; }
.todos-logos span{
	width:235px;
	position: absolute;
	margin-left:-5px;
	margin-top:10px;
	padding:8px;
	font-size:20px;
	font-family: 'MyriadPro-Regular';
	font-weight:bold;
	background:#FFF url(../imagenes/logos-formularios/pdf.png) right no-repeat;	
}
.todos-logos a{
	color:#333;
	font-weight:bold;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
    -khtml-opacity: 0.80;
    -moz-opacity: 0.80;
    opacity: 0.80;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	
}
.ventana-proveedores {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	visibility: hidden;
	top:40px;
	left: 45%;
	margin-left: -480px;
	width: 1000px;
	min-height: 420px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 1001;
	padding: 30px 40px 34px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	overflow: hidden;
	border-bottom:6px solid #5f8f37;
	
}
.ventana-proveedores .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}

/*---------Proyectos--------*/
.marco-proyectos{ width:940px; height:420px; margin-bottom:7px; background:#fff; border-bottom:1px #CCC solid;}
.proyectos{
	width:940px;
	min-height:100px;
	overflow:hidden;
	margin:0px auto;
	padding:5px;
}
.caja-proyecto{
	float:left;
	width:295px;
	min-height:360px;
	margin-left:8px;
	margin-right:4px;
	margin-bottom:15px;
	background:#FFF;
}
.nomb-proyecto{
	width:275px;
	height:30px;
	border-bottom:#CCC 1px solid;
	line-height:30px;
	padding-left:20px;
	font-size:22px;
	font-weight:bold;
	cursor:pointer;
}
.texto-imagen{
	width:390px;
	height:160px;
	margin:0px auto;
	margin-left:4px;
}
   .texto-proy{ width:270px; height:160px;}
     .texto-proy p{ padding-left:8px; padding-top:4px; width:260px; font-size:14px; text-align:justify;}
   .img-proy{ width:270px; height:180px;  padding:3px;}
     .img-proy img{ border:#FFF 3px solid; cursor:pointer; }

.ver-mas-proy{
	width:390px;
	height:30px;
	margin-top:140px;
	margin-left:10px;
	line-height:30px;
	position:absolute;
}
.ver-mas-proy a{
	color:#390;
	font-size:18px;
	padding-right:20px;
	cursor:pointer;
}

.titulo-proyecto{
	padding-left:20px;
	border-left:#063 3px solid;
}
.galeria-tab{
	width:1000px;
	height:420px;
	margin:0px auto;
}
.galeria{
	float:left;
	width:535px;
	height:420px;
	padding-top:10px;
	padding-left:5px;
}
.tab{
	float:left;
	width:430px;
	height:420px;
	overflow-x:none;
	overflow-y:auto;
	margin-left:15px;
	padding-right:10px;
	margin-top:10px;
}
.tab p{
	margin-bottom:8px;
	text-align:justify;
}  

.galimg {
	position: relative;
	background: #fff url(../js/loading.gif) no-repeat 50% 50%;
	width: 520px;
}
.imgprin {
	/* es necesario para evitar un parpadero al quitar la imagen */
	width: 520px;
	height: 320px;
}
.imgprin img {
	width: 520px;
	height: 325px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
.galimg ul {
	position: absolute;
	top: 345px;
	width: 520px;
	list-style: none;
	text-align: center;
}
.galimg ul li {
	display: inline;
	padding-left: 3px;
}
.galimg ul li a img {
	width:66px; 
	height:50px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 3px;
}
.jsgalpre {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f00;
	color: #fff;
	padding: 3px;
}

 
/*-----------Contactenos-------*/ 
.contactenos{ width:940px; height:550px; margin-bottom:7px; background:#FFF; border-radius:8px; border-bottom:1px #ccc solid; margin-bottom:30px;}
.formulario {
	width: 525px;
	float: left;
	height: 420px;
	padding-top:10px;
	margin-top: 30px;
	padding-left:20px;
	background:#FFF;
}
.contenido-contactenos {
	width: 980px;
	min-height: 460px;
	margin: 0px auto;
}
.required {
	width: 500px;
	height: 30px;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	background: #f7f7f7;
	border: 1px #CCC solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #030;
}
.telefono{
	width: 500px;
	height: 30px;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	background: #f7f7f7;
	border: 1px #CCC solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #030;
}
.url {
	width: 271px;
	height: 30px;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	background: #f7f7f7;
	border: 1px #CCC solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #030;
}
.texbox-comentario {
	width: 500px;
	height: 25px;
	padding-bottom: 180px;
	margin: 0px auto;
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 5px;
	background: #f7f7f7;
	border: 1px #CCC solid;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
}
.submit {
	margin-left:420px;
	padding: 6px;
	padding-left:12px;
	padding-right:12px;
	font-size: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor: pointer;
	font-weight: 800;
	background: -moz-linear-gradient(#CCC, #f7f7f7);
	background: -ms-linear-gradient(#CCC, #f7f7f7);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCC), color-stop(100%, #f7f7f7));
	background: -webkit-linear-gradient(#CCC, #f7f7f7);
	background: -o-linear-gradient(#CCC, #f7f7f7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#f7f7f7'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#f7f7f7')"; /* IE8+ */
	background: linear-gradient(#CCC, #f7f7f7); /* the standard */
}
.submit:HOVER {
	cursor: pointer;
	background: -moz-linear-gradient(#f7f7f7, #CCC);
	background: -ms-linear-gradient(#f7f7f7, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #CCC));
	background: -webkit-linear-gradient(#f7f7f7, #CCC);
	background: -o-linear-gradient(#f7f7f7, #CCC);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#CCC'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#CCC')"; /* IE8+ */
	background: linear-gradient(#f7f7f7, #CCC); /* the standard */
}
.img-contactenos{
	float:left;
	width:300px;
}
.img-contactenos img {
	margin-top: 50px;
	margin-left:55px;
	padding: 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

label { width: 10em; float: left; }
label.error { float:left; color:#5f8f37; width:200px; margin-left:-210px; margin-top:-2px;  position:absolute; font-family: 'MyriadPro-Regular'; font-size:14px; }
.titulos-form{ color:#072f3e; margin-bottom:5px; font-size:18px; font-weight:bold; width:200px; }

/*---------------------------------------------------FOOTER--------------------------------------------------*/
.bg-footer{
	background:#454545;
	width:100%;
}
.footer{
	width: 940px;
	min-height: 283px;
	margin: 0px auto;
	overflow:hidden;
	background:#454545;
}
.datos-de-contacto{
	width:940px;
	height:283px;
}
  .datos{
	width:300px;
	height:283px;
	float:left;
	 }
	.cont-datos{ margin-top:70px;}
	.datos h1{
		font-family: 'MyriadPro-Regular';
		font-size:18px;
		font-weight:bold;
		color:#5f8f37;
		padding-left:13px;
		margin-bottom:30px;
	}
	.telefonos{
		color:#FFF;
		font-family: 'MyriadPro-Regular';
		font-size:14px;
		padding-left:35px;
		padding-top:10px;
		background:url(../imagenes/icon-telefonos.png) left no-repeat;
	  }
	 .direccion{
		 color:#FFF;
		font-family: 'MyriadPro-Regular';
		font-size:14px;
		padding-left:35px;
		margin-top:10px;
		 }
		 
  .menu-abajo{
	width:219px;
	height:283px;
	float:left;
	 }
	 .menu-abajo h1{
		font-family: 'MyriadPro-Regular';
		font-size:18px;
		font-weight:bold;
		color:#5f8f37;
		margin-bottom:30px;
	}	
	.menu-abajo h1 span{ color:#FFF;} 
	  .item-abajo li{
		  font-family: 'MyriadPro-Regular';
		  font-size:14px;
		  margin-bottom:6px;
		  list-style-image:url(../imagenes/vineta.png);
		  color:#FFF;
		  }
	   .item-abajo li a{
		   color:#FFF;
		   text-decoration:none;
	   }
	   .item-abajo li a:hover{
		   color:#5f8f37;
		   text-decoration:none;
	   }
		   
  .mapa{
	width:421px;
	height:283px;
	float:left;
	background:url(../imagenes/mapa.gif) center no-repeat;
	 }
  .mapa a{ color:#FFF;}
	.btn-verder-mapa{
	position: absolute;
	margin-left: 40px;
	margin-top:85px;
	background: #5f8f37;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 160px;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	text-align: center;
	z-index:88;
	cursor:pointer;
		}
	.btn-gris-mapa{
	position: absolute;
	margin-left: 230px;
	margin-top:110px;
	background: #a4a4a4;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 160px;
	font-size: 14px;
	font-family: 'MyriadPro-Regular';
	text-align: center;
	z-index:89;
	cursor:pointer;
		}	
	.ventana-mapa {
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	visibility: hidden;
	top:70px;
	left: 51%;
	margin-left: -480px;
	width: 800px;
	min-height: 390px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 1001;
	padding: 30px 40px 34px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	overflow: hidden;
	border-bottom:6px solid #5f8f37;
	}
	.ventana-mapa .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
		font-weight: bold;
		cursor: pointer;
	}	

.linea-footer{width:100%; z-index:999px; position:absolute; padding:0px; margin:0px; background:#c1c1c1; color:#c1c1c1; opacity:0.7;}	 
.derescho-y-ahorranito{
	width:940px;
	height:41px;
	background:#454545;
	margin:0px auto;
}	 
.derechos{
	float:left;
	color:#c7c7c7;
	line-height:42px;
	font-family: 'MyriadPro-Regular';
	font-size:14px;
	font-weight:bold;
}
.derechos span{
	color: #5f8f37;
}

/*-----AHORRANITO-----*/
.footer-autor {
	float:left;
	height: 20px;
	line-height: 20px;
	margin-top:12px;
	margin-left:140px;
	font-family: 'MyriadPro-Regular';
	font-size:14px;
	font-weight:bold;
}
.footer-autor #ahorranito2 {
	background: url(http://www.imaginamos.com/derechos_autor_gris/ahorranito-2.png) no-repeat 0px 0px;
	width: 21px;
	height: 22px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer-autor a {
	font-weight: 500;
	font-size: 15px;
	color: #c7c7c7;
	text-decoration: none;
}
.footer-autor a:hover {
	text-decoration: underline;
}
.footer-autor a span {
	color: #5f8f37;
}


/*-------------------PAGINADOR -----------------*/
.list_carousel {
	width: 940px;			
}
.list_carousel #paginador {
	margin:0px auto;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel .num-pagina {
	color: #999;
	text-align: center;
	width: 940px;
	height:425px;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel .clearfix {
	float: none;
	clear: both;
}
.list_carousel .prev {
	float: left;
	background:url(../imagenes/vineta-regresar.png) no-repeat;
	width: 18px;
	height: 15px;
	margin-top:12px;
	margin-left:420px;
	position:absolute;
	z-index:88;
}
.list_carousel .next {
	float:left;
	margin-left: 20px;
	background:url(../imagenes/vineta-proyectos.png) no-repeat;
	width: 18px;
	height: 15px;
	margin-top:12px;
	margin-left:500px;
	position:absolute;
	z-index:88;
}
.list_carousel .pager {
	margin-top:10px;
	float: left;
	width: 940px;
	text-align: center;
	font-family: 'MyriadPro-Regular';
}
.list_carousel .pager a {
	color:#666;
	font-size:16px;
	font-weight:bold;
	font-size:16px;
	margin: 0 5px;
	text-decoration: none;
	padding:3px;
}
.list_carousel .pager a.selected {
	padding-bottom:2px;
	border-bottom:2px solid #093;
	color:#090;
}
.list_carousel .timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}