/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:gray;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#666;
}




div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	background-color: #5D5E60;
	background-image:url(imagenes/banner-fondo.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
	height:60px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	min-height:550px;
	margin-top:8px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 5em;
	padding-left: 0;
}
	div#content p {
	text-align:justify;
	padding:0 1em;
	}
	div#content img {
	margin-left: -1em;
	}
	


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	margin-left:0;
	clear:both;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
/* --------- propios ---------*/

#contdecha {
	 float:right;
	 width:560px;
	 margin-right:5px;
	 }
