*{
	margin: 0px;
	padding: 0px;
}

body{
	background:url(../img/f2.png);
	
}
/*-------------------CODIGO PARA LA MAQUETACIÓN DE LA PÁGINA-------------------------------*/
#contenedorestructura{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	border-radius: 1px;
	overflow: hidden;
}
header{
	height: 130px;
	background: black;
}
header h1{
	font-size: 50px;
	text-align: center;
	line-height: 150px;
}
nav{
	background: white;
	margin: 0px;
	padding: 0px;
	height: 130px;
	
}
nav h2{
	font-size: 40px;
	text-align: center;
	line-height: 60px;
}
#contenidoestructura{
	width: 800px;
	height: 1000px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuradirectorio{
	width: 800px;
	height: 1599px;
	float: left;
	background: white;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuraindex{
	width: 800px;
	height: 845px;
	float: left;
	background: white;
	margin-top: -9px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuranosotros{
	width: 800px;
	height: 1100px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuranormas{
	width: 800px;
	height: 1100px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuraformatos{
	width: 800px;
	height: 745px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuracabildo{
	width: 800px;
	height: 745px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructurafuncionarios{
	width: 800px;
	height: 1258px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuracontacto{
	width: 800px;
	height: 750px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}

#contenidoestructuraavisos{
	width: 800px;
	height: 713px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}
#contenidoestructuraquejas{
	width: 800px;
	height: 800px;
	float: left;
	background: white;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	
}

#contenidoestructura h2{
	font-size: 40px;
	text-align: center;
	line-height: 500px;
}
/*aside{
	width: 200px;
	height: 1000px;
	background: white;
	margin-top: 0px;
	float: right;
}*/
aside{

}
#publicidaddirectorio{
	width: 200px;
	height: 1599px;
	background: white;
	margin-top: 0px;
	float: right;
	}
#publicidadindex{
	width: 200px;
	height: 845px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadnormas{
	width: 200px;
	height: 1100px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadformatos{
	width: 200px;
	height: 745px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadcabildo{
	width: 200px;
	height: 745px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadfuncionarios{
	width: 200px;
	height: 1258px;
	background: white;
	margin-top: 0px;
	float: right;
	}	

#publicidadcontacto{
	width: 200px;
	height: 750px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadavisos{
	width: 200px;
	height: 713px;
	background: white;
	margin-top: 0px;
	float: right;
	}

#publicidadquejas{
	width: 200px;
	height: 800px;
	background: white;
	margin-top: 0px;
	float: right;
	}	
#publicidadnosotros{
	width: 200px;
	height: 1100px;
	background: white;
	margin-top: 0px;
	float: right;
	}	




aside h2{
	font-size: 40px;
	text-align: center;
    line-height: 500px;
}
footer{
	background: #000;
	clear: both;
	height: 310px;
}
footer h2{
	font-size: 40px;
	text-align: center;
	padding: 20px;
	font-style: italic;

}
/*---------------------------TERMINA CÓDIGO DE MAQUETACIÓN DE LA PÁGINA--------------------------------------------*/




