/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #242424;
	background: #000000;
	}
ol, ul, li {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}


/* MIS ESTILOS */

body {
	background: #eaeaea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	text-align: left;
	color: #a4a4a4;
	}

#cabecera {
	display: block;
	position: absolute;
	text-indent: -9999px;
	}	
	
#cabecera h1.logo{
	background: url("../imgs/logo.gif") no-repeat top left;
	width: 244px;
	height: 90px;
	}
	
#cabecera h2.claim{
	background: url("../imgs/claim.gif") no-repeat top left;
	width: 441px;
	height: 231px;
	}

#navegacion {
	position: absolute;
	left: 30px;
	bottom: 30px;
	}
	
#navegacion ul li.textoBlanco {
	text-indent: -9999px;
	}
	
#navegacion ul li.titular {
	color: #FFF;
	}
	
#navegacion ul li a, ul li a:visited {
	color: #a4a4a4;
	text-decoration: none;
	}	

#navegacion ul li a:hover {
	color: #777;
	text-decoration: underline;
	}
	
#navegacion ul li a:active {
	color: #777;
	text-decoration: line-through;
	}
	
