/*
  Title: "A Grim Night"
  Design by Arturo Curiel
  Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   background-color: black;
   background-image: url("../css/imagenes/night.jpg");
   background-repeat: repeat-x;
   background-attachment: fixed;
   background-position: top center;
   font-family: arial, helvetica, sans-serif;
   color: white;
}

a {
   text-decoration: underline;
   color: green;
}

/*Menu principal*/

#principal {
	width: 680px;
	height: 51px;
	margin: 0 auto;
}

#principal h1 {
	font-weight: thick;
	font-family: roman, 'times new roman', times, serif;
	position: center;
	color: #55ed63;
}

#principal ul {
	list-style: none;
}

#principal li {
	display: inline;
}

#principal a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	border-left: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
}

#principal a:hover {
	background-color: #0a428e;
}

/*Contenido*/
#contenido {
	width: 730px;
   margin: 0 auto;
}

#contenido p {
	text-indent: 2em;
	font-size: 13px;
}

#texto{
	float: left;
	width: 420px;
	padding: 20px 25px 0 40px;
}

#texto h2{
	color: white;
}

#lateral{
	float: right;
	width: 215px;
	padding: 25px 20px 0 0;
}

#lateral h2{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	text-transform: lowercase;
	background: #0a428e; 
	font-size: 100%;
	text-align: center;
	color: white;
}
#lateral ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#lateral ul h3{
	font-size: 80%;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0;
	text-align: left;
	text-weight: bold;
	color: white;
}

#lateral ul li{
	font-size: 80%;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 15px;
	text-indent:2em;
	text-align: left;
	color: white;
}