/* CSS Creado por Carlos Cabo (carloscabo@lapsus.com) 2008 */
/* Generales */
html {
height:100%;
background:url(../img/f_html.png) center top #7c3249 repeat-y;
}

body {
height:100%;
text-align:center;
background:url(../img/f_body.png) center top repeat-x;
}

html>body {
 min-height:100%;
 height:auto;
}

/*<div class="sp"><hr /></div>*/
hr { clear:both; display:none; height:1px; width:100%; }
div.sp { clear:both; height:1px; }

/* ESTRUCTURA GENERAL */
.header {
width:759px;
height:234px;
clear:both;
margin:auto;
text-align:left;
background:url(../img/f_head.jpg) 1px top no-repeat;
padding:0 0 0 1px;
overflow:hidden;
}

.header img {
	float:left;
	display:inline;
}

.main {
width:760px;
clear:both;
margin:auto;
text-align:left;
padding:0 0 32px 0;
/*background-color:#0F0;*/
/*background:url(../img/f.png) center top #e3e3e3 repeat-y;*/
}

.footer {
width:760px;
height:100px;
clear:both;
margin:auto;
padding:15px 0 0 0;
/*margin-top:32px;*/
text-align:left;
background:url(../img/f_footer.png) 2px top no-repeat;
}

/* Comunes a todos los DIV hijos */
.leftCol {
width:230px;
height:410px;
text-align:left;
float:left;
display:inline;
margin:0 0 0 1px;
background:url(../img/f_lc.png) left top no-repeat;
}

.rightCol {
width:482px;
float:right;
text-align:left;
float:right;
display:inline;
margin:16px 0 0 0;
padding:0 18px 0 0;
/*background-color:#600;*/
}

/* INTERIOR */

.noticia {
	width:472px;
	text-align:left;
	float:right;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 24px 0;
	/*background-color:#f00;*/
}

.noticia p {
	padding:0 16px 0 0;
	/*background-color:#f00;*/
}

.noticia img {
	float:right;
	display:inline;
	margin:0 0 24px 15px;
	padding:0 0 0 0;
	border-top:18px solid #ddd0cc;
	border-left:18px solid #ddd0cc;
	border-bottom:18px solid #ddd0cc;
}

.sepNoticia {
	width:472px;
	text-align:left;
	font-size:1px;
	line-height:1px;
	float:right;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 32px 0;
	background:url(../img/separa_noticias.png) left top no-repeat;
}

.rcImgColumn {
	width:128px;
	float:right;
	display:inline;
	text-align:right;
}

.rcImgColumn img {
	float:left;
	display:inline;
	margin-bottom:36px !important;
	border-top:18px solid #ebf0d3 !important;
	border-left:18px solid #ebf0d3 !important;
	border-bottom:18px solid #ebf0d3 !important;
	clear:left;
}

/* FLECHA ARRIBA */
div#f_arriba {
	width:68px;
	height:78px;
	float:right;
	display:inline;
	text-indent:-9999px;
	margin:0 19px 0 0;
}

div#f_arriba a.farriba {
	width:100%;
	height:100%;
	float:left;
	display:block;
	background:url(../img/f_arriba.png) no-repeat top left;
}

div#f_arriba a.farriba:hover {
	background-position:0 -70px;
}

/* borde de imagen */
.imgBorder { border:1px solid #cebe87; }

.pagenav > p {
	text-align: center;
}
