/* 
 --------------------------
>>      Estructura        <<
 --------------------------
>>      SONOSMEDIA        <<
 --------------------------
>>  wwww.sonosmedia.com   <<
 --------------------------
>>   © Copyright - 2007   <<
 --------------------------
 */ 

html, body {	
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#FFF;
	width:100%;
	height: 100%;
}

#cabecera {
	position:relative;
	width:auto;
	height:200px;
	background-color:#FFF;
	background-image:url(fondo_cabecera.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#cuerpo {
	position: relative;
	min-height: 100%;
}

* html #cuerpo {
	height: 100%;
}

#contenido {
	padding-bottom: 9em;
}

#pie	{
	position: relative;
	margin-top: -13em;
}