@charset "utf-8";
.body1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #5C1C4F;
	background-repeat: no-repeat;
	background-position:center bottom;
}
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image:url(img/fondo-angeles.jpg);
	background-color: #5C1C4F;
	background-repeat: no-repeat;
	background-position:center bottom;
}
html {
	min-height: 100%;
 	height: auto;
}

.bg-top {
	background-image: url(img/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
clear: both; 
width:750px;
text-align:center; 
margin-left:auto; 
margin-right:auto;
margin:0 auto; 
height: 65px; 
background-color: #ffffff;
}



