body{
	margin:1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#contenedor{
	width:750px;
	margin: 0 auto;
}
#barra{
	width:220px;
	float:left;
	margin:0 auto;
}
#contenido{
	width:510px;
	float:right;
}

#navegacion{
	margin-bottom: 25px;
	font-size: 22px;
	color: #33CCFF;
	background-color: #FFFFFF;
	font-weight: bold;
}

#navegacion a{
	color: #33CCFF;
	background-color: #FFFFFF;
	text-decoration: none;
}
#navegacion a:hover{
	background-color: #FFFFFF;
	color: #33CCCC;
}

.titulo{
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	/*margin-left: 3px;*/
	background-color: #33CC00;
	color: #FFFFFF;
	height: 25px;
	width: 484px;
	background-image: url("barra_titulo.gif");
	background-repeat: no-repeat;
}

.cuerpo{
	width: 484px;
	padding: 3px;
	margin-top: 6px;
	border: dashed #A0A0A0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px;
	font-size: 10px;
}

.cuerpo a{
	background-color: #FFFFFF;
	color: #006699;
	text-decoration:none;
	font-weight:bold;
}

.cuerpo a:hover{
	background-color: #FFFFFF;
	color: #FF6600;
}

#mislinks{
	margin-top:15px
}

#mislinks a{
	background-color: #FFFFFF;
	color: #006666;
	font-weight: bold;
	text-decoration:none;
	font-size: 26px;
}

#mislinks a.interno{
	margin-left: 20px;
	font-size: 18px;
}

#mislinks a:hover{
	background-color: #FFFFFF;
	color: #33CC00;
}

#footer{
	width:780px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
	text-align: center;
}

#presentacion{
	margin-top: 11px;
	width: 484px;
	padding: 5px;
	text-align: center;
	background:	#33CC00;
	font-size: 12px;
}
