body {
	background-image: url(../gifs/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #312F20;
	font-family: "Trebuchet MS", Arial;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
h3 {
	display: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.rojo {
	color: #990000;
}

.texto {
	font-size: 0.8em;
}



#container {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
}
#container #cabecera {
	background-image: url(../gifs/cabecera.jpg);
	float: left;
	height: 354px;
	width: 823px;
}
#container #cuerpo {
	float: left;
	width: 823px;
}
#container #cuerpo #cuerpoTop {
	background-image: url(../gifs/cajaTop.png);
	float: left;
	height: 9px;
	width: 823px;
	margin-top: 10px;
}
#container #cuerpo #cuerpoCentral {
	background-image: url(../gifs/cajaCentro.png);
	background-repeat:  repeat-y;
	float: left;
	width: 803px;
	padding-left: 10px;
	padding-right: 10px;
}
#container #cuerpo #cuerpoCentral #menu {
	float: left;
	width: 200px;
	background-image: url(../gifs/separador.jpg);
	background-repeat: no-repeat;
	background-position: right;
	min-height: 373px;
}
#container #cuerpo #cuerpoCentral #menu #algunos {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

#container #cuerpo #cuerpoCentral #cuerpoContenido {
	float: left;
	width: 593px;
	margin-left: 10px;
	display: inline;
	padding-top: 15px;
}

#container #cuerpo #cuerpoBottom {
	background-image: url(../gifs/cajaBottom.png);
	float: left;
	height: 10px;
	width: 823px;
}
.imagen1 {
	float: left;
	margin-right: 10px;
}
