@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	background: url(../css-img/bg_body.jpg) repeat-x top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #a6d3ff;
}
h1 {
	display: none;
}
h3, h4 {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
	color: #fff;
}
strong {
	color: #fed900;
}
p {
	line-height: 150%;
	margin-bottom: 30px;
}
#contenedor, #encabezado {
	width: 864px;
	margin: 0 auto;
}
#contenido {
	width: 769px;
	background: #05427c url(../css-img/bg_cuerpo_continuacion.jpg) repeat-y;
	margin: 0 auto;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}
#cuerpo {
	width: 769px;
	min-height: 662px;
	margin: 0 auto;
	background: url(../css-img/bg_cuerpo.jpg) no-repeat center top;
	border: 0px;
	position: relative;
}
#encabezado {
	height: 245px;
	overflow: hidden;
}
#pie {
	background: url(../css-img/bg_pie.png) no-repeat center top;
	margin: 0px auto;
	height: 55px;
	width: 777px;
	position: relative;
	clear: both;
}
#pie_links {
	position: absolute;
	top: 13px;
	left: 245px;
	color: #fff;
}
#pie_links a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#emedia {
	position: absolute;
	top: 25px;
	color: #fff;
}
#emedia a {
	font-weight: bold;
	color: #ffc04e;
	text-decoration: none;
}
#emedia a:hover {
	text-decoration: underline;
}