@font-face{
	font-family: fundacion;
	src: url("fuentes/creamcandy.ttf");

}
@font-face{
	font-family: bsas;
	src: url("fuentes/mandelican.otf");
}
@font-face{
	font-family: menu;
	src: url("fuentes/halloweendy.otf");
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body{ 

	width: 1200px;
	margin:auto;
	background-image: url("img/fondo.jpg");
	background-attachment: fixed;
	background-size: cover;
	font-family: arial;
	overflow: auto;

}
header {
	height: 300px;
	background-image: url(img/fheader.jpg);
}
header #titulo{
	float: right; 
	padding-right: 80px;
	padding-top: 60px;
}
nav{
	height: 60px;
	background-color: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
nav a{
	margin: 5px 20px 5px 20px;
	font-size: 1.45em;
	text-decoration: none;
	margin-top: 20px;

}
/*header #titulo{
float: left;
	padding-left: 90px

}
header h1{
	font-family: bsas;
	text-align: center;
	-webkit-text-stroke: 0.5px #4A7EBC;
	font-size: 5.5em;
	color: white;
	margin: 0px;
}

header h2{
	font-family: fundacion;
	text-align: left;
	-webkit-text-stroke: 1px black;
	font-size: 4.5em;
	padding-left: 80px;
	color: white;
}
header h3{
	font-family: fundacion;
	text-align: right;
	-webkit-text-stroke: 1px black;
	font-size: 5em;
	color: white;
	padding-right: 40px;
	padding-bottom: 100px;
}*/
section{

	text-align: justify;
	overflow: auto;
	margin-top: 30px;
	width: 1200px;

}
#subtitulos{
	font-family: Arial;
	font-size: 2.5em;
	color: black;
	font-weight: bold;
}
section #texto{
	float: left;
	width: 600px;
}
section #foto{
	float: left;
	width:200px;
	padding-left: 200px;
	padding-top: 80px;
	padding-right: 100px;
}
#objt{
	height: 400px;
}
#texobj{
	float: left;
	width: 600px;
}
#imobj{
	float: left;
	width: 400px;
	padding-left: 40px;
}
#autoridades{
	float: left;
	width: 200px;
	height: 1500px;
	margin-left: 20px;
}
#autorida1{
	text-align: center;
	padding-bottom: 40px;
	font-weight: bold;
	font-size: 2em;
}
#foto1 {
	width: 250px;
	height: 200px;
	margin-left: 40px;
	float: left;

}
#textaut{
	width: 250px;
	height: 400px;
	float: left;
	overflow: auto;
	padding-right: 20px;
}
#slide2{
	margin-right: 20px;
	overflow: hidden;
}
#activ{
height: 500px;
}
#texta{
	float: left;
	width: 600px;
}
#multipli{
	width: 300px;
	padding-top: 20px;
}
#fotoa{
	float: left;
	width: 400px;

}
#activ h2{
	font-size: 2.5em;
}
#texta{
	width: 500px;
	height: 300px;
	float: left;
}
#dato h6{
	font-weight: bold;
	font-size: 2em;
}
#fotoa{
	width: 400px;
	height: 300px;
	float: left;
	padding-left: 80px;

}
#nov{
	height: 600px;
}
#texnov{
	float: left;
	width: 600px;
}
#oit{
	float: left;
	width: 400px;
	padding-left: 60px;
	padding-top: 60px;
}
#imnov{
	float: left;
	width: 400px;
	padding-left: 60px;
	padding-top: 60px;
}
#textant{
	float: left;
	width: 600px;
	height: 400px;
	overflow: auto;
	padding-right: 20px;
}
#fotoant{
	float: left;
	width: 600px;
	padding-left: 50px;
	padding-top: 50px;
}
footer{
	background-image: url("img/fonfoot4.png");
	background-size: cover;

	height: 350px;
	margin-top: 40px;
	margin-bottom: 20px;

}
footer #ctext{
	float: left;
	width: 500px;
	padding-top: 40px;
	padding-left: 40px;
	height: 500px;
}
footer #cfoto{
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-left: 100px;

}