body {
	margin: 30px auto;
	padding:0px;
	background:url(../images/bg_inicio.jpg);
	color:#CCC;
}
ul,li {list-style-type:none;}
img{ 
	margin:5px;
}
#title{
	margin:5px 10px;
}
#fecha{
	font-size:12px;
	text-align:right
}
#description{
	font-size:14px;
	text-align:justify;
	margin:10px;
	overflow:auto;
	height:190px;
}
#fotografo{
	font-size:12px;
	text-align:right;
}
#titulo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 96px;
	width: 460px;
	text-indent:-9000%;
	margin:0px;
	padding:0px;
}
#menu{
	margin:-120px 0 20px 0;
	width:415px;
	float:right
	}
#menu li {
	float:left;
	padding:0px;
	margin:-10px 0 -20px 0;
}
#menu a {
	background:url(../images/menu.jpg);
	display:block; height:36px; 
	text-indent:-9000%;
}
#menu_inicio a{
	width:100px;
	height:200px;
}
#menu_eventos a{
	width:100px;
	background-position:-100px 0px;
	height:200px;
	margin-left:5px;
}
#menu_locales a{
	width:100px;
	background-position:-200px 0px;
	height:200px;
	margin-left:5px;
}
#menu_nosotros a{
	width:100px;
	height:200px;
	background-position:-300px 0px;
	margin-left:5px;
}

#menu_inicio a:hover{
	background-position:0px -200px;
}
#menu_eventos a:hover{
	background-position:-100px -200px;
}
#menu_locales a:hover{
	background-position:-200px -200px;
}
#menu_nosotros a:hover{
	background-position:-300px -200px;
}
#fondo{
	background:url(../images/0.png);
}
