HTML, BODY {
	height:100%;
}

BODY {
	margin:0;
	padding:0;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#3f6951;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

DIV {
	text-align:left;
}

DIV#contenedor {
	margin:0 auto;
	text-align:center;
	width:995px;
	background-repeat:repeat-y;
	min-height:100% !important;
	height:auto !important;
	height:100%;
	overflow:hidden;
}

html>body #contenedor {
	height:auto;
}

/* CABECERA */
DIV#cabecera {
}

#cabecera .logo {
	float:left;
	width:233px;
	background-image:url(../images/logo-econatur.jpg);
	background-repeat:no-repeat;
	height:153px;
	color:#cbd95e;
}

#cabecera A {
	color:#cbd95e;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
}

#cabecera A:hover {
	text-decoration:underline;
}

#cabecera .flash {
}

#cabecera IMG {
	border:0;
}
/* FIN CABECERA */

/* CUERPO */
DIV#cuerpo {
	clear:both;
}

/* FIN CUERPO */

/* MENU */
div#menu {
	float:left;
	padding-left:12px;
	width:217px;
}

#menu a {
	color:#003317;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:none;
	font-weight:bold;
}


#menu div.fondomenu {
	background-image:url(../images/fondo-seccion.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
}

#menu div.fondomenu div {
	background-image:none;
	background-color:#cbd95e;
	display:inline;
	margin-left:6px;
	padding-left:4px;
	padding-right:4px;
	font-weight:bold;
}

.submenu {
	background-image:url(../images/punteadomenu.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-top:6px;
	margin-left:17px;
}

.menuseleccionado {
	font-weight:bold;
	font-size:1.1em;
}

/* FIN MENU */

DIV#contenidos {
	margin:0;
	margin-left:233px;
	padding-bottom:5px;
	width:758px;
}

	
DIV#cptitulosección {
	background-image:url(../images/ECONATURseccion.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:32px;
	margin-bottom:15px;
}

#contenidos .espaciadotexto {
	padding:0px 5px 0px 5px;
}

/* ESTILOS GENERALES */

A {
	color:#345047;
	text-decoration:underline;
}

A:hover {
	text-decoration:none;
}

H2 {
	margin:15px 0px 5px 0px;
	padding:8px 0px 4px 14px;
	font-size:1.1em;
	color:#345047;
	background-image:url(../images/topo.jpg);
	background-repeat:no-repeat;
}

OL LI {
	margin-top:5px;
}

UL LI {
	margin-top:5px;
	list-style-image:url(../images/flecha_verde.gif);
}

.negrita {
	font-weight:bold;
}

.negritacursiva {
	font-weight:bold;
	font-style:italic;
}

.cursiva {
	font-style:italic;
}

.destacaritemsmenu {
	font-size:1em;
	font-weight:bold;
	background-color:#FFFFFF;
	padding-left:2px;
}

H3 {
	font-size:1em;
	color:#345047;
}
.imagenesapartposiciona{
	float:right;
	margin:0px 0px 10px 10px;
}
/* FIN ESTILOS GENERALES */

