body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
	color: #555555;
	background-color:#808408;/*#750610 /*#f3f4e6;
	/*background-image: url(images/fondo.jpg);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: repeat-x;*/
	
	background-attachment: fixed;
	background-image: url(images/fondorayas.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	/*background-attachment: fixed;
	background-image: url(images/fondopartitura.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
p{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;line-height:1.5em;color: #555555;font-weight: normal;}
* {
margin: 0px;
padding: 0px;
}

h3{
	color: #de0061;
	font-style: italic;
	line-height: 2em;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
IMG, OBJECT {
border:0px;
}
a:link {font-weight: normal;color: #de0061;text-decoration: none;}
a:visited {font-weight: normal;color:#de0061 ;text-decoration: none;}
a:hover {font-weight: normal;color: #de0061;text-decoration: underline;}
a:active {font-weight: normal;color: #de0061;text-decoration: underline;}

table{width:600px;cellspacing:25px;border:0;cellpadding:10px;text-align:center;}
td{font-size: 10px;line-height: 1em;}
.anno{font-family: Arial, Helvetica, sans-serif;color: #de0061;
	cursor: pointer;
    font-weight: bold;
	line-height: 2.5em;
	font-size: 15px;}
#total {
width:660px;
height:100%;
margin:0px auto 0px auto;
position:relative;


}

#contenido{	background-color: #ffffff;
	background-image: url(images/fondocontenido.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding:5px 30px 30px 30px;	
	text-align:justify;
}
#footer{text-align:center;
	font-size:9px;
	line-height:2.5em;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*Menu*/
#menu {
	float:left;
	width:100%;
	font-size:80%;
	line-height:normal;
	border-bottom:1px solid #87526a;
	background-color: #808408;
	background-image: url(images/cabecera2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#menu ul {
	margin:0;
	padding:140px 10px 0 10px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666666;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}	

/*Fin Menu*/