@charset "utf-8";
/* CSS Document */

/* Formato general, centrado, todo va dentro de #container*/

body {
	background-image: url(../images/backgrounds/body.png);
}


/* Content */

#content {
	width: 960px;
	margin-top: 12px;
	margin-bottom: 30px;
	background-image: url(../images/backgrounds/content.png);
	background-repeat: no-repeat;
	padding-bottom:20px;
}
#contentLeft {
	margin: 0px;
	float: left;
	width: 295px;
	padding-top: 30px;
}
#contentLeft #contact {
	background-image: url(../images/backgrounds/banners/contact.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 285px;
}
#contentLeft #news {
	background-image: url(../images/backgrounds/banners/news.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 285px;
}
#contentLeft #relatedPDF {
	padding-top: 10px;
	padding-left: 10px;
}


#contentRight {
	float: right;
	width: 650px;
	padding-top: 42px;
}

#contentBottomLeft {
	width: 590px;
	padding-left: 20px;
	float: left;
	padding-top: 25px;
}
#contentBottomRight {
	width: 330px;
	float: right;
	padding-top: 25px;
}

/* Footer */
#containerFooter {
	background-image: url(../images/backgrounds/containerFooter.png);
	height: 200px;
}
#containerFooter #footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/backgrounds/footer960.png);
	background-repeat: no-repeat;
	height: 200px;
	background-position: 0px 65px;
}
#containerFooter #footer #logoBottom {
	float:left;
	width:280px;
	padding-top:30px;
	height:35px;
}
#containerFooter #footer #menuBottom {
	float:right;
	width:370px;
	padding-top:35px;
	height:30px;
}
#containerFooter #footer #address {
	float:left;
	width:280px;
	padding-top:10px;
}
#containerFooter #footer #tags {
	float:right;
	width:370px;
}


#newsletterForm {
	position:absolute;
	width: 650px;
	position: absolute;
	top: 350px;
	z-index: 99;
    left:350px;
	visibility:hidden;
	border: 1px solid #005B8C;
}
