@charset "utf-8";
/* selectores HTML */
body {
	font:13px Arial, Verdana, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
h1 {
	font-size:150%;
	text-indent:-3000px;
}
h2 {
	font-family:Georgia, Times, serif;
	color:#000000;
	font-size:140%;
	margin:0px;
	padding:0px;
	display:inline;
}
h3 {
	color:#000000;
	font-size:125%;
	margin:22px 0px 20px 0px;
	padding:2px 0px 0px 6px;
	background-image:url(../images/fdo_h3.gif);
	width:454px;
	height:22px;
}
h4 {
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:130%;
	text-indent: -2000px;
}
h5 {
	color:#000000;
	font-size:100%;
	margin: 0px;
	padding:0px;
}

img {
	border:none;
}


/* vínculos de hipertexto */
a {
	font-weight:bolder;
	color:#CC0000;
	text-decoration:none;
}
a:link {
	
}
a:visited {
	color:#CC6666;
	
}
a:hover {
	text-decoration: underline;
}
a:focus {
	
}
a:active {
	
}


/* componentes de página */
#container {
	width:1004px;
	background:#000;
	margin:0 auto; /* el valor "auto" para margin, junto con un ancho, centra la página */
	border:0px solid #000000;
	text-align:left; /* sobreescribe el text-align: center del elemento body. */
	position:relative;
}
