/* Generales */
html {
height:100%;
/*background:url(../img/f_html.png) center top #fefdf7 repeat-x;*/
font-size: 100%; /* IE hack */
}

body {
height:100%;
color:#7f7f7f;
font-size:62.5%;
text-align:center;
background:url(../img/f.jpg) left top #c4cfc8 repeat-x;
}

/*<div class="sp"><hr /></div>*/
hr {
clear:both;
display:none;
height:1px;
width:100%;
}

div.sp {
clear:both;
height:1px;
}

/* Comienza la estructura */
.header {
width:960px;
height:125px; 
/*margin:auto;*/
float:left;
display:inline;
clear:both;
padding:18px 0 0 20px;
text-align:left;
/*background-color:red;*/
}

.main {
width:980px;
/*height:487px;*/
float:left;
display:inline;
clear:both;
margin:auto;
text-align:left;
padding:0 0 10px 0;
background:url(../img/f_main.jpg) 240px 31px no-repeat;
}

.mainTitle {
width:748px; /*980*/
height:32px;
float:left;
display:inline;
margin:0;
padding:0 0 0 232px;
}

.leftCol {
width:232px;
float:left;
display:inline;
margin:0;
text-align:left;
}

.menuFin {
	width:232px;
	height:21px;
	float:left;
	display:inline;
	margin:0 0 10px 0;
	background:url(../img/b_07_remate.png) left top no-repeat;
}

.lcTextBlock {
	width:202px; /*232*/
	float:left;
	display:inline;
	padding:0 4px 0 26px;
 
}

.rightCol {
width:729px;
float:right;
display:inline;
margin:0;
padding:10px 0 0 17px;
/*background-color:#CF0;*/
}

.rcNoticia {
width:696px;
float:left;
display:inline;
margin:0;
padding:14px 14px 14px 18px;
background-color:#fff;
margin:0 0 20px 0;
}

.rcNoticia p {
	font-size:1.1em;
}

.rcNoticiaSeparador {
  width:724px;
  float:right;
  display:inline;
  height:2px;
  font-size:0.01em;
  line-height:0px;
  background-color:#b67619;
}

/* Footer */
.footer {
width:700px; /*980*/
height:65px;
float:left;
display:inline;
clear:both;
margin:auto;
text-align:left;
padding:30px 0 0 280px;
/*background-color:#00F;*/
}

.transparent a { position:relative; }

/* borde de imagen */
.imgBorder { border:1px solid #cebe87; }
