*{margin:0;padding:0}

html, body{
	width:100%;
	height:100%;
}

body{
  background:#F5F5F5;
  text-align:center;
  font-family:Verdana;
}

#global{	
	width:960px;
	margin:0 auto;
	background:#ffffff;
	min-height:100%;
	position:relative;
	padding-bottom:90px;
}
#contenedor_pie_multiple #global {
	padding-bottom: 255px;
}

#cabecera_sup, #cabecera_inf, #cabecera_simple {
	margin:0 20px;
	text-align:left;
}

#contenidos{
	margin:0 20px;
	overflow:auto;
	text-align:left;
}

#col_izquierda{
	width:450px;
	float:left;
}
#col_derecha{
	width:450px;  
	float:right;
}
#row{
	width:920px;  
	float:left;
}

#pie{
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
	text-align:center;
	background-color:#E4E4E4;
	float: left;
}
#contenedor_pie_multiple {
	height:235px;
}

.separator{
	clear:both;
	height:0;
	font-size:0;
}
