body {
    background: #00113B;
    padding-top: 80px;
    color: #F0F0F0;
    font-family: sans-serif;
    font-size: 14px;
}


/* links */
/* unvisited link */
a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffffff;
}

/* mouse over link */
a:hover {
    color: #FF7900;
}

/* selected link */
a:active {
    color: #FF7900;
}

/* tope */
#top {
    width: 100px;
    height: 30px;
    background-image: url("boton_tope.gif");
}

#top:hover {
    width: 100px;
    height: 30px;
    background-image: url("boton_topea.gif");
}

#topee {
    width: 100px;
    height: 30px;
    background-image: url("boton_topee.gif");
}

#topee:hover {
    width: 100px;
    height: 30px;
    background-image: url("boton_topeea.gif");
} 

.tope {
    text-align: right;
}


/* quienes */ 
.quienes {
    width: 600px;
    padding:30px;
    border: 0;
    display: inline-block; /* para que se desplieguen uno junto al otro */
    text-align: justify;
    vertical-align: top; 
}

.logos {
    text-align: center;
}


/* servicios */
.servicios {
    width: 450px;
    height: 300px;
    padding:30px;
    border: 0;
    display: inline-block; /* para que se desplieguen uno junto al otro */
    text-align: left;
    vertical-align: top; 
    
}

.listado {
    list-style-type: circle;
    text-align: left;
}


.contenido {
    text-align: center;
}

/* curriculum */ 
    section#work .img-responsive {
    margin: 0 auto;
}


/* video */
.videoContainer video {
    width: 100%;
    height:auto;
    /*max-width: 640px;*/
    max-width: 800px;
}
        
#center {
    text-align: center;
}
        
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-mute-button {
    display: none;
}


/* media */
@media screen and (max-width: 700px) {
    .quienes {
        width: 370px;
    }

    .servicios {
        width: 370px;
 }       