/* Estructura
----------------------------- */
* {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	color:#8A8A8A;
	background-color:#EBEBEB;
	height:100%;
	text-align:center;
}

#pagina_contenedor{
	position:relative;
	width:900px;
	margin:0px auto;
	text-align:left;
	height:100%;
}

#navegacion_contenedor {
	position:relative;
	height:60px;
	margin:6px 0px;
	z-index:100;	
}

#cabecera_contenedor {
	position:relative;
	background:#FFFFFF url(../img/bordelateral.gif) repeat-y top left;
	height:255px;
	z-index:5;
}

#breadcrumbs_contenedor {
	position:relative;
	background:#FFFFFF url(../img/pathbg.gif) no-repeat top left;
	height:50px;
	z-index:5;
}

#breadcrumbs{
	text-align:left;
}

#imagencabecera_contenedor {
	position:relative;
	background-color:#3F3F3F;
	height:200px;
	margin-left:6px;
	border-bottom:5px solid #739100;
}

#seccion_contenedor {
	position:relative;
	float:left;
	background:#FFFFFF url(../img/bordelateral.gif) repeat-y top left;
	color:#333333;
	width:100%;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;
}


#pieseccion_contenedor {
	position:relative;
	clear:both;
	background:#666666 url(../img/bordelateral.gif) repeat-y top left;
	width:100%;
	height:30px;
}

UNKNOWN {
	float:left;
}

#pie_contenedor {
	position:relative;
	width:100%;
	padding-bottom:15px;
	padding-top:6px;
	/*background:url(../img/bordeinferior.gif) repeat-x top left;*/
}


