#cuadro{
    -webkit-border-radius: 25px 25px 25px 25px;
    margin: auto;
    display: flex;
    width: 300px;
    height: 450px;
    background-color:rgba(231,73,40, 0.8);
	margin-top: 10%;
	border-radius: 15px;
} 
#formulario{
    margin-left: 0px;
    max-width: 3300px;
    margin: 0 auto;

} 


#contenedor{
    margin: 0px;
    padding: 0px;
    width: 100%; 
}
#cabezera{
    valign: middle;
    top:0px;
    //-webkit-border-radius: 25px 25px 25px 25px; 
    width: 100%;
    height: 75px;
    background-color:rgba(114,207,77,0.57);
}
#contenido{
    float: center;
    margin-top:20px;
    -webkit-border-radius: 25px 25px 25px 25px;
    margin-left: 320px;
    width: 900px;
    height: 450px;
    //background-color:rgba(114,207,77,0.57);
}

#menu{
    float: left;
    margin-top:20px;
    // -webkit-border-radius: 25px 25px 25px 25px;
    width: 200px;
    height: 450px;
    // background-color:rgba(114,207,77,0.57);   

}
.bs-example{
    margin: 20px;
}
.navbar-inverse{
    background-image: linear-gradient(to bottom,#BCF5A9 0,#BCF5A9);
    background-repeat: repeat-x;
}  

.panel a {
    color:#777;
}
.panel a:hover {
    text-decoration:none;
    color:#222;
}
.panel .table td {
    border-color: #f3f3f3;
}