.fondo {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B44949;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF5353;
	text-decoration: none;
	background-color: #ffffff;
.fondoderecha {

	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left;
}
.fondocentrado {

	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.bodyscroll { scrollbar-3dlight-color: #E38C8C; 
	   scrollbar-arrow-color: #571515; 
	   scrollbar-base-color: #cc3333;
	   scrollbar-darkshadow-color: #571515;
	   scrollbar-face-color: #cc3333;
	   scrollbar-highlight-color:#F2F2F2;
	   scrollbar-track-color: #F2F2F2;
	   scrollbar-shadow-color: #571515;
}