
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
	margin: 0; padding: 0; border: 0; }
body {
	text-align: center;
	font: 100% Georgia, sans-serif;
	background-color:#3F76DF;
	background: url(./img/home.jpg) top center no-repeat ;}

/* Links */

a:link, a:visited

	{
	font-weight:regular;
	text-decoration:none;
	color:#999;
	}

a:active, a:hover

	{
	color:#b43c60;
	text-decoration:none;
	border: none;
	}
	
/* Twitter */	

ul#twitter_update_list {list-style-type:none; padding-bottom:60px;margin-bottom:0px;}

/* Divs */

div#container
	{
	margin:auto;
	margin-top:00px;
	align:center;
	width:800px;
	height: 600px;
	z-index:0;
	background-image: url(./img/bg.png);
	}
	
div#menu
    {
    margin-top:-70px;
    }
    
div#leer
    {
    height:220px;
    }

