/* by BR1 > Grafiques Montserrat > HR */
/* GENERAL */
body {
	margin: 0;
	padding: 0;
	font: normal 10pt/15pt Arial, Helvetica, sans-serif;
	text-align: center;
	background: #24509b url(hr_0body.jpg) repeat-x;
	color: #000;
}
h1 {
	font-weight: bold;
	font-size: 22pt;
	color: #003479;
}
h2 {
	font-weight: bold;
	font-size: 18pt;
	font-style: italic;
	color: #2b54a9;
	text-align: left;
}
h3 {
	font-weight: bold;
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 2pt;
	color: #003479;
}
a {
	font-weight: bold;
	color: #003479;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
ul {
	list-style: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 2px;
	padding: 2px;
	text-align: justify;
}
img {
	border: 0;
}
/*div {border:1px solid #003479;}*/

/* CONTENEDOR */
#contenedor {
	margin: 0 auto;
	padding: 0;
	width: 730px;
	background: transparent url(hr_0fondo.jpg) repeat-y;
}

/* CABECERA */
#cabecera {
	width: 730px;
	height: 304px;
	margin: 0;
	padding: 0;
}
#cabecera span {
	display: none;
}


/* CONTENIDO */
#imgrisi {
	float: left;
	width: 300px;
	margin: 20px 0 10px 20px;
	padding: 0;
}
#imgrambla {
	float: right;
	width: 300px;
	margin: 20px 40px 10px 0;
}
/* PIE DE P¡GINA */
#pie {
	clear: both;
	width: 730px;
	height: 87px;
	font-size: 8pt;
	color: #ffffff;
	background: #003479 url(hr_0pie.jpg) no-repeat bottom;
}
#dirrisech {
	float: left;
	margin: 18px 0 0 65px;
	padding: 0;
	font: normal 8pt/9pt Arial, Helvetica, sans-serif;
	text-align: left;
}
#dirramblamar {
	float: right;
	margin: 18px 65px 0 0;
	padding: 0;
	font: normal 8pt/9pt Arial, Helvetica, sans-serif;
	text-align: right;
}