/**
 * SDQ Printing
 */
body {
    padding: 0px;
    margin: 0px;
    background: url('../imagenes/background.jpg') black repeat-x top center;
}
body, p, div, span {
    font-family: "Verdana";
    font-size: 11px;
    color: white;
}
form {
    padding: 0px;
    margin: 0px;
}
img {
    border: none;
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: orange;
    text-decoration: none;
}
#top {
    width: 100%;
    display: table;
    text-align: center;
}
#main {
    width: 100%;
    display: table;
}
#main #contmain {
    width: 575px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#main #contmain .barra, #bottom #contbottom .barra {
    background: url('../imagenes/barra.jpg') top black repeat-x;
    height: 10px;
}
#main #contmain .img {
    margin-bottom: 10px;
}
#main #contmain .titulo {
    margin: 10px 0px 10px 0px;
}
#main #contmain .texto {
    margin-bottom: 10px;
    text-align: justify;
}
#main #contmain .texto .title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
#main #contmain .texto li {
    list-style: decimal;
}
#main #contmain .servicios {
    width: 575px;
    display: inline-block;
    margin-top: 10px;
}
#main #contmain .servicios ul {
    margin: 0px;
    padding: 0px;
}
#main #contmain .servicios ul li {
    list-style: none;
    text-align: left;
    width: 185px;
    float: left;
    margin-right: 10px;
    text-align: justify;
    font-size: 10px;
}
#main #contmain .servicios ul li.right {
    margin-right: 0px;
}
#main #contmain .servicios ul div.imagen {
    margin-bottom: 10px;
}
#bottom {
    width: 100%;
    display: table;
}
#bottom #contbottom {
    width: 575px;
    display: table;
    margin: 10px auto 30px auto;
}
#bottom #contbottom .contenido {
    width: 575px;
    display: inline-block;
    margin-top: 10px;
}
#bottom #contbottom .contenido .copyright {
    float: left;
    background: url('../imagenes/copyright.jpg') top black no-repeat;
    width: 128px;
    height: 23px;
}
#bottom #contbottom .contenido .powered {
    float: right;
    background: url('../imagenes/powered.jpg') top black no-repeat;
    width: 185px;
    height: 25px;
}