﻿* {

	margin: 			0px;
	padding: 			0px;
}

body {
	background: 		#DCDCDC;
	color:				#DCDCDC;
}

#contenedor {
	width: 				auto;  
	margin: 			auto;
	margin-top: 0px;
	background:			#f1f1f1;
}

#contenedorinf {
	width: 				auto;  
	margin: 			auto;
	margin-top: 0px;
	background:			#f1f1f1;
	display: 	inline;
}

/* Style the header with a grey background and some padding */
.header {
  overflow: hidden;
  background: #548235;
  padding: 20px 10px;
}


.headerinf {
  overflow: hidden;
  background: #548235;
  padding: 20px 10px;
}

/* Style the header links */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;

}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;

}

/* Change the background color on mouse-over */
.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.index {
  background-color: dodgerblue;
  color: white;
}

/* Style the active/current link*/
.header a.infgestion {
  background-color: dodgerblue;
  color: white;
}

.header a.misionvision {
  background-color: dodgerblue;
  color: white;
}

.header a.objetosocial {
  background-color: dodgerblue;
  color: white;
}

.header a.localizacion {
  background-color: dodgerblue;
  color: white;
}


/* Float the link section to the right */
.header-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}



.nav > li {
	float:				left;					/* Muestra Menu hacia la derecha*/	
	/*float: 			inherit;			/* Muestra Menu centrado y hacia abajo */
	/*float: none;*/
}

.nav li a {

	width: 				200px;  
	background-color:   #005853;  				/*#005853 Color azul - #F47920 color Naranja */
	color:				#FFFFFF;				/*Cambia el color de la letra*/
	text-decoration:	none;
	padding:			10px 10px;
	display:			block;
	text-align: 		center;
	margin-top: 		20px;
	margin-bottom:  	20px;

}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
}

#index{
	width: auto;
}

#misionvision{
	width: auto;
}

#objetosocial{
	margin-top: 30px;
}


#infgestion{
	
	width: 		auto;
	height: 	980px;
	margin-top: 		20px;
	margin-right: 		auto;
	

}

iframe{

	
	margin-left: 	auto;
	height: 800px;
	margin-right: auto;	
	


}



aside{
	margin-top: 2000px;
	width:		 		500px;	
	background: 		#F0B429;
	float: 				right;
	
	margin-left: 		0px;
	margin-right: 		50px;
	
	height: 			auto;

}


footer{

	max-width: 500px;	
	background: 		#548235;
	color: white;
	margin-top: 		30px;
	height: 			auto;
	text-align: 		left;
	position: absolute;

	
}

.footerinf{

	max-width: 500px;	
	background: 		#548235;
	color: white;
	margin-top: 		30px;
	height: 			auto;
	text-align: 		left;
	position: absolute;
	display: 	inline;	
	float: 	left;
	
}



p{
	text-align: center;
	color: #000;

}

h1 {
	color: 				#005853;
	
}
header h1{

	font-style:			Helvetica;  			/*Deberia Usar Una Fuente para el proyecto como Franklin Gothic Heavy ò Angsana New */
	font-size: 			50px;
	text-align: 		center;
	line-height: 		150px;
	margin-right:   	150px;


}

h3{
	margin-top: 20px;
	background: 		#c7ccc4;
	text-align: 		justify;
	color: black;
	text-align: center;

}

h5{
	background: 		#F0B429;
	text-align: 		center;

}

h2{
	background: 		#548235;
	text-align: 		center;
	color 	white;


}











/*article {
	background: 	#F0B429;
	width: 			960px;
	margin: 		auto;
	margin-top: 	20px;
	margin-bottom:  20px;
}
section h2 {
	background: 	#F0B429;
	width: 			960px;
	margin: 		auto;
	margin-top: 	20px;
	margin-bottom:  20px;
}*/



.footer {
  overflow: hidden;
  background: #548235;
  padding: 20px 10px;
}

/* Style the header links */
.footer a {
  float: left;
  color: white;
  text-align: LEFT;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;


}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.footer a.logo {
  font-size: 25px;
  font-weight: bold;

}

/* Change the background color on mouse-over */
.footer a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active/current link*/
.footer a.active {
  background-color: dodgerblue;
  color: white;
}

/* Float the link section to the right */
.footer-right {
  float: right;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
  .footer a {
    float: none;
    display: block;
    text-align: left;
    
  }
  .footer-right {
    float: none;
  }
}