@charset "utf-8";
/* CSS Document */
body {
	background: #000 url(imagenes/fondo.jpg) repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
    margin: 0 auto;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	text-align:center;
	color: #FFBDBD;
	
}
body,td,th {
	font-size: 10px;
	color: #F60;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #F60;
}
h1 {
	color: #F60;
	font-size: 10px;
}
h2 {
	font-size: 10px;
	color: #F60;
}
h3 {
	color: #F60;
	font-size: 10px;
}
h4 {
	font-size: 10px;
	color: #F60;
}
h5 {
	font-size: 10px;
	color: #F60;
}
h6 {
	font-size: 10px;
	color: #F60;
}
.contenedor_primario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	width: 1000px;
	margin: 0 auto;
}
.titulo {
	height: 100px;
	width: 1000px;
}
.barra_izquierda 	{
	float: left;
	width: 300px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.centro1 {
	float:left;
	width: 540px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.barra_derecha 	{
	float:left;
	width: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
