body {
 overflow:   auto;
 background: #000000;
}

#contenido {
 position:     absolute;
 left:         50%;
 top:          50%;
 width:        600px;
 height:       500px;
 margin-left: -300px;
 margin-top:  -250px;
}

#servicios {
 margin-top:    20px;
 margin-bottom: 20px;
}

#extras {
 margin-top:    20px;
 margin-bottom: 20px;
}

#contacto {
 margin-top:    20px;
 margin-bottom: 20px;
 text-align:    center;
}

p {
 font-family:   "Verdana", "Arial", "Helvetica", "sans-serif";
 font-size:     9pt;
 line-height:   150%;
 color:         #ffffff;
 margin-top:    5px;
 margin-bottom: 5px;
}

a {
 font-weight:     bold;
 text-decoration: none;
}

a:hover {
 font-weight:     bold;
 text-decoration: none;
 color:           black;
 background:      #ff993f;
}

img {
 vertical-align: middle;
}

.destacado {
 font-weight: bold;
 color:       #ff993f;
}
