*{
	margin:auto;
	padding:0;
	text-decoration: none;
	list-style: none;
	font-family:sans-serif;
	letter-spacing: 2px;
}
/*-------CABEZOTE-------*/
header{
	width: 100%;
	max-width: 1000px;
}

.cabezote{
	margin: 0;
	position: relative;
}

header nav{
	background:rgba(254,211,83,1.00);
}

header nav ul{
	list-style: none;
	overflow: hidden;
}

header nav ul li{
	float: left;
	width: 199px;
	border-right: solid 1px white;
	text-align: center;
	font-size: 14px;
}

header nav ul li a{
	display: block;
	padding: 20px;
	color: blue;
}

header nav ul li a:hover{
	background: rgba(14,251,3,1.00);
}

.menu-fixed{
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	max-width: 1000px;
}

.contenedor{
	max-width: 1000px;
}

.contenedor p{
	margin-bottom: 50px;
}
/*--FIN DE CABEZOTE-----*/
/*--CUERPO--*/
body{
	/*background: url("../Imagenes/index.jpg");*/
	/*background-position:top center;*/
	/*height: 2512px;*/
}

section.Informacion{
	padding: 30px 0px;
	background:rgba(20,252,140,.5);
	max-width: 1000px;
}
.Informacion p{
	text-align: justify;
	margin-bottom: 10px;
	padding: 10px;
}

section.Departamentos{
	padding: 30px 0px;
	background: rgba(254,211,83,.5);
	max-width: 1000px;
}
section.Departamentos td{
	padding: 10px;
}
section.Departamentos p.Titulo{
    text-align: center;
    font-size: 30px;
    color: rgba(1,26,70,1.00);
    font-weight: bold;
}
section.Departamentos p.Titulo1{
    text-align: center;
    font-size: 20px;
    color: rgba(1,26,70,1.00);
    font-weight: bold;
}
section.Departamentos p{
	text-align: justify;
	padding: 10px;
}

section.Proyectos{
	padding: 30px 0px;
	background: rgba(20,252,140,.5);
	max-width: 1000px;
}
section.Proyectos p.Titulo{
    text-align: center;
    font-size: 30px;
    color: rgba(1,26,70,1.00);
    font-weight: bold;
}
section.Proyectos table{
	padding: 20px 0px;
}
section.Proyectos td{
	width: 499px;
	padding: 0px 20px;
}
section.Proyectos p{
	text-align: justify;
}

section.Valores{
	padding: 30px 0px;
	background: rgba(254,211,83,.5);
	max-width: 1000px;
}
section.Valores p{
    padding: 0px 20px;
    text-align: justify;
    font-weight: normal;
}
section.Valores p.Titulo2{
    font-size: 20px;
    font-weight: bold;
}
/*--FIN DE CUERPO--*/
/*--INICIO DE FOOTER--*/
footer{
	padding: 20px 0px;
	max-width: 1000px;
}
footer p{
	text-align: center;
}
/*--FIN DE FOOTER--*/