@charset "utf-8";

body{
	background: #3ba0ac;
	color: #ffffff;
}

.linea_superior {
    background: #c21a21;
    position: fixed;
    z-index: 10;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
}

.salir {
    position: fixed;
    z-index: 10;
    text-align: right;
    right: 50px;
    top: 65px;
    
    height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
}

.margen_superior{
	height: 80px;
}