body{
	background-image: url(../img/fondo.png);
	background-repeat: no-repeat ;
    background-position: center center;
    background-attachment: fixed;
    margin:0;
    padding: 0;
	font-family: sans-serif;
    font-size: 20px;
}

#container{
    width:93%;
    height:auto;
    background:#FFFFFF;
    position: static;
    margin: 3% auto;
    padding: 3%;
    overflow:hidden;
    border: 1px solid #999999;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px #999999;
}

#container table{
	font-size:14px;
	background-color:#ffffff;
}

.boton_salvar_formulario{
    font-size: 20px;
    font-weight: bold;
}

#cerrar_sesion img:hover { 
	opacity: 0.6; 
}