/* Reset
----------------------------------------------------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}

img {
	border:none;
}

:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}


.floatleft {
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}

.clear {
	clear:both;
}


.clearfix {
    content: ".";
    display: inline;
    height: 0;
    clear: both;
    visibility: hidden;
 }


.floatright {
	float:right;
	padding:0px;
	margin:0px 0px 10px 10px;

}

hr {
	display:block;
	height:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #eaeaea;
	padding:0px 0px 0px 0px;
	margin:-5px 0px 8px 0px;
	overflow:hidden;
}


.divider {
	border-bottom:1px solid #eaeaea;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	text-align:center;
}


/* END Reset
----------------------------------------------------------------------------------------*/






/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/



body {
	background:url(../images/body_bg.gif) no-repeat top center #519526;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#ffffff;
}


a {
	color:#294c13;
	text-decoration:underline;
	
}

a:hover, a:active {
	text-decoration:none;
	
}

h2 {
	font-size:23px;
	color:#294c13;
	line-height:26px;
	margin:0 0 20px 0;
	font-weight:bold;

}

h3 {
	font-size:19px;
	color:#294c13;
	line-height:26px;
	margin:0 0 10px 0;
	font-weight:bold;

}

h4 {
	font-size:16px;
	color:#294c13;
	line-height:19px;
	margin:0 0 12px 0;
	font-weight:bold;
}




/* Wrappers */

#outer-wrapper {
	width:100%;
}


#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;	
	text-align:left;

}


/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/
















/* START HEADER STYLES
----------------------------------------------------------------------------------------*/

#header {
	width:960px;
	overflow:hidden;
	margin:0 0 0px 0;
}

#logo {
	width:362px;
	height:78px;
	float:left;
	margin:20px 20px 0 0;

}

#logo a {
	cursor:pointer;
}

#inner-logo {
	width:311px;
	height:67px;
	float:left;
	margin:20px 20px 0 0;

}

#inner-logo a {
	cursor:pointer;
}

#info {
	float:left;
	margin:40px 0 0 0;
	text-align:center;
}

#info span {
	display:block;
	font-size:19px;
	font-weight:bold;
	line-height:19px;
	margin:0 0 8px 0;
}

#info em {
	display:block;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	font-style:normal;
}

#quote {
	float:right;
	margin:5px 0 0 0;
}

#quote a {
	cursor:pointer;
}


/* Nav */

#nav {
	float:left;
	margin:52px 0 0 0;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	color:#ffffff;
	float:left;
	text-decoration:none;
	padding:3px;
	font-weight:bold;
	margin:0 12px 0 0;
	display:inline;
}

#nav ul li a:hover {
	background-color:#294c13;
}

#nav ul li a.selected {
	background-color:#294c13;
}


/* END HEADER STYLES
----------------------------------------------------------------------------------------*/















/* START MAINBODY STYLES
----------------------------------------------------------------------------------------*/

#mainbody {
	width:882px;
	padding:0 24px 0 24px;
}


#main-content {
	width:882px;
	overflow:hidden;
	margin:0 0 20px 0;
}

#main-content p {
	line-height:16px;
	padding:0 0 15px 0;
}


/* Content */

#content {
	width:602px;
	float:left;
}


#main-banner {
	width:583px;
	height:300px;
	background:url(../images/banner_bg.png) no-repeat 0 0;
	padding:9px 9px 9px 10px;
	margin:0 0 12px 0;
}

#sub-content {
	width:582px;
	padding:0 10px 0 10px;
	overflow:hidden;
}

.sub-boxes {
	width:582px;
	overflow:hidden;
	margin:0 0 20px 0;
}

.sub-box {
	width:266px;
	float:left;
	padding:0 25px 0 0;
}


.title {
	background:url(../images/img_left.png) no-repeat left top;
	float:left;
	margin:0;
	height:21px;
	padding:0 0 0 6px;
	display:block;
	margin:0 0 10px 0;
}

.title em {
	background:url(../images/img_right.png) no-repeat right top;
	float:left;
	height:21px;
	margin:0;
	padding:0 6px 0 0;
	display:block;
	font-style:normal;
	color:#294c13;
	font-weight:bold;
	line-height:21px;
}





/* Sidebar */

#sidebar {
	width:264px;
	float:right;
}

#sidebar h2 {
	margin:0 0 10px 0;
}


.ads {
	display:block;
	margin:0 0 10px 0;
	text-align:center;
}

#friends {
	width:264px;
	height:140px;
	overflow:hidden;
	position:relative;
	margin:0 0 30px 0;
}

#scrollLinks {
	width:40px;
	position:relative;
	margin:0 0 0px 0;
	display:block;
	float:right;
}


#friends #scrollLinks .mouseover_up a {
	background:url(../images/arrow_up.png) no-repeat 0 0;
	width:30px;
	height:0;
	padding:15px 0 0 0;
	overflow:hidden;
	display:block;
	cursor:pointer;
	position:absolute;
	top:-18px;
	right:0;
}

#friends #scrollLinks .mouseover_down a {
	background:url(../images/arrow_down.png) no-repeat 0 0;
	width:30px;
	height:0;
	padding:15px 0 0 0;
	overflow:hidden;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:50px;
	right:0;
}

#friends ul li {
	width:204px;
	float:left;
	height:34px;
	background-color:#ffffff;
	padding:0 2px 0 6px;
	margin:0 0 2px 0;
}

