/* Page Porperties*/
body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #115729 url(../images/backSite.jpg) no-repeat center top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* wrapper */
#wrapper {
    width: 825px;
	height: 100%;
    margin: 0px auto;
    padding: 0px auto;

}

/* header */
#header {
    width: 825px;
	height: 120px;
	background: url(../images/headerSite.png) no-repeat center top;
    margin: 0;
    padding: 0;
}

/* middle */
#middle {
    width: 825px;
	height: 100%;
	background: #ffffff;
    margin: 0;
    padding: 0;
}

#middlePage {
    width: 785px;
	height: 100%;
	background: #ffffff;
    margin: 0;
    padding: 20px 20px 20px 20px;
}

/* sections */
#backSections {
    width: 825px;
	height: 250px;
    margin: 0;
    padding: 20px 0px 20px 0px;

}
#section1 {
    float: left; 
	width: 220px;
	height: 165px;
    margin: 0px 10px 0px 10px;
    padding: 60px 18px 20px 17px;
	background: url(../images/backNoticias.gif) no-repeat center top;
}
#section2 {
    float: left; 
	width: 220px;
	height: 165px;
    margin: 0px 10px 0px 10px;
    padding: 60px 18px 20px 17px;
	background: url(../images/backBuscador.gif) no-repeat center top;
}
#section3 {
    float: left; 
	width: 220px;
	height: 165px;
    margin: 0px 10px 0px 10px;
    padding: 60px 18px 20px 17px;
	background: url(../images/backPromos.gif) no-repeat center top;
}

/* footer */
#footer {
	width: 825px;
	height: 30px;
    margin: 0;
    padding: 20px 0px 0px 0px;
	background: #007a49 url(../images/backFooter.gif) no-repeat center top;
	font-size: 11px;
	color: #ffffff;
}


/* text */
.text14Color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #44bb6d;
}
.text12Color {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #44bb6d;
}
.text14Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #44bb6d;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #44bb6d;
}
a:hover {
	text-decoration: underline;
	color: #44bb6d;
}
a:active {
	text-decoration: none;
	color: #44bb6d;
}

/* link footer */
a.linkfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.linkfooter:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.linkfooter:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #54e787;
	font-weight: normal;
	text-decoration: underline;
}

a.linkfooter:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}


