



body {
background-color: #9d336c;
background-image: url(imagen-fondo.jpg);
background-repeat: no-repeat;

margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
background-position: top center;
	
}

#contenedor {
width: 900px;
height: 740px;
margin: auto;



}

#contenido {
background-image: url(imagen-flores.jpg);
height: 700px;
min-height: 700px;
width: 700px !important;
width: 960px;
background-position: bottom right;
background-repeat: no-repeat;
padding: 20px 0px 0px 180px;

}



#contenido h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 33px;
padding: 0; 
color: #ffc9ff;
background-position: top center;
text-indent: -1000em;
background-image: url(ana-silva.jpg);
background-repeat: no-repeat;
height: 60px;
width: 700px;
margin: 0 0 5px 0;



}

#contenido h2{
font-family: Georgia, Helvetica, sans-serif;
font-size: 20px;
padding: 0 0 0 200px;
text-align: center;
color: #ffc9ff;


}

#contenido p{
font-family: Georgia, Helvetica, sans-serif;
color: #ffc9ff;
font-size: 16px;
padding: 0;
text-align: center;


}

a.boton {
display: block;
background-image: url(boton-ingresar.jpg);
width: 200px;
background-repeat: no-repeat;
height: 34px;
text-indent: -1000em;
float: right;


}


a.boton:hover {
display: block;
background-image: url(boton-ingresar-over.jpg);
width: 200px;
height: 34px;
text-indent: -1000em;
float: right;
padding: 0;


}



#pie {
font-family: Arial, Helvetica, sans-serif;
color: #c37aa5;
font-size: 9px;
font-weight: normal;
padding: 40px 10px 10px 100px;
height: 20px;
text-align: center;
	
}

