body {
	background:#121212;
	font:1em Trebuchet MS;
	word-spacing:2px;
	color:#840000;
	margin:0; 
}

* {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #cc3300;
	border-bottom: 1px dotted #640002;
	padding: 1px 5px 0px 5px;
}

a:hover {
	border-bottom: 1px dotted red;
	background: #420000;
}

.importante {
	color: #cc3300;
}

/*
h2 {
	font-weight:normal;
	margin:15px 0 15px 0;
	padding-left: 40px;
}
h2.first {
	margin:0 0 15px 0;
}
h2 a {
	color:#CC0033;
	text-decoration:none;
	border:none;
	padding:0;
}
h2 a:hover {
	border:none;
	background:none;
}

p {
	line-height:24px;
	margin:25px 0 25px 0;
}
blockquote {
	font-size:1.7em;
	margin:35px 150px 35px 0;
	color:#787878;
	background:url(../imagenes/blockquote.gif) top left no-repeat;
	padding:15px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote p {
	line-height:40px;
}
*/

#sidebar {
	width: 203px;
	background: url(../imagenes/sidebar.jpg) top left no-repeat;
	float: left;
	padding: 20px 20px 50px 20px;
}

#sidebar p {
	font-size: 0.9em;
}

#sidebar h1 {
	color:#CC0033;
	font-size:1.7em;
	margin-bottom: 15px;
}

ol#nav {
	margin:25px 15px 25px 20px;
	font-size:1.2em;
}

ol li {
	margin:15px 0 15px 0 !important;
	margin:-10px 0;
	list-style: square;
}

#nav a {
	display: block;
}

#nav a b {
	float: right;
	display: none;
}

#nav a:hover b {
	display: inline;
}

#content {
	margin: 0 0 0 210px;
	background: url(../imagenes/content.jpg) top left no-repeat;
	padding: 20px;
}

#content #texto {
	margin-left: 20px;
}

#content h1 {
	color: #CC3300;
	font-size: 3.7em;
	text-align: center;
	margin-bottom: 40px;
}

#content div {
	margin-bottom: 20px;
}

#content img {
	padding: 0px;
	border: 2px solid #440000;
}

#content h2 {
	font-size: 1.2em;
	color: #cc3300;
	margin-bottom: 5px;
}

#content h3 {
	font-size: 1.2em;
	margin:15px 0 15px 0;
}

.galeria {
	margin-left: 30px;
}

.galeria .foto a {
	border: 0;
}

.galeria .foto a:hover {
	border: 0;
	background-color: transparent;
}

#pie {
	font-size: 0.7em;
	padding: 10px;
	text-align: center;
	border-top: 3px solid #440000;
	margin:20px 0 0 0;
	background:#000;
	clear: both;
}

#arriba {
	position:fixed !important;  
	position: absolute; /*ie6 and above*/  
	bottom: 0px;
	right: 0px;
	padding: 0 10px 0 10px;
	border: 1px solid red;
	z-index: 0;
	display: block;
	background: #420000;
	font-size: 0.9em;
	font-weight: 600;
}

