@charset "utf-8";
#principal {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#principal #contenido {
	background-color: #FFC;
	float: left;
	width: 800px;
	height: 550px;
	padding: 50px;
}
#principal #pie {
	background-image: url(../imagenes/pie_fondo.gif);
	background-repeat: repeat-x;
	height: 50px;
	color: #FFF;
	text-align: center;
	padding-top: 30px;
	float: left;
	width: 900px;
}
body {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#principal #encabezado {
	background-color: #D6D6D6;
}
#principal #menu {
	background-color: #0CF;



}
#principal #contenido #texto {
	width: 400px;
	float: left;
	margin-right: 25px;
}
#principal #contenido #imagenes {
	width: 400px;
	margin-left: 425px;
	height: 550px;
}
#principal #contenido #texto p {
	font-size: 18px;
}
a img {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}
