/* ESTRUCTURA */
html{
	height: 76%;
}
body {
	background: url(../Images/fondos/fondo_pagina2.jpg) repeat-y center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}
#contenido{
	text-align: left;
	width: 800px;
	margin: auto;
	position: relative;
	background: #FFFFFF;
	height:110%;
}
#fondo_cuerpo{
	background: transparent url(../Cabecera/reflejo_cabecera.jpg) no-repeat bottom;
	padding-bottom: 50px;
	min-height: 100%;
}
* html #fondo_cuerpo{
	 height:77%;
}
* html #der{
	 height:100%;
}
#pie{
	font-size: 8pt;
	text-align:center;
	color: #FFFFFF;
	padding: 2px;
	clear: both;
	background: #003366;
	margin-bottom: 0px;
}

