body {
	background-color: #000000;
	background-repeat: repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#site{
	width: 1024px;

}
#head{
	background-image: url(images/top.jpg);
	height: 332px;
	background-repeat: no-repeat;
	background-position: center;
	width: 1024px;

}
#top-nav {
	background-image: url(images/contenido.jpg);
	height: 381px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;

}

#info {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: text-top;
	height: 55px;
	margin-top: 0px;
}	
#links {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: text-top;
	height: 55px;
	margin-top: 0px;

}
#info p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;

}
#info strong{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-align: left;
	font-weight: bold;
}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;

}
.link{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: left;
}

a:link {
	color: #F1CD03;
	font-weight: bold;
}

a:visited {
	color: #F1CD03;
}
a:hover {
	color: #FFCC00;
}

.text-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.text-small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.big-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
#info b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;

}
.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F1CD03;
	text-align: left;
	font-weight: bold;

}
h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #6E0101;
	padding-left: 6px;
	font-weight: bold;

}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: CENTER;
}


#content {
	background-color: #FFFFFF;
	text-align: left;
}

