@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	
	}
#main{
	height:800px;
	background-image:url(../images/rodada.png);
	background-repeat:no-repeat;
	
	
}

#pie{
	background-image:url(../images/fondo-15_03.png);
	background-repeat:repeat-x;
	padding-top:6px;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
}
a {
	font-size:18px;
	color:#4be322;
}
#afoto{
	position:fixed;
	left:0px;
	top:400px;

}
#menu{
	
	margin-top:25px;
	background-image:url(../images/fondo-menu.png);
	background-repeat:no-repeat;
	width:161px;
	height:296px;

	width:200px;
	position:fixed;
	left:0px;
	top:0px;
	
}
#menu ul{
	
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	margin-left:16px;
	margin-top:16px;
	margin-bottom:10px;
	
}
#menu ul li{
	padding:4px;
	
	list-style-type:none;
	list-style-image:none;
}
#mnu ul li a{
	text-decoration:none;
}
.negrita {
	font-weight: bold;
}
#fotos {
	padding-top:40px;
}
#fotos img{
	background-color:#FFF;
	padding:6px;
	margin-left:20px;
	margin-bottom:20px;
	
}
