body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #330000;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/backund.jpg);
	background-repeat: repeat;
	scrollbar-face-color:#d7a64b;
scrollbar-highlight-color:#dbc498;
scrollbar-3dlight-color:#dbc498;
scrollbar-darkshadow-color:#dbc498;
scrollbar-shadow-color:#dbc498;
scrollbar-arrow-color:#9e2900;
scrollbar-track-color:#dbc498;
}
#wrapper {
	LEFT: 0px;
	TOP: 0px;
	WIDTH: 932px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	right: 0px;
	bottom: 0px;
	float: left;
	position: relative;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F141A;
	font-size:150%;
	margin-bottom:0.2em;

}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9F141A;
	font-size:120%;
	margin-bottom:0.2em;
	padding-bottom: 10px; 
	font-weight: bold;
	text-decoration: none;
}

p { 
    border-bottom-style: dashed ; 
    border-bottom-color: #330000;
    border-bottom-width: 1px; 
    padding-top: 25px; 
}



#actuaciones {
  width: 290px;
  height: 325px;  
  overflow: auto;
}

#novedades {
  width: 362px;
  height: 175px;  
  overflow: auto;
}
.images {
    text-align:center;
   	padding: 12px 10px 10px 3px;

}
/*menu rollover*/
a#inicio {
    display:block;
    text-indent:-9999em;
    width:50px;
    height:23px;
    background:url(../img/inicio_menu.jpg) top left no-repeat;
}
a#inicio:hover {
    background-position:0 -23px;
}
a#shelzza {
    display:block;
    text-indent:-9999em;
    width:65px;
    height:23px;
    background:url(../img/shelzza_menu.jpg) top left no-repeat;
}
a#shelzza:hover {
    background-position:0 -23px;
}
a#clases {
    display:block;
    text-indent:-9999em;
    width:58px;
    height:23px;
    background:url(../img/clases_menu.jpg) top left no-repeat;
}
a#clases:hover {
    background-position:0 -23px;
}
a#actuaciones {
    display:block;
    text-indent:-9999em;
    width:102px;
    height:23px;
    background:url(../img/actuaciones_menu.jpg) top left no-repeat;
}
a#actuaciones:hover {
    background-position:0 -23px;
}
a#galeria {
    display:block;
    text-indent:-9999em;
    width:63px;
    height:23px;
    background:url(../img/galeria_menu.jpg) top left no-repeat;
}
a#galeria:hover {
    background-position:0 -23px;
}
a#contacto {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:23px;
    background:url(../img/contacto_menu.jpg) top left no-repeat;
}
a#contacto:hover {
    background-position:0 -23px;
}
a#enlaces {
    display:block;
    text-indent:-9999em;
    width:65px;
    height:23px;
    background:url(../img/enlaces_menu.jpg) top left no-repeat;
}
a#enlaces:hover {
    background-position:0 -23px;
}

.titulares_bold {
	font-weight: bold;
	text-decoration: underline;
}
.mas_info {
    font-size:10px;
	color: #9F141A;
	float:right;
	font-weight:bold;
	padding: 8px 10px 10px 3px;
	text-decoration: none;
}

.Tablas {
 padding-top: 12px;
 font-weight: normal;
 text-align:left;
}
.Tablas:first-letter {
    font-size: 32px;
    font-weight: bold;

}
.link_negro:link, a:visited{
	color: #330000;
	font-weight:bold;
	text-decoration: none;
}

.link_negro:hover{
    color: #9F141A;
	text-decoration: underline;
}	

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #9F141A;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

