@charset "utf-8";
*{
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #343631;
}
#envoltorio {
	padding: 0px;
	height: auto;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	height: 133px;
	width: 930px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 133px;
	width: 314px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
#menu {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 133px;
	width: 616px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
}
#menuBar {
	height: 46px;
	width: 565px;
	padding-top: 32px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}


#content {
	height: 336px;
	width: 930px;
	background-image: url(../images/content.jpg);
}
#welcomeMessage {
	height: 180px;
	width: 560px;
	padding-top: 140px;
	padding-left: 40px;
}
#welcomeMessage p {
	font-size: 14px;
	text-align:justify;
}
#welcomeMessage strong{
	font-weight:normal;
}
#slide {
	height: 242px;
	width: 930px;
	background-image: url(../images/footerContent.jpg);
}
#slide p {
	font-size: 11px;
	text-align:justify;
}
#footer {
	height: 120px;
	width: 930px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	padding-top: 30px;
}
#seeMore1 {
	background-image: url(../images/btnYellow.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 104px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#seeMore1 p
{
	font-size:11px;
	color:#ffffff;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#seeMore2 {
	background-image: url(../images/btnGreen.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 104px;
	margin: 0px;
}
#seeMore2 p
{
	font-size:11px;
	color:#ffffff;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#seeMore3 {
	background-image: url(../images/btnWhite.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 104px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#seeMore3 p
{
	font-size:11px;
	color:#ffffff;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#boxRight {
	float: right;
	height: 200px;
	width: 490px;
	padding-top: 10px;
	padding-right: 115px;
}
#sectionLeft {
	width: 260px;
	height: 200px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sectionLeft ul {
	font-size:11px;
	list-style-image: url(../images/pointer.jpg);
	margin-top: 3px;
	margin-bottom: 3px;
}
#sectionLeft li {
	padding-bottom:5px;
}
#sectionLeft strong
{
	color: #ffffff;
}
#sectionRight {
	height: 200px;
	width: 190px;
	float: right;
}
#sectionRight ul {
	font-size:12px;
	list-style-image: url(../images/pointer_white.jpg);
	margin-top: 10px;
	margin-bottom: 15px;
}
#sectionRight strong
{
	color:#999999;
}
a
{
	text-decoration:none;
	color:#ffffff;
}
a:hover
{
	text-decoration:underline;
}

#box1 {
	height: 200px;
	width: 260px;
	padding-top: 10px;
	padding-left: 40px;
	float: left;
}
#box1 div {
	margin-top:30px;
	margin-bottom:32px;
}
h1 {
	font-size: 20px;
	text-align: center;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #434539;
}
h2 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #434539;
}
strong {
	color: #6A992E;
}
footer p {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: justify;
}
footer a {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
