@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menum-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: block;
}
#menu02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50.0%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menum-02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: block;
}
#menu03 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50.0%;
	display: none;
	background-image:url(../img/bgk-buttons.png);
}
#menum-03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: block;
}
#menu04 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50.0%;
	display: none;
	background-image:url(../img/bgk-buttons.png);
}
#menum-04 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: block;
}
#menu05 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 50.0%;
	display: none;
	background-image:url(../img/bgk-buttons.png);
}
#cont01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 90.0%;
	display: block;
	background-color:#FFF;
}
#cont02 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 10.0%;
	display: block;
}
#cont03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#cont04 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#FFF;
}
#cont05 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #336699;
}
#cont06 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cont07 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#cont08 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#sitemap {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFB800;
}
#datos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFB800;
}
#creditos {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFB800;
}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1920px;
	padding-left: 0.0%;
	padding-right: 0.0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menu-01 {
	clear: both;
	float: left;
	margin-left: 19%;
	width: 12.4%;
	display: block;
}
#menum-01 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menu02 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 12.4%;
	display: block;
}
#menum-02 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menu03 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 12.4%;
	display: block;
}
#menum-03 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menu04 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 12.4%;
	display: block;
}
#menum-04 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	background-image:url(../img/bgk-buttons.png);
	display: none;
}
#menu05 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 12.4%;
	display: block;
}
#cont01 {
	clear: both;
	float: left;
	margin-left: 19%;
	width: 62%;
	height: 120px;
	background-color:#FFF;
	display: block;
}
#cont02 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 3.1%;
	height: 120px;
	display: block;
}
#cont03 {
	clear: both;
	float: left;
	margin-left: 19%;
	width: 31.0%;
	height: 120px;
	background-color:#FFF;
	display: block;
	border-radius: 0px 00px 00px 20px;	
}
#cont04 {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.0%;
	height: 120px;
	background-color:#FFF;
	display: block;
	border-radius: 00px 00px 20px 00px;	
}
#cont05 {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 19%;
	width: 31.0%;
	height: 480px;
	display: block;
	background-color: #336699;
	border-radius: 20px 00px 00px 20px;	
}
#cont06 {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 0%;
	width: 31.0%;
	height:480px;
	display: block;
	background-color:#FFF;
	border-radius: 00px 20px 20px 00px;	
}
#cont07 {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-left: 19%;
	width: 31.0%;
	height: 480px;
	display: block;
	background-color: #FFF;
	border-radius: 00px 00px 00px 20px;	
}
#cont08 {
	clear: none;
	float: left;
	margin-top: 0px;
	margin-left: 0%;
	width: 31.0%;
	height:480px;
	display: block;
	background-color:#FFF;
	border-radius: 00px 00px 20px 00px;	
}
#sitemap {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 19%;
	width: 20.0%;
	height:180px;
	background-color: #FFB800;
	display: block;
	border-radius: 20px 00px 00px 00px;	
}
#datos {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 0%;
	width: 22%;
	height:180px;
	background-color: #FFB800;
	display: block;
}
#creditos {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-left: 0%;
	width: 20%;
	height:180px;
	background-color: #FFB800;
	display: block;
	border-radius: 00px 20px 00px 00px;	
}
}
#tex_titles{
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	color: #FC0;
	line-height: 26px;
}
#tex_titles02{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color: #039;
	line-height: 22px;
}
#tex_titles03{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color: #039;
	line-height: 18px;
}
#tex_titles04{
	font-family: 'Oswald', sans-serif;
	font-size:48px;
	color: #336699;
	line-height: 44px;
}
#tex_titles05{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color: #039;
	line-height: 18px;
}
#tex_titles06{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color: #FC0;
	line-height: 18px;
}
#tex_01{
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	color:#000;
	line-height: 14px;
}
#tex_02{
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#999;
	line-height: 20px;
}
#tex_03{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#FFF;
	line-height: 14px;
}
#tex_04{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#333;
	line-height: 16px;
}
.imagen:hover 
{filter: saturate(75%);
transition: all 0.5s ease;
}
.amarillo:hover {
  filter: hue-rotate(180deg) brightness(240%);
  transition:all .5s ease-in-out;
}
.honey th,.honey td {
    padding: 0px;
	vertical-align:middle;
}	