@charset "utf-8";

* {
	outline:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	background-color:#58585A;
}

body .contenedor {
	width:1003px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

body .contenedor .nubesup {
	background-image:url(../images/nubes-up.jpg);
	background-repeat:no-repeat;
	height:218px;
	padding-left:70px;
}

body .contenedor .main {
	height:508px;
}

body .contenedor .main .menuvertical {
	float:left;
	margin-left:83px;
	margin-top:170px;
	overflow:hidden;
}

body .contenedor .main .menuvertical .tab {
	width:99px;
	height:20px;
	padding-bottom:10px;
}

body .contenedor .main .menuvertical .tabclaro {
	background-image:url(../images/tab-claro.png);
	background-repeat:no-repeat;
	background-position:top;
}

body .contenedor .main .menuvertical .tabclaro:hover {
	background-image:url(../images/tab-verde.png);
}

body .contenedor .main .menuvertical .tabclaro a {
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	line-height:20px;
}

body .contenedor .main .menuvertical .tabverde {
	background-image:url(../images/tab-verde.png);
	background-repeat:no-repeat;
	background-position:top;
}

body .contenedor .main .menuvertical .tabverde a {
	color: #FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	line-height:20px;
}

body .contenedor .main .contenido {
	float:left;
	width:298px;
	height:268px;
	background-image:url(../images/contenido.png);
	background-repeat:no-repeat;
	margin-left:76px;
	margin-top:35px;
	padding:30px;
}

body .contenedor .main .contenido a {
	text-decoration:none;
	color:#6CBD45;
	font-weight:bold;
}

body .contenedor .main .contenido a:hover {
	color:#16724D;
}

body .contenedor .main .contenido2 {
	background-image:url(../images/contenido2.png);
	height:292px;
}

body .contenedor .main .contenido3 {
	background-image:url(../images/contenido3.png);
	height:351px;
	margin-left:0px;
	width:440px;
}

body .contenedor .main .contenido3 h3 {
	padding-top:1px !important;
}

body .contenedor .main .contenido3 .renders {
	text-align:center;
	margin-top:20px;
}

body .contenedor .main ul li {
	display: inline;
	margin:0;
	padding:0;
}

body .contenedor .main ul.gallery {
	margin:0;
	padding:0;
}

body .contenedor .main .contenido3 .renders img {
	border:5px solid #393C3D;
	margin-right:3px;
}

body .contenedor .main .contenido4 {
	background-image:url(../images/contenido4.png);
	height:401px;
	margin-left:0px;
	margin-top:0px;
	width:440px;
}

body .contenedor .main .contenido4 h3 {
	padding-top:2px !important;
}

body .contenedor .main .contenido4 .plantas {
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}

body .contenedor .main .contenido4 .plantas img {
	padding-left:8px;
	padding-right:15px;
	padding-bottom:3px;
}

body .contenedor .main .contenido4 .plantas table td {
	padding-bottom:5px;
}

body .contenedor .main .contenido2 img {
	margin-right:10px;
	margin-bottom:5px;
}

body .contenedor .main .contenido2 .contacto {
	font-size:12px;
}

body .contenedor .main .contenido2 .contacto input[type=text], textarea {
	width:120px;
	border:1px solid #D1D2D4;
	border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}

body .contenedor .main .contenido2 .contacto input[type=submit] {
	padding:1px 15px;
	background-color:#68BD4C;
	border:2px solid #176B3E;
	border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}

body .contenedor .main .contenido2 .contacto input[type=submit]:hover {
	background-color:#176B3E;
}

body .contenedor .main .contenido2 .contacto textarea {
	height:120px;
}

body .contenedor .main .contenido h3 {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:14px;
	padding-top:11px;
	margin-bottom:20px;
}

body .contenedor .main .contenido p {
	margin:0;
	padding:0;
	text-align:justify;
	font-size:14px;
}

body .contenedor .main .contenido5 {
	background-image:url(../images/contenido5.png);
	height:380px;
	margin-left:20px;
	margin-top:30px;
	width:370px;
}

body .contenedor .main .contenido5 p {
	font-size:12px !important;
}

body .contenedor .main .contenido5 h3 {
	padding-top:10px !important;
}

body .contenedor .fondo1 {
	background-image:url(../images/escenario-1.jpg);
	background-repeat:no-repeat;
}

body .contenedor .fondo2 {
	background-image:url(../images/escenario-2.jpg);
	background-repeat:no-repeat;
}

body .contenedor .fondo3 {
	background-image:url(../images/escenario-3.jpg);
	background-repeat:no-repeat;
}

body .contenedor .fondo4 {
	background-image:url(../images/escenario-4.jpg);
	background-repeat:no-repeat;
}

body .contenedor .fondo5 {
	background-image:url(../images/escenario-5.jpg);
	background-repeat:no-repeat;
}

body .contenedor .fondo6 {
	background-image:url(../images/escenario-6.jpg);
	background-repeat:no-repeat;
}

body .contenedor .footer {
	height:80px;
	text-align:center;
	overflow:hidden;
}

body .contenedor .footer .menu {
	background-image:url(../images/foot-menu.png);
	background-repeat:no-repeat;
	width:412px;
	height:25px;
	float:left;
	margin-left:273px;
	padding-left:45px;
	padding-top:9px;
}

body .contenedor .footer .menu .item {
	float:left;
}

body .contenedor .footer .menu .item a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

body .contenedor .footer .menu .item a:hover {
	color:#93fb60;
}

body .contenedor .footer .menu .item .activo {
	color: #93fb60;
}

body .contenedor .footer .reproductor {
	float:left;
	margin-left:145px;
	margin-top:7px;
}

body .contenedor .footer .reproductor span {
	color:#939598;
	font-size:9px;
	margin-left:1px;
}

body .contenedor .footer .copy {
	margin-top:60px;
	color:#FFF;
	font-size:10px;
}