BODY { 
  	background: rgb(255,255,255) url("imagesfondos/redondeo4.jpg")  no-repeat top;
  	color: black;
}


DIV {	color:white;
	text-decoration: underline;
	text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px;
}



P {
	margin-left: 25px;
	margin-right: 30px;
 }

A:link	{
	color: rgb(2,136,2);
	text-decoration: none;
	text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px;

}

A:visited {
	color: rgb(2,136,2);
	text-decoration: none;
	text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px;
}

#apartados {
	text-indent: 25px;
	text-decoration: none;
	float:left;
	margin:0;
	padding:0;
}

#apartados ul {
float:left;
line-height:32px;
list-style:none;
margin:0;
padding:0 10px 0 10px;
width:100%;
}

#apartados li {
display:inline;
padding:0;
}

#apartados a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#apartados a {
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#apartados a:hover{
background: url(imagesfondos/left4.png) no-repeat left center;
}

#apartados a:hover span {
background:url(imagesfondos/right4.png) no-repeat right center;
}




#TextoPrincipal {
	text-indent: 20px;
	text-align: justify;
}


#Titulo {
	color: rgb(2,86,2);
}

#UltimasNoticias0 {
	background: url("imagesfondos/rf0.png") no-repeat center;
}
#UltimasNoticias1 {
	background: url("imagesfondos/rf1.png") no-repeat center;
}
#UltimasNoticias2 {
	background: url("imagesfondos/rf2.png") no-repeat center;
}
#UltimasNoticias3 {
	background: url("imagesfondos/rf3.png") no-repeat center;
}
#UltimasNoticias4 {
	background: url("imagesfondos/rf4.png") no-repeat center;
}
#UltimasNoticias5 {
	background: url("imagesfondos/rf5.png") no-repeat center;
}

#UltiTitulo {
	color: rgb(68,68,68);
}

#centro { 
    width: 150px; 
    height: 150px; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-top: -75px; 
    margin-left: -75px; 
} 

#Justificar {
	text-align: justify;
}




#toolsuperior {
float:left;
font:normal 11px 'Trebuchet MS','Arial';
margin:0;
padding:0;
}

#toolsuperior ul {
background-image:url(imagesfondos/back.gif);
background-repeat:repeat-x;
float:left;
line-height:20px;
list-style:none;
margin:0;
padding:0 10px 0 20px;
width:100%;
}

#toolsuperior li {
display:inline;
padding:0;
}

#toolsuperior a {
color:rgb(0,64,0); /* need because it will use default link color */
float:left;
padding:0 3px 0 3px; /* left 3 px because of left.png image */ 
text-decoration:none;
}

#toolsuperior a span {
display:block;
float:none;
padding:0 10px 0 7px;
}

#toolsuperior a span img {
border:none;
margin:2px 4px 0 0;
}

/* show picture when mouse over link */
#toolsuperior a:hover{
color:rgb(255,255,0);
background: url(imagesfondos/leftsup4.png) no-repeat left center;
}

#toolsuperior a:hover span {
background:url(imagesfondos/rightsup4.png) no-repeat right center;
}

#toolsuperior a.right {
float:right; /* for help button - just add class "right" ->  <a class="right"... */
}