#friends ul li span {
	float:left;
	color:#294c13;
	font-weight:bold;
	font-size:11px;
	padding:10px 0 0 0;
	line-height:14px;
	text-transform:uppercase;
}

#friends ul li em {
	float:right;
}




/* Inner Content */


#inner-content {
	width:583px;
	padding:0 148px 0 151px;
	overflow:hidden;
	margin:0 0 20px 0;
}

.content-text {
	float:left;
	width:410px;
}

.content-text2 {
	float:left;
	width:600px;
}

.content-info {
	width:152px;
	float:right;
}

.ads-title {
	display:block;
	font-size:10px;
	margin:0 0 10px 0;
	text-align:center;
}

.ads-title a {
	color:#ffffff;
}



/* Form */


#request {
	width:809px;
	overflow:hidden;
	margin:0 0 25px 0;
}

.request-box {
	background:url(../images/grad_bg.png) no-repeat 0 0;
	width:220px;
	height:254px;
	display:block;
	padding:15px 10px 0 19px;
	float:left;
	margin:0 6px 0 0;
}

.highlight {
	color:#ffe200;
	font-weight:bold;
	display:block;
	margin:0 0 10px 0;
}

.request-box p em {
	font-style:normal;
	color:#294c13;
	font-weight:bold;
}

.map {
	float:left;
	
	height:260px;
	background:url(../images/banner_bg.png) no-repeat 0 0;
	
	margin:0 0 12px 0;
}





#form {
	width:812px;
	overflow:hidden;
	background-color:#4f8f27;
	border:1px solid #467d25;
}

.form-title {
	border-bottom:1px solid #467d25;
	padding:10px 20px 10px 20px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

.form-content {
	width:703px;
	overflow:hidden;
	padding:10px 20px 10px 89px;
	margin:0 0 5px 0;
}


.border-bottom {
	border-bottom:1px solid #467d25;	
}

.form-col {
	width:294px;
	float:left;
	margin:0 40px 0 0;
	display:inline;
}


#form label {
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	display:block;
	margin:0 0 3px 0;
	float:left;

}

#form input.text-box {
	background-color:#ffffff;
	border:1px solid #477e26;
	width:272px;
	height:22px;
	display:block;
	margin:0 0 7px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#294c13;
	font-size:12px;
	padding:6px 10px 0 10px;
	float:left;
}

.form-select {
	margin-bottom:6px;  
	float:left;
	color:#294c13; 
	width:294px;

}

#form textarea {
	float:left;
	width:603px;
	height:78px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#294c13;
	border:1px solid #477e26;
	overflow:auto;
	padding:10px;
	margin:0 0 27px 0;
}

#form .terms {
	font-size:11px;
	width:200px;
	margin:0 auto;
}

#form .terms a {
	color:#ffffff;
}

#form input.send-btn {
	background:url(../images/send_btn.gif) no-repeat 0 0;
	width:85px;
	height:30px;
	float:right;
	font-size:0;
	border:none;
	text-align:left;
	letter-spacing:19px;
	text-indent:-1000px;
	cursor:pointer;
	display:inline;
	margin:-20px 80px 0 0;
}


/* END MAINBODY STYLES
----------------------------------------------------------------------------------------*/














/* START FOOTER STYLES
----------------------------------------------------------------------------------------*/

#footer {
	width:100%;
	background-color:#294c13;
	border-top:3px solid #66b33c;
	height:auto !important;
	min-height:88px;
	height:88px;
	margin:0 0 140px 0;
	text-align:center;
	font-size:11px;
	padding:18px 0 0 0;
}


#footer p {
	line-height:17px;
}

.copyright  {
	padding:0 0 15px 0;
}

/* END FOOTER STYLES
----------------------------------------------------------------------------------------*/


/* START TEXT REPLACEMENTS WITH IMAGES - better in this way instead of direct <img> tag
----------------------------------------------------------------------------------------*/

.text-replace{
	background-repeat:no-repeat;
	cursor:text;
	text-indent:-9999px;
}

.text-especialistas{
	background-image:url(../images/text-especialistas-en-la-installacion.png);
	height:25px;
	width:810px;
}

.text-que-podemos{
	background-image:url(../images/text-que-podemos.png);
	height:24px;
	width:300px;
}

.text-quiesnes-somos{
	background-image:url(../images/text-quienes-somos.png);
	height:19px;
	width:155px;
}

.text-amigos-en-otras{
	background-image:url(../images/text-amigos-en-otras.png);
	height:15px;
	width:171px;
}

.text-somos-distribuidores{
	background-image:url(../images/text-somos-distribuidores.png);
	height:12px;
	width:237px;
}

.text-cesped-artificial{
	background-image:url(../images/text-cesped-artificial.png);
	height:25px;
	width:190px;
}

.text-solicite-presupuesto{
	background-image:url(../images/text-solicite-presupuesto.png);
	height:43px;
	width:199px;
}

.text-formulario-de-contacto{
	background-image:url(../images/text-formulario-de-contacto.png);
	height:20px;
	width:268px;
}

.text-juegos-infantiles{
	background-image:url(../images/text-juegos-infantiles.png);
	height:24px;
	width:195px;
}

.text-juegos-mobiliario{
	background-image:url(../images/text-mobiliario.png);
	height:19px;
	width:203px;
}
.text-estructuras{
	background-image:url(../images/text-solicite-estructuras.png);
	height:19px;
	width:270px;
}


/* END TEXT REPLACEMENTS WITH IMAGES
----------------------------------------------------------------------------------------*/

