@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4A4849;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #ff6666;
}

/* divs */

#contain {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
}

#advertiser_banner {
	background-color: #000;
	padding: 5px;
	text-align:center
}

#header  {
	background-image: url(../images/logo_principal.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 140px;
	width: auto;
	padding-left: 380px;
}

#right_column {
	float: right;
	width: 230px;
}

#body_content {
	float: left;
	width: 750px;
	padding-right: 8px;
}

#footer {
	text-align:center;
	background-image: url(../images/logo_foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	padding-bottom: 95px;
	margin-top: 10px;
}
#footer a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #FFF;	
}

.nav_left {
	float: left;
	width: 200px;
	padding-top: 5px;
}

.nav_left a {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.nav_left :hover {
	color: #CCC;
}

.albums {
	text-align:center;
	text-shadow:#333;
	background-color: #333;
	margin: 4px;
	float: left;
	width: 21%;
	border: thin dashed #CCC;
	padding: 20px 10px 10px;
	background-image: url(images/logo_foot.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	}

.albums a {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.albums a:hover {
	color: #F25F5F;
}

.fotos {
	border: 5px solid #FFF;
	float: left;
	margin: 4px;
}
.clear {
	clear:both
	}
.title_albums {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-transform: capitalize;
	color: #FFF;
	letter-spacing: 0.8em;
	text-align: justify;
	clear: both;
}
/* classes */

.navMainLink {
	font-size: 12px;
	color: #ededed;
	text-decoration: none;
	font-weight: bold;
}


