html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #e0e1e2;
}
#todo {
	position: relative;
	min-height: 100%;
	width: 100%;
	background: #e0e1e2;
}
* html #todo {
	height: 100%;
}
#cuerpo {
	width: 950px;
	height: 800px;
	padding-bottom: 125px;
	background: #ff7900 url("../images/Fort_fnd.jpg") repeat-y;
}
	#cuerpo_mens {
		display: table;
		width: 800px;
		height: 470px;
	}
		#cuerpo_mens_izq {
			display: table-cell;
			width: 320px;
			background: #ff7900 url("../images/cuerpo_mens_izq.jpg") no-repeat;
			vertical-align: top;
		}
			#c_m_izq_1 {
				display: table;
				height: 164px;
				vertical-align: top;
			}
			#c_m_izq_2 {
				display: table;
				height: 79px;
				vertical-align: top;
			}
			#c_m_izq_3 {
				display: table;
				height: 227px;
				vertical-align: top;
			}
			
		#cuerpo_mens_der{
			display: table-cell;
			width: 480px;
		}
	#contacto {
		display: table;
		width: 820px;
		height: 60px;
		border: 1px solid ffcb00;
		background: #ff9200;

		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		#contacto_izq {
			color: #261200;
			display: table-cell;
			width: 70px;
			vertical-align: middle;
		}
		#contacto_der{
			color: #261200;
			display: table-cell;
			width: 730px;
			vertical-align: middle;
			
		}
#footer {
	color: #ffffff;
	font-family: Century Gothic, sans-serif;
	font-size: x-small;

	position: relative;
	padding: 10px;
	width: 800px;
	height: 45px;
	margin-top: -65px;
	background: #261200;
	
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#footer a {
	color: #ff7900;
	text-decoration: none;
}
#footer a:hover {
	color: #ffb500;
}