/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #494949 url(../imagenes/BG_09.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}


.img1 {
	float: left;
	margin: 10px 250px 25px 120px;
	border: solid #990000;
}
/* Backgrounds */

.bg1 { 
	background: url(../imagenes/Banner_2011.gif) no-repeat;
	height: 205px;
 }
.bg2 { 
	background: url(../imagenes/BG_09.gif) repeat-y center top; 
 }


/* Header */

#header {
	width: 800px;
	height: 0px;
	margin: 0px auto;
	background: url(imagenes/Banner_2011.gif) no-repeat center top;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 40px;
	letter-spacing: -1px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding-top: 36px;
	font-size: 15px;

}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 800px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 210px 0px 0px 160px;
	list-style: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: normal;
	font-weight: bold;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: left;
	text-decoration: none;
	color: #d0d0d0
}

#menu .active a {
	color: #ffffff;
	background: url(../imagenes/#) no-repeat bottom;
	height: 0px;
}

#menu a:hover {
	color: #ffffff;
}

#wrapper {
	width: 800px;
	height: 205px;
	margin: 0px auto;
	background: url(../imagenes/Banner_2011.gif) no-repeat;
}



/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
	font-weight: bold;
	
}


.latest-post h2 {
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}
.latest-post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
	padding-top: 30px;
}


.post {
	padding: 2em 2em 2em 2em;
	border-bottom: ;
	width: 700px;
	text-align: bottom;
	font-weight: normal;
	
}


a:hover {color: #000000}


.post h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

.file * {
	color: #000000;
}

/* Content */

#content {
	width: 750px;
	margin: 0px auto;
	padding: 20px 0px 0px 20px;
}

/* Footer */

#footer {
	width: 800px;
	height: 0px;
	margin: 0px auto;
	padding: 3px 0px;
}

#footer p {
	margin: 0px;
	padding-top: 40px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
}