body {
	background: url(images/body.gif) repeat-x;
	font: "Tahoma", "Verdana", "Arial", sans-serif;
	color: #0f0f0f;
	text-align: center;
	padding: 52px 0 20px 0;
		
}

#container {
	width: 769px;
	margin: 0 auto;
	text-align: left;
	background:#DDEEFF;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cabecera {
	background: url(images/entrada.gif) 0% 100% no-repeat;
	height: 233px;
	position: relative;
}	

#menu {
	position: absolute;
	margin: 0;
	padding: 50;
	width: 767px;
	left: 1px;
	top: -76px;
	height: 73px;
}

#pie {
	width: 719px;
	margin: 0 auto;
	background: url(images/pie.gif) 0% 0% no-repeat;
	color: #058cc4;
	padding: 0px 25px 0 25px;
	font: "Tahoma", "Verdana", "Arial", sans-serif;
	font-size: 12px;
}

#content {
	width: 530px;
	float: left;
	padding: 15 7px 0 7px;
}

p{
	text-align: justify;
	padding-bottom: .5em;
	line-height: 130%;
}

#content a:link {
	color: #1AA800;
	font-weight: bold;
	background: #91cde6;
}
#content a:visited {
	color: #007E03;
	background: #91cde6;
}

#derecha {
	width: 200px;
	float: right;
	margin-top: 25px;
	padding: 10px;
	
}

.diseņo {
	color: #058cc4;
	}
.diseņo:hover {
	color:#0000FF;