@charset "utf-8";
body {
	background-color: #CBA749;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.img_izq {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.limpiar {
	clear: both;
	background-color: #FF0000;
}


#contenedor {
	width: 780px;
	margin: 0 auto 10px auto;
	color: #333333;
}
#encabezado {
	background-image: url(imagenes/plant_contenido_alt.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	height: 105px;
	padding-left: 25px;
}
#encabezado h1 {
	margin: 0;
	display: none;
}

#barra_lateral {
	margin-left: 18px;
	padding-top: 60px;
}
#pie {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
#pie a{
	color: #990000;

}
#cuerpo {
	margin-top: 0px;
	background-image: url(imagenes/plant_cuerpo.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


#contenido {
	float: right;
	width: 560px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
	_display:inline;
}
#contenido h2{
	margin-top: 0;
}
.galeria {
	text-align: center;
}
.galeria td{
	width: 140px;
	height: 150px;
	border: dotted #999 1px;
}
.galeria td.vacio{
	border: none;
}
.galeria a img{
	border: none;
}
.img_der {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.centrar {
	text-align: center;
}
#img_cont_bottom {
	background-image: url(imagenes/plant_contenido2_alt.jpg);
	background-position: left bottom;
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	clear: both;
}
#h2_1, #h2_2, #h2_3, #h2_4, #h2_5, #h2_6, #h2_7, #h2_8, #h2_9  {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -10000px;
	height: 28px;
}
#h2_1 {
	background-image: url(imagenes/h2_1.jpg);
}
#h2_2 {
	background-image: url(imagenes/h2_2.jpg);
}
#h2_3 {
	background-image: url(imagenes/h2_3.jpg);
}
#h2_4 {
	background-image: url(imagenes/h2_4.jpg);
}
#h2_5 {
	background-image: url(imagenes/h2_5.jpg);
}
#h2_6 {
	background-image: url(imagenes/h2_6.jpg);
}
#h2_7 {
	background-image: url(imagenes/h2_7.jpg);
}
#h2_8 {
	background-image: url(imagenes/h2_8.jpg);
}
#h2_9 {
	background-image: url(imagenes/h2_9.jpg);
}

