@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    -color: #333333;
    -image: url(imagenes/fd.jpg);
    -repeat: repeat-x;
    background-image: url(imagenes/body_background.gif);
    /*background-color: #CCCCCC;
    background-image: url(imagenes/bg.gif);*/
}

p {
    font-size: 11px;
    color: #666666;
    margin: 0px;
    line-height: 15px;
}

h1 {
    font-size: 16px;
    color: #052B78;
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-size: 18px;
    color: #CC0000;
    font-weight: normal;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

a {
    color: #173C57;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #173C57;
    text-decoration: underline;
}

div#top {
    -color: #FFFFFF;
    width: 770px;
    margin: auto;
    height: 123px;
    padding: 0px 15px;
}

div#container {
    -color: #999999;
    width: 98%;
    margin: auto;
    min-height: 100%;
    height: 100%;
    padding: 10px 10px;
    background-color: #FFFFFF;
    margin-top: 46px;
    background-image: url(imagenes/fd_continer.gif);
    background-repeat: no-repeat;
}

div#popup {
    -color: #999999;
    width: 400px;
    height: 385px;
    padding: 10px 10px;
    background-color: #FFFFFF;
    background-image: url(imagenes/fd_continer.gif);
    background-repeat: no-repeat;
}

div#left {
    width: 240px;
    height: 100%;
    margin: 0px;
    padding: 10px;
    float: left;
}

div#center {
    /*width: 60%;*/
    height: 100%;
    float: none;
    margin: 0px 0px 0px 260px;
    padding: 30px 50px;
    background-repeat: repeat-x;
    border-left: 1px dashed #ccc;
}

div#content {
    height: 100%;
    float: none;
    margin: 0px 0px 0px 260px;
    padding: 30px 30px;
    background-repeat: repeat-x;
    border-left: 1px dashed #ccc;
}

div#right {
    width: 25%;
    height: 265px;
    float: left;
    margin: 0px;
    padding: 10px;
}

.scroller {
    padding: 10px;
}

div#footer {
    background-color: #F1F1F1;
    width: auto;
    height: 40px;
    text-align: center;
    margin-top: 0px;
    clear: both;
    padding: 30px 10px;
    border-top: 1px solid #ccc;
}

div#footer p {
    padding: 10px 0px;
    font-size: 11px;
}

div#copyright {
    width: 98%;
    margin: auto;
    height: 20px;
    text-align: center;
    padding: 10px 15px;
    margin-top: 0px;
    background-image: url(imagenes/fd_footer.jpg);
    background-repeat: repeat-x;
    font-size: 10px;
    color: #666666;
    /*background-image: url(imagenes/fd_footer.gif);*/
}

.vermas {
    padding: 10px;
    float: right;
}

.logos {
    padding: 10px 0px 10px 0;
    width: auto;
}

div#logo {
    width: 225px;
    height: 123px;
    -color: #006699;
    float: left;
}

div#menu {
    width: 100%;
    margin: auto;
    min-height: 90%;
    background-color: #E1E2E3;
}

div#leftimage {
    width: 200px;
    height: 340px;
    float: left;
    margin: 0px;
    padding: 20px 5px 20px 20px;
}

.scroll {
    height: 340px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    padding: 0px 15px 0px 0px;
}

hr {
    -color: #012776;
    height: 3px;
    margin: 0px;
    border: 0px;
}

.clearer {
    clear: both;
}

.vermas a:link,.vermas a:visited {
    background-position: top;
    background: url("imagenes/ver_mas.jpg");
    color: #777;
    display: block;
    padding: 0px 0 0 0px;
    width: 217px;
    height: 16px;
}

.vermas a:hover {
    background: url("imagenes/ver_mas.jpg") 0 -16px;
    display: block;
    padding: 0px 0 0 0px;
    width: 217px;
    height: 16px;
}

div#clientes div {
    width: 27%;
    height: 200px;
}
div#clientes {
    width: 100%;
    margin-bottom: 50px;
}
div#proveedores {
    width: 100%;
}
div#proveedores div {
    width: 30%;
    height: 200px;
    float: left;
    margin-left: 40px;
}

#cv {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#cv p {
    color: #000000;
    font-size: 14px;
    margin: 10px 0px;
}

#cv li {
    font-size: 16px;

}


#cv strong {
    color: #000000;
}
#cv ol li strong {
    font-size: 14px;
}

div#container div#content div.scroller div#quienessomos p,li {
    font-size: 12px;
    line-height: 24px;
}

#quienessomos strong {
    font-size: 12px;
}

#quienessomos ul {
    margin: 14px 0 14px 60px;
}

#tablaClivenAct {
    width: 600px;
    text-align: center;
    rules: all;
    border: 1px;
}

#tablaClivenAct caption {
    border: 1px solid;
    background-color: #c0c0c0;
}
#servicios ul, ol {
    margin-left: 30px;
}