﻿body {
	margin: 0px;
	background-color: #ffffff;
}

#Pagina {
	width: 980px;
	margin: 10px auto 10px auto;
}

/* CABECERA -------------------------------------- */
#Cabecera {
	
}
	#CeldaFlashCabecera {
		width: 968px;
		height: 150px;
	}
	#CeldaFinalCabecera {
		height: 150px;
	}
/* / CABECERA ------------------------------------ */

/* MENU SUPERIOR --------------------------------- */
#MenuSuperior {
	margin-right: 12px;
}
/* / MENU SUPERIOR ------------------------------- */

/* BARRAS MENU SUPERIOR SUB ---------------------- */
#Barra1MenuSuperiorSub {
	font-size: 1px;
	background-color: #949494;
	height: 6px;
	margin-right: 12px;
}
#Barra2MenuSuperiorSub {
	font-size: 1px;
	height: 6px;
	margin-right: 12px;
}
	#Celda1Barra2MenuSuperiorSub {
		width: 320px;
		background-color: #e6e6e6;
	}
	#Celda2Barra2MenuSuperiorSub {
	
	}
/* / BARRAS MENU SUPERIOR SUB -------------------- */

/* CONTENIDO ------------------------------------- */
#Contenido {
	
}
	#CeldaMenuLateral {
		width: 320px;
		vertical-align: top;
		background-color: #e6e6e6;
	}
		#Celda1MenuLateral {
			width: 40px;
		}
		#Celda2MenuLateral {
			padding-top: 40px;
		}
		#Celda3MenuLateral {
			width: 40px;
		}
		#Celda4MenuLateral {
			width: 60px;
			background-color: #b3b3b3;
		}
	#CeldaContenido {
		vertical-align: top;
		padding: 40px 20px 20px 20px;
		vertical-align: top;
		background-color: #949494;
	}
		#CeldaDerechaContenido {
			vertical-align: top;
			width: 12px;
			background-color: #ff9c33;
		}
		#CeldaDerechaContenidoFranjaBlanca {
			height: 105px;
			background-color: #ffffff;
		}
/* / CONTENIDO ----------------------------------- */

/* PIE ------------------------------------------- */
#Pie {
	
}
	#Celda1Pie {
		width: 320px;
		background-color: #e6e6e6;
		vertical-align: bottom;
	}
		#divCelda1Pie {
			height: 10px;
			background-color: #ff9c33;
		}
	#Celda2Pie {
		background-color: #949494;
		text-align: center;
		vertical-align: middle;
		padding-bottom: 2px;
	}
	#Celda3Pie {
		width: 12px;
		background-color: #ff9c33;
	}
/* / PIE ----------------------------------------- */
