body {
    background-image: url('../images/fondo.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

/*header del contenido afiliados conductores vehiculos contrataciones ... */
/*pruebas de deploy ... */

.menu_funciones{
    height: 35px;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(80, 80, 80);
}

.menu_funciones ul{
    display: flex;
    list-style: none;
    margin: 0 5%;
    padding: 0;
}

.menu_funciones ul li {
    flex: 1 0 auto;
    text-decoration: none;
}

.menu_funciones ul li a{
    color: white;
}

.menu_funciones ul li ul{
    background-color: rgba(255, 255, 255,1);
    display: none;
}

.menu_funciones ul li ul li a{
    color: black;
    text-align: center;
}

.menu_funciones ul li ul li a:hover{
    color: red;
    background-color: rgba(80, 80, 80,.2);
}

#dropdownMenu1:hover {
    color: black;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0px;
}
/*------------------------------------------------------*/


/*contenido del body*/

html {
  min-height: 100%;
  position: relative;
}

.ajustable{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.container {
    z-index: 2;
    /*min-height: 310px;
    box-shadow: -43px 0px 50px -39px rgba(0,0,0,1);*/
    margin-bottom: 12em;
}

.body-contenido {
    width: 100%;
    margin-top: 20px;
    /*border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    box-shadow: 43px 0px 50px -39px rgba(0,0,0,1);*/
    z-index: 3;
}
/*------------------------------------------------------*/


/* pagina principal portada */

.fullportada{
    width: 100%;
}

.portada{
    width: 100%;
    z-index: 2;
}

.portada img {
    background-attachment: cover;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
}

.video{
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.imagentyt {
    float: left;
    margin: 0 auto;
    height: auto;
}

.imagentyt img {
}

.tytvideo {
    margin: 0 auto;
    height: auto;
}

iframe{
    margin: 2% 2% 2% 2%;
    width: 100%;
    height: 100%;
    max-height: 400px;
}
/*------------------------------------------------------*/

/* detalles del buscador para autocompletar datos*/
ul.ui-autocomplete {
    z-index: 1900;
    width: 60%;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.extracto {
    margin-left: 15%;
}
/*------------------------------------------------------*/


/*formularios*/
.formcreate{
    margin-top: 2%;
    width: 75%;
    margin-left: 12%;
    margin-bottom: 2%;
}
/*
@media handheld, only screen and (max-width: 767px) {
    .imagentyt{
        float: left;
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .tytvideo {
        float: left;
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
}*/

.resumen{
    
    border-radius: 10px;
}

.resumen table{
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
}