

#contenido
{

    background: #fff;

    border-radius: 0px 0px 3px 0px;
    min-height: 500px;
}


#top
{
    text-align: center;
    background: #4285f4;
    color:#fff;
    padding: 2px;
}


#top div img
{
    height: 55px;
}



#menu
{
    background: #f2f2f2;
    border-radius: 0px 0px 30px 0px;
    padding: 5px;
}

#menu ul li
{
    text-decoration: none;
}
.alert {
    margin-bottom: 0px;
}



.input-file 
{
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.input-file .input-file-input 
{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
}

.input-file-img
{
    width: 200px;
}



.nav-tabs>li>a:focus
{
    border-bottom: solid #fff;
}
.row
{
    margin-left: 0px;
    margin-right: 0px;
}


