/* Generales */
body {
background:url(../img/f.png) center top #f4f2ed repeat-y;
color:#353535;
font-size:62.5%;
text-align:center;
}

/*<div class="sp"><hr /></div>*/
hr {
clear:both;
display:none;
height:1px;
width:100%;
}

hr.grey {
clear:both;
float:left;
display:inline;

border: none 0;
border-top: 2px solid #e5e5e5;/*the border*/
width:550px;
height:1px;/*whatever the total width of the border-top and border-bottom equal*/

height:2px;
width:400px;
margin:20px 60px 20px 60px;
}

div.sp {
clear:both;
height:1px;
/*text-align:center;*/
}

/* Comienza la estructura */
.header {
width:760px;
height:187px;
clear:both;
margin:auto;
text-align:left;
/*background-color:red;*/
background:url(../img/f_header.png) left top #fff no-repeat;
}

.main {
width:760px;
clear:both;
margin:auto;
text-align:left;
/*background-color:#0F0;*/
background:url(../img/f_main.png) 178px top #fff no-repeat;
}

.leftCol {
width:178px;
float:left;
display:inline;
margin:0;
padding:40px 0 40px 0;
text-align:left;
background:url(../img/f_menu.png) left top #fff no-repeat;
}

.rightCol {
width:522px;
float:right;
display:inline;
margin:0 0 0 0;
padding:46px 30px 46px 30px;
text-align:left;
}

.fotoBio {
	margin:0 0 10px 14px;
	float:right;
	display:inline;
	border:solid 2px #CCCCCC !important;
}
.fotoPie {
	margin:0 0 1px 1px;
	float:center;
	display:inline;
	border:solid 2px #CCCCCC !important;
}
.fotoNoticia {
	float:left;	
	display:inline;
	margin: 0 14px 3px 0;
	border:solid 2px #CCCCCC !important;
}
.anteriorSiguiente {
width:100%;
float:left;
display:inline;
text-align:center;
color:#8a8986;
font-size:14px;
}

/* Footer */
.footer {
width:760px;
height:100px;
clear:both;
margin:auto;
text-align:left;
/*background-color:#00F;*/
background:url(../img/f_footer.png) left top #fff no-repeat;
}

.footer .visitas {
width:169px;
height:78px;
float:left;
display:inline;
padding:22px 0 0 35px;
}

.footer address {
width:450px;
height:78px;
float:left;
display:inline;
padding:22px 0 0 0;
}

.footer .flecha {
width:30px;
height:78px;
float:right;
display:inline;
padding:24px 14px 0 0;
}

.footer .flecha a {
width:30px;
height:78px;
float:left;
display:block;
background:url(../img/f_arriba.png) left top #fff no-repeat;
}

.footer .flecha a:hover {
background:url(../img/f_arriba_o.png) left top #fff no-repeat;
}

/* borde de imagen */
.imgBorder { border:1px solid #cebe87; }
