header{
	background: #89A167;
	color: #CDE4AC;
}

.main{
 background: #CDE4AC;
}

.azul{
 color: #CDE4AC;
}
footer{
	background: #337AB7;
	
}
.blanco{
	color: #fff;
}
label{
 	color: #89A167;
}
.botones{
	background: #89A167;
	color: #CDE4AC;

}
.botones:hover{
	background: #6C8C40;
	color: #CDE4AC;
}
th{
	color: #6C8C40;
}
.rojo{
	color: #D20303;
}

.cerrar{
	color: #CDE4AC;
	text-decoration: none;

}
.cerrar:hover{
	color: #ffffff;
	text-decoration: none;
}
.guia1{
  width: 900px;
  height:400px;
 } 

.guia{
  width: 50%;
  height:95%;
 } 
a:link   
{   
 text-decoration:none;   
} 