@charset "utf-8";
/* CSS Document */

#contenido {
	width: 750px;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cabecera {
	background-image: url(imgs/ht_cabecera.jpg);
	height: 31px;
	width: 750px;
	padding-top: 209px;
}
#cuerpo {
	height: 390px;
	width: 750px;
}
#colum_izq {
	float: left;
	width: 490px;
	height: 390px;
}
#colum_dcha {
	float: right;
	width: 240px;
	height: 380px;
	margin-left: 10px;
}
#colum_centro {
	width: 7px;
	background-image: url(imgs/ht_linevert.gif);
	height: 380px;
	float: right;
}

#pie {
	background-image: url(imgs/ht_piepagina.jpg);
	height: 58px;
	width: 750px;
}


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #916445;
	text-align: justify;
}
