body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
}

#general {
	width:980px;
	height:auto;
	margin:auto;
}

#cabecera {
	width:980px;
	height:150px;
	clear:both;
	text-align:center
}

#menu {
	width:100%;
	height:35px;
	line-height:35px;
	clear:both;
	background-color:#a9d311;
	color:#FFF;
	font-size:0.8em;
	text-align:right
}

#menu {

}

#cuerpo {
	width:100%;
	height:auto;
	clear:both;
}

#texto {
	width:600px;
	height:auto;
	float:left;
	margin:10px;
	text-align:left
}

#fotos {
	width:340px;
	height:auto;
	float:left;
	margin:10px;
}

#footer {
	width:100%;
	height:40px;
	background-color:#a9d311;
	clear:both;
}

#footer_iz {
	width:450px;
	height:20px;
	line-height:20px;
	margin:10px 0 10px 25px;
	float:left;
	text-align:left;
	color:#FFF
}

#footer_dr {
	width:450px;
	height:20px;
	line-height:20px;
	margin:10px 25px 10px 0;
	float:right;
	text-align:right
}

h1 {
	color:#a9d311;
	font-size:1.8em;
}

a{
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline	
}