* {
    padding: 0px;
    margin: 0px;
    font-family: verdana;
    font-size: 10px;
    color: #666666;
}
.clear {
    clear: both;
}
img {
    border: 0px;
}
.principal {
    width: 866px;
    height: 640px;
    margin: auto;
}
.colIzq {
    width: 80px;
    height: 640px;
    float: left;
    background-image: url(/public/imgs/mantenimientoizq.jpg);
    background-position: center right;
    background-repeat: no-repeat;
}
.colDer {
    width: 110px;
    height: 640px;
    float: left;
    background-image: url(/public/imgs/mantenimientoder.jpg);
    background-position: center left;
    background-repeat: no-repeat;
}
.colCen {
    width: 670px;
    height: 640px;
    float: left;
}

.colCenSup {
    width: 660px;
    height: 48px;
    margin: auto;
    background-image: url(/public/imgs/mantenimientocensup.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.colCenInf {
    width: 660px;
    height: 44px;
    margin: auto;
    background-image: url(/public/imgs/mantenimientoceninf.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.colCenCen {
    border: 1px solid #E1E1DF;
    width: 660px;
    height: 540px;
    margin: auto;
}
#colCenCenMantenimiento {
    background-image: url(/public/imgs/mantenimientocencen.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#colCenCenDesconocido {
    background-image: url(/public/imgs/desconocidocencen.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.colCenCenInstitucional {
    width: 180px;
    height: 420px;
    float: left;
    font-weight: bold;
}
.colCenCenInstitucional .logo {
    margin: 30px 10px 10px 10px;
}
.colCenCenInstitucional .contacto {
    margin: 10px;
    margin-top: 90px;
    text-align: center;
}
.colCenCenImagen {
    width: 476px;
    height: 420px;
    float: left;
    text-align: center;
}
.colCenCenDesarrollo {
    height: 120px;
}
.colCenCenDesarrollo .mantenimiento {
    border-bottom: 1px solid #E1E1DF;
    width: 390px;
    height: 40px;
    margin: 0px 0px 0px 230px;
    text-align: center;
    display: block;
    clear: both;
}
.colCenCenDesarrollo .desarrollo {
    width: 390px;
    height: 42px;
    margin: 26px 0px 0px 240px;
    text-align: right;
}
.colCenCenDesarrollo .desarrollo img, .colCenCenDesarrollo .desarrollo p {
    float: left;
}
.colCenCenDesarrollo .desarrollo p {
    width: 300px;
    margin-right: 6px;
    margin-top: 10px;
    color: #AAAAAA;
}
.colCenCenDesarrollo .desarrollo p a {
    text-decoration: none;
    color: #AAAAAA;
    font-weight: bold;
}
.colCenCenDesarrollo .desarrollo p a:hover {
    color: #000000;
}
