html,
body,
#contenedor{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:Verdana,Arial;
	font-size:80%;
	line-height:1.1em;
}

#contenedor{
	position:absolute;
	min-width:950px;
	height:92%;
	background-color:#FFF;
}

html > body, html > body #contenedor {
  height:auto;
}

#cabecera{
	width:100%;
	height:126px;
	margin-bottom:2px;
	background:url(../imagenes/recursos/fondocabecera.gif) repeat-x left top transparent;
}

#minimenu{
	width:900px;
	height:100%;
	background:url(../imagenes/recursos/cabecera.jpg) no-repeat left top transparent;
}

#contenido{
	width:100%;
	height:70%;
	background-color:#FFF;
}

#menuv{
	position:absolute;
	left:0;
	width:15em;
	height:100%;
	background:url(../imagenes/recursos/fondomenu.gif) no-repeat left bottom #204e17;
}

#menuv .caja{
	background:url(../imagenes/recursos/esquinamenu.gif) no-repeat right top transparent;	
	padding:20px .5em 0 .5em;
}


#interiorI{
	text-align:justify;
	font-size:.85em;
	padding-left:1em;
	padding-right:250px;
	margin-left:18em;
	height:100%;
}

#interiorD{
	position:absolute;
	right:0;
	width:200px;
	height:inherit;
	margin:1em 1em 0 1em;
}
