body {
	background: #FFF url(http://losmadden.com/images/backgrounds/orange.png) repeat-x;
	color: #555;
	font: small Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#container {
	width: 580px;
	margin: 50px auto;
	padding: 0;
	position: relative;
	text-align: left;
	}

h1 {
	color: #111;
	font-size: 120%;
	font-weight: normal;
	height: 75px;
	letter-spacing: .3em;
	line-height: 1.2em;
	margin: 25px 0 15px;
	padding: 20px 0 0 0;
	text-shadow: #CCC 3px 3px 3px;
	text-transform: uppercase;
	}
	
h1 span {
	color: #666;
	font-size: 60%;
	letter-spacing: .2em;
	margin: .5em 0 3.25em;
	}

h1 a:link, h1 a:hover, h1 a:visited {
	color: #111;
	text-decoration: none;
	}	

h1 span a:link, h1 span a:hover, h1 span a:visited {
	color: #666;
	}
	
h2 {
	color: #B89209;
	font-size: 20px;
	font-weight: normal;
	margin: 12px 0 0;
	padding: 0;
	}

h3 {
	color: #666;
	font: 10px Verdana;
	margin: 3px 0;
	padding: 0;
	text-transform: uppercase;
	}

/* NAVIGATION */
ul {
	text-align: right;
	margin: 0 0 25px;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
	}

li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
	}

li a, li a:link, li a:active, li a:visited {
	color: #666;
	font-size: 10px;
	text-shadow: #CCC 2px 2px 2px;
	text-transform: uppercase;
	text-decoration: none;
	}

li a:hover {
	background: none;
	color: #000;
	}
	
img.rightmatte {
	float: right;
	border: 1px solid dedede;
	margin: 10px 0 0;
	padding: 3px;
	}
	
p {
	font: 11px Verdana;
	line-height: 15px;
	text-align: justify;
	width: 360px;
	}

small {
	display: block;
	font: 10px Verdana;
	line-height: 12px;
	margin: 15px 0;
	}

#fotos {
	text-align: center;
	border: 1px solid #dedede;
	padding: 5px;
	margin: 0;
	}
	
.eng, .esp { display: none; }

hr {
	border: 1px solid #dedede;
	border-width: 0 0 1 0;
	margin: 15px 0 25px;
	padding: 0;
	width: 360px;
	}

a, a:link, a:active { color: #B89209; }

a:visited { color: #999; }

a:hover {
	color: #000;
	}
	
a.noborder {
	background: none;
	border: 0px;
	}
