#contenedor {
	width: 800px;
	margin: auto;
	background-color: #184183;
}
#arriba {
	height: 200px;
	width: 800px;
	background-color: #184183;
}

#centro {
	float: none;
	width: 797px;
	height: auto;
	clear: none;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #666666;
	background-color: #1F4985;
}

#abajo {
	float: inherit;
	width: 800px;
	clear: both;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	height: auto;
	background-color: #184183;
}

#arriba2 {
	float: left;
	width: 800px;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #184183;
}
.derechos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;


line; 		float: none;
	background-color: #184183;
}
.imagen {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.cuadro {
	background-color: #00FF00;
	border-top-style: doble;
	border-right-style: doble;
	border-bottom-style: doble;
	border-left-style: doble;
}
.marco {
	border: medium solid #000000;
}
