
#top {
    background: url(../imagenes/Hospi.jpg) no-repeat;
    min-height: 10px;
    position: relative;
    color: black;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}
#login{
    font-family: arial;
    font-style: italic;
    font-size: 12px;
    margin: auto auto;
    margin-top: 200px;
    width: 350px;
    height: 200px;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #999;
    opacity: 1;
    text-align: center;
}
#color1{
    background-color: green;

}

#pie{
    padding: 30px;
    text-align: center;
}

.center_content {
    margin: 30px auto auto auto; 
    background: url(../imagenes/Hospi.jpg) no-repeat;
    background-size: 100% 175px;
    background-color: white;
    padding: 10px;
    width: 1000px;
    min-height: 500px;
    opacity: 0.9;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #13259B;
}

#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}
.center_content1 {
    margin: 0px auto auto auto; 
    background: url(../imagenes/cabecera1.png) no-repeat;
    background-size: 100% 30px;
    background-color: white;
    padding: 0px;
    width: 600px;
    min-height: 40px;
    opacity: 0.9;
    
}

.center_content2 {
    margin: 10px auto auto auto; 
    background: url(../imagenes/cabecera.png) no-repeat;
    background-size: 100% 175px;
    background-color: white;
    padding: 10px;
    width: 65%;
    min-height: 700px;
   
    border-radius: 15px;
    box-shadow: 4px 4px 10px #13259B;
}

.center_contentf {
    
    background: url(../imagenes/Hospi.jpg) no-repeat;



}



