@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-attachment: scroll;
	background-color: #CCC;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin: 0px;
}
h1 {
	font-size: 20px;
	color: #F60;
}
a {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}

p {
	text-align: justify;
}
#pagina {
	float: none;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	list-style-image: url(../img/fondo.jpg);
}
#centro {
	width: 850px;
}

#contenedor_logo {
	width: 850px;
	float: none;
}
#fondo {
	width: 850px;
	text-align: center;
}
#fondo_dos {
	width: 850px;
}

#contenedor_web {
	width: 850px;
	float: none;
}
#footer {
	width: 850px;
}
#contenedor_botones {
	float: none;
	width: 850px;
}
#contenedor_derecho {
	float: right;
	width: 234px;
}
#fondo {
	float: left;
	width: 448px;
}

#contenedor_derecho_uno {
	width: 234px;
}
#contenedor_derecho_dos {
	width: 234px;
}
body {
}
#contenedor_izquierdo {
	width: 168px;
	float: left;
}
