@charset "utf-8";
/* CSS Document */

body {
	background:url(textura_01.jpg) repeat top left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.barraInferior {
    background: url("textura_02.jpg") repeat-x scroll left top transparent;
    bottom: 0;
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
}

.barraInferior div {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    height: 24px;
    margin-top: 9px;
    text-align: center;
    width: 100%;
}

.logo {
	left:50%;
	margin-left:-270px;
	margin-top:-200px;
	position:absolute;
	top:50%;
}