
body {
	background-image: url('/django_media/sulayr/fondo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	margin-left: auto;
        margin-right: auto;
        width: 800px;
}

a {
	text-decoration: none;
}

#contenido {
		position: relative;
		top: 0px;
	}


#sidebar ul{
	list-style: none;
}

#sidebar ul li a{
	position: relative;
        color: #ffd737;
        text-decoration: none;
         font-weight: bold;
        font-family: Arial;
        font-size: 18px;
}

#menu1 a{
	position: relative;
	left: 0px;
	top: 330px;
}

#menu2 a{
	position: relative;
	left: 180px;
	top: 308px;
}

#menu3 a{
	position: absolute;
	left: 480px;
	top: 288px;
}

#menu4 a{
	position: absolute;
	left: 650px;
	top: 268px;
}



.hideFromScreen {
	display: none;
}

#footer {
		position: absolute;
		top: 430px;
	}

#footer a {
	padding-top: 50px; 
	width: 200px;
	height: 100px;
	padding-left: 200px;
	/*color: white;*/
}

#encabezado {
	position: absolute;
	color: #7f925d; 
	font-family: arial; 
	font-size: 42px; 
	top: 278px;
	left: 210px; 
	text-align: right;
	width: 500px;
	/*height: 50px;*/
}
