body {
	background-color:#000000;
	font-size: 13px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

body, th, td, input, textarea, select, option {
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

/* Content */
#content {
	width:90%;
	border:1px solid #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#outcover {
	margin: 100px 20px auto 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	}

#cover {
	background-image: url(images/INICIO2.jpg);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-bottom:auto;
	}
	
/*#review is used for content on the right for all pages except index*/
#review {
	margin: 20px 20px auto auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
height: 300px;
	}
	#series {
	margin: 20px 20px auto auto;
	}

#press td
{
	padding: 10px;
	vertical-align:top;

}	

#contact {
	width: 480px;
	margin: 0;
	padding: 17px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	background-image: none;
	padding-top: 5px;
	margin-top: 10px;
	margin-left: 0px;
	width: 14%; /* since this element is floated, a width must be given */
	text-align:center;
}

#sidebar ul {
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 10px;
	list-style-type: none;
	text-decoration:none;
}

#sidebar li {
	/*	border-bottom: 1px dotted #999999;
*/	background-image: none;
	text-decoration:none;
	padding: 10px;
}
#title {
	width: 250px;
	height: 40px;
	padding-top: 320px;
	padding-left: 10px;
}
#cv
{
width: 100%;
height: 160%;
}
#webmaster {
	position:absolute;
	width:81px;
	height:15px;
	bottom: 40px;
	right: 17px;
}
#webmaster a {
text-decoration:none;
}
