body {
	background-color: #B7551D;
	margin: 0px auto;
	color:#000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	background-image: url(imagenes/fondo_sitio.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	margin: 0px;
	width: 472px;
	background-image: url(imagenes/fondo_h1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 18px;
	margin: 0px;
	height: 27px;
	width: 472px;
	background-image: url(imagenes/fondo_h1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28px;
	line-height: 22px;
}

p {
	margin: 0px;
	line-height: 18px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
	//////////////////////////////////////////////////////////////////////////////////
	//	ESTILOS DE LOS DIV DEL SITIO
	//////////////////////////////////////////////////////////////////////////////////

	////////////////////////////////
	DIV FULL
	////////////////////////////////
*/
#div_full {
	position: relative;
	width: 921px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
/*
	////////////////////////////////
	//	DIV CENTRO
	////////////////////////////////
*/
#div_centro {
	width: 921px;
	float: left;
	height: auto;
}
#div_centro ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#div_imagen_home{
	margin: 0px;
	width:473px;
	float: left;
}
/*
	////////////////////////////////
	//	DIV CONTENIDOS
	////////////////////////////////
*/
#div_contenidos{
	margin: 0px;
	width: 444px;
	height: 241px;
	float: left;
	background-image: url(imagenes/fondo_botonera.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
#div_contenidos ul{
	margin: 0px;
	padding-top: 212px;
	padding-right: 0px;
	padding-bottom: 29px;
	padding-left: 32px;
	text-align: center;
}
#div_contenidos li{
	margin: 0px;
	list-style-type: none;
	color: #FFFFFF;
	float: left;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#div_contenidos li a{
	color: #FFFFFF;
	text-decoration: none;
}
#div_contenidos li a:hover{
	color: #F5821F;
	text-decoration: none;
}

/*
	////////////////////////////////
	//	DIV CONTENIDOS FONDO
	////////////////////////////////
*/
*html #div_contenidos_fondo{
	background-image: url(imagenes/fondo_contenidos_txt.gif);
	background-repeat: no-repeat;
	height: 100%;
}
#div_contenidos_fondo{
	background-image: url(imagenes/fondo_contenidos_txt.gif);
	background-repeat: no-repeat;
	height: auto;
}
/*
	////////////////////////////////
	//	DIV CONTENIDOS TXT
	////////////////////////////////
*/
#div_contenidos_txt{
	margin: 0px;
	width: 444px;
	height: auto;
	float: left;
	background-image: url(imagenes/fondo_pie.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: normal;
}
*html #div_contenidos_txt{
	margin: 0px;
	width: 444px;
	height: auto;
	float: left;
	background-image: url(imagenes/fondo_pie_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#div_contenidos_txt ul{
	margin: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 100px;
	padding-left: 20px;
	text-align: left;
	color: #FFFFFF;
}
/*
	////////////////////////////////
	//	DIV CABEZERA EMOL
	////////////////////////////////
*/
#div_head {
	background-image: url(imagenes/fondo_head.gif);
	background-repeat: repeat-x;
	width: 921px;
	height: 15px;
	text-align: center;
}
*html #div_head ul {
	width: 693px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#div_head ul {
	width: 749px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
}
#div_head li {
	margin: 0px;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
	list-style-type: none;
}
#div_head li a{
	color: #003399;
	text-decoration: none;
}
#div_head li  a:hover{
	color: #3C6ED0;
	text-decoration: none;
}
.fotos {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}
a:link {
	color: #F5821F;
}
a:visited {
	color: #F5821F;
}
a:hover {
	color: #B7551D;
}
