body{
	background-image: url(../recursos/fondorepeticion.jpg);
	background-repeat: repeat-x;text-align: center;
}
#todo{
height:1025px;
	width:1200px;
	background-image: url(../recursos/fondo.jpg);
	background-color: #b1c800;
	background-repeat: no-repeat;
	border: 1px solid #546c70;
}
DIV#principal{	
font-family: "Trebuchet MS"; 
font-size: 12px;
	float: left;
	color:#333333;
	text-align: justify;
   width:600px;
}
DIV#principal .informacion{
	position: relative ;left: 130px;top:50px; text-align: justify;
	
}
DIV#principal. informacion h3{
	color:#004a60;
	text-decoration:underline;
}
DIV#principal .informacion .cabecera{ position: inherit;
 left: 100px;
  top:50px;
}

DIV#principal .informacion IMG { padding:20px; float:left;

}

DIV#principal .informacion .imagenderecha {
	float: right; padding-left:20px; padding-right:0px;padding-top:0px;
}
#banners {
width:300px;
	float: right;
	position: relative ;left: -100px;top:80px;
}
#cierre{
background-image: url(../recursos/fondobarra.jpg);
height: 20px;
text-align: center;
width:1190px;
color:#ffffff;
padding-right:10px;
padding-top:7px;

}
Div#principal a{
	color:#6c0000;
	text-decoration:underline;
}