/* CSS Document */
/*id=una unica referencia  .
class=varias referencias # */

/*Elementos HTML*/
body{
	color: #0D295B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img{
	border:0px;
}

a:visited{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

select {font-family: verdana; font-size: 12px; color: #0d295b} 
option {font-family: verdana; font-size: 12px; color: #0d295b} 
input {font-family: verdana; font-size: 12px; color: #0d295b} 

.aEnlaceNegro {
   text-decoration:none;
   color:#000000;
}

.aEnlaceNegro:visited{
	text-decoration: none;
}
.aEnlaceNegro:link{
	text-decoration: none;
}
.aEnlaceNegro:hover{
	text-decoration: none;
	font-weight:bold;
}
.aEnlaceNegro:active {
	text-decoration: none;
}

.aEnlaceBlanco {
   text-decoration:none;
   color:#FFFFFF;
}

.aEnlaceBlanco:visited{
	text-decoration: none;
}
.aEnlaceBlanco:link{
	text-decoration: none;
}
.aEnlaceBlanco:hover{
	text-decoration: none;
	font-weight:bold;
}
.aEnlaceBlanco:active {
	text-decoration: none;
}


.aEnlaceRojo {
   text-decoration:underline;
   color:#FF0000;
}

.aEnlaceRojo:visited{
	text-decoration:underline;
}
.aEnlaceRojo:link{
	text-decoration:underline;
}
.aEnlaceRojo:hover{
	text-decoration:underline;
	font-weight:bold;
}
.aEnlaceRojo:active {
	text-decoration:underline;
}



.aCalendar {
   text-decoration:none;
   color:#000000;
   font-size:8pt;
}

.aCalendar:visited{
	text-decoration: none;
}
.aCalendar:link{
	text-decoration: none;
}
.aCalendar:hover{
	text-decoration: none;
	font-weight:bold;
}
.aCalendar:active {
	text-decoration: none;
}

.aEnlaceMenu {
   text-decoration:none;
}

.aEnlaceMenu:visited{
	text-decoration: none;
}
.aEnlaceMenu:link{
	text-decoration: none;
}
.aEnlaceMenu:hover{
	font-weight:bold;
}
.aEnlaceMenu:active {
	font-weight:bold; 
}

.txtCalendario {
   font-family:MS Sans Serif;
   font-size:8pt;
}

.txtVisitasKayakis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}
.txtVisitasKayakisValores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#808080;
	font-weight:bold;
}
.txtFecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#808080;
}
.txtMenu {
	color: #0D295B;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtCoyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.txtPublicidad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	text-align:justify;
}

.txtTitulos {
	font-size: 14px;
	font-weight:bold;
}

.txtSubTitulos {
	font-size: 12px;
	font-weight:bold;
}

.txtInformacionLegal {
	font-size: 9px;
}

/*Estructura*/
#main {	
	position:relative;
    width:981px;
	height:600px;
	margin: 0 auto;
	left:0px;
}
#adk-logo_ {
	position:absolute;
	left:378px;
	top:1px;
	width:314px;
	height:45px;
}

#adk-cab-izq_ {
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:140px;
}

#adk-cab-der_ {
	position:absolute;
	left:137px;
	top:47px;
	width:830px;
	height:77px;
}
#adk-fecha_ {
	position:absolute;
	left:138px;
	top:31px;
	width:203px;
	height:15px;
}
#adk-estadisticas_ {
	position:absolute;
	left:860px;
	top:8px;
	width:120px;
	height:28px;
}
#adk-logo-lat_ {
	position:absolute;
	left:4px;
	top:130px;
	width:35px;
	height:390px;
}

/***********MENU PRINCIPAL *****************/
#adk-menu-principal_ {
	position:absolute;
	left:204px;
	top:135px;
	width:615px;
	height:20px;
	background:#A6C802;
}
#adk-menu-principal_espacio {
	width:30px;
	height:26px;
	float:left;
}

#adk-menu-principal_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/menu_principal_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-principal_bottom {
	float:left;
	background-image: url("../imaadk/menu_principal_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-principal_tit {
	float:left;
	width: 146px;
	height:22px;
	margin:4px 0px 0 0;	
}
#adk-menu-principal_cont {
	float:left;
	margin:10px 10px 0 0;
}

#adk-menu-principal_inicio {
	position:absolute;
	width:70px;
	height:20px;
	left:220px;
	top:135px;
}
#adk-menu-principal_agenda {
	position:absolute;
	width:80px;
	height:20px;
	left:340px;
	top:135px;
}
#adk-menu-principal_noticias{
	position:absolute;
	width:80px;
	height:20px;
	left:475px;
	top:135px;
}
#adk-menu-principal_fotos {
	position:absolute;
	width:75px;
	height:20px;
	left:620px;
	top:135px;
}
#adk-menu-principal_foro {
	position:absolute;
	width:70px;
	height:20px;
	left:735px;
	top:135px;
}

/*****************************************/

/***********CONTENIDO *****************/
#adk-contenido_verde {
	position:absolute;
	left:204px;
	top:169px;
	width:615px;
	height:346px;
	background:#A6C802;
}
#adk-menu-contenido_verde_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/contenido_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-contenido_verde_bottom {
	float:left;
	background-image: url("../imaadk/contenido_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-contenido_verde_tit {
	float:left;
	margin:3px 0px 0px  10px;
}
#adk-menu-contenido_verde_cont {
	float:left;
	margin:3px 10px 10px  10px ;
}

#adk-contenido_naranja {
	position:absolute;
	left:204px;
	top:169px;
	width:615px;
	/*height:346px;*/
	background:#FF9A35;
}
#adk-menu-contenido_naranja_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/contenido_a_naranja.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-contenido_naranja_bottom {
	float:left;
	background-image: url("../imaadk/contenido_b_naranja.gif");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-contenido_naranja_tit {
	float:left;
	margin:3px 0px 0px  10px;
}
#adk-menu-contenido_naranja_cont {
	float:left;
	margin:3px 10px 0px  10px ;
}

#adk-contenido_magenta{
	position:absolute;
	left:204px;
	top:169px;
	width:615px;
	/*height:346px;*/
	background:#CD598F;
}
#adk-menu-contenido_magenta_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/contenido_a_magenta.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-contenido_magenta_bottom {
	float:left;
	background-image: url("../imaadk/contenido_b_magenta.gif");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-contenido_magenta_tit {
	float:left;
	margin:3px 0px 0px  10px;
}
#adk-menu-contenido_magenta_cont {
	float:left;
	margin:3px 10px 0px 10px ;
}

#adk-contenido_yellow{
	position:absolute;
	left:204px;
	top:169px;
	width:615px;
	/*height:346px;*/
	background:#F4E954;
}
#adk-menu-contenido_yellow_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/contenido_a_yellow.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-contenido_yellow_bottom {
	float:left;
	background-image: url("../imaadk/contenido_b_yellow.gif");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-contenido_yellow_tit {
	float:left;
	margin:3px 0px 0px  10px;
}
#adk-menu-contenido_yellow_cont {
	float:left;
	margin:3px 10px 0px  10px ;
}

#adk-contenido_azul{
	position:absolute;
	left:204px;
	top:169px;
	width:615px;
	/*height:346px;*/
	background:#51B6F1;
}
#adk-menu-contenido_azul_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/contenido_a_azul.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-contenido_azul_bottom {
	float:left;
	background-image: url("../imaadk/contenido_b_azul.gif");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-contenido_azul_tit {
	float:left;
	margin:3px 0px 0px  10px;
}
#adk-menu-contenido_azul_cont {
	float:left;
	margin:3px 10px 0px  10px ;
}

/*****************************************/

/***********MENU PALEANDO *****************/
#adk-menu-paleando_ {
	position:absolute;
	left:45px;
	top:135px;
	width:142px;
	height:115px;
	background:#FF9A35;
}
#adk-menu-paleando_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/paleando_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-paleando_bottom {
	float:left;
	background-image: url("../imaadk/paleando_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-paleando_tit {
	float:left;
	width: 146px;
	height:22px;
	margin:4px 4px 0px 4px;	
}
#adk-menu-paleando_cont {
	float:left;
	margin:0px 0 0 10px;
}
/*****************************************/

/***********MENU KAYAKI *****************/
#adk-menu-kayaki_ {
	position:absolute;
	left:45px;
	top:266px;
	width:142px;
	height:155px;
	background:#A6C802;
}
#adk-menu-kayaki_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/kayaki_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-kayaki_bottom {
	float:left;
	background-image: url("../imaadk/kayaki_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-kayaki_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 0px 4px;	
}
#adk-menu-kayaki_cont {
	float:left;
	margin:0px 0px 0 5px;
}
/*****************************************/


/***********MENU CALENDARIO *****************/
#adk-menu-calendario_ {
	position:absolute;
	left:835px;
	top:135px;
	width:142px;
	height:161px;
	background:#51B6F1;
}
#adk-menu-calendario_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/calendario_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-calendario_bottom {
	float:left;
	background-image: url("../imaadk/calendario_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-calendario_tit {
	float:left;
	width: 140px;
	height:23px;
	margin:4px 4px 0px 4px;	
}
#adk-menu-calendario_cont {
	float:left;
	margin:0px 0px 0px 4px;
}

/*****************************************/

/***********MENU AGENDA *****************/
#adk-menu-agenda_ {
	position:absolute;
	left:835px;
	top:313px;
	width:142px;
	height:92px;
	background:#F4E954;
}
#adk-menu-agenda_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/agenda_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-agenda_bottom {
	float:left;
	background-image: url("../imaadk/agenda_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-agenda_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 0px 4px;		
}

#adk-menu-agenda_cont {
	float:left;
	margin:0px 0 0 10px;
}
/*****************************************/

/***********MENU NOTICIAS *****************/
#adk-menu-noticias_ {
	position:absolute;
	left:835px;
	top:422px;
	width:142px;
	height:92px;
	background:#CD598F;
}
#adk-menu-noticias_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/noticias_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-menu-noticias_bottom {
	float:left;
	background-image: url("../imaadk/noticias_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-menu-noticias_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 0px 4px;			
}
#adk-menu-noticias_cont {
	float:left;
	margin:0px 0 0 10px;
}
/*****************************************/

#adk-contacta_ {
	position:absolute;
	left:834px;
	top:565px;
	width:142px;
	height:30px;
	text-align:center;
}

/***********PIE *****************/
#adk-pie_ {
	position:absolute;
	left:4px;
	top:530px;
	width:976px;
	height:20px;
	background:#A6C802;
}
#adk-pie_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/pie_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-pie_bottom {
	float:left;
	background-image: url("../imaadk/pie_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-pie_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 0px 0 0;	
}
#adk-pie_cont {
	float:left;
	margin:2px 0px 0px 15px;
}
#adk-pie_cont_der {
	float:right;
	margin:2px 15px 0px 0px;
}
/*****************************************/

/***********PUBLICIDAD *****************/
#adk-publicidad_1 {
	position:absolute;
	left:45px;
	top:437px;
	width:142px;
	height:78px;
	background:#D3CACC;
}
#adk-publicidad_1_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_1_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_1_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_1_cont {
	float:left;
	margin:15px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/***********PUBLICIDAD 1*****************/
#adk-publicidad_2 {
	position:absolute;
	left:45px;
	top:560px;
	width:142px;
	height:78px;
	background:#ECEAEB;
}
#adk-publicidad_2_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_2_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_2_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_2_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/***********PUBLICIDAD 2*****************/
#adk-publicidad_3 {
	position:absolute;
	left:204px;
	top:560px;
	width:140px;
	height:78px;
	background:#ECEAEB;
}
#adk-publicidad_3_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_3_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_3_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_3_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/***********PUBLICIDAD 3*****************/
#adk-publicidad_4 {
	position:absolute;
	left:362px;
	top:560px;
	width:140px;
	height:78px;
	background:#ECEAEB;
}
#adk-publicidad_4_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_4_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_4_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_4_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/***********PUBLICIDAD 4*****************/
#adk-publicidad_5 {
	position:absolute;
	left:519px;
	top:560px;
	width:140px;
	height:78px;
	background:#ECEAEB;
}
#adk-publicidad_5_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_4_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_5_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_5_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/***********PUBLICIDAD 5*****************/
#adk-publicidad_6 {
	position:absolute;
	left:677px;
	top:560px;
	width:142px;
	height:78px;
	background:#ECEAEB;
}
#adk-publicidad_6_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#adk-publicidad_6_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#adk-publicidad_6_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#adk-publicidad_6_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/


/***********PUBLICIDAD PREMIOS WEB*****************/
#adk-publicidad_premios {
	position:absolute;
	left:677px;
	top:560px;
}
#publicidad_premios_top{
	float:left;
	width: 100%;
	height:100%;
	background-image: url("../imaadk/publicidad_1_a.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
#publicidad_premios_bottom {
	float:left;
	background-image: url("../imaadk/publicidad_1_b.jpg");
	width: 100%;
	height:100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	/*padding: 5px 5px 5px 5px;*/
}
#publicidad_premios_tit {
	float:left;
	width: 146px;
	height:23px;
	margin:4px 4px 4px 4px;	
}
#publicidad_premios_cont {
	float:left;
	margin:12px 15px 15px 15px;
	text-align:center;
}
/*****************************************/

/*********** LOGO W3C XHTML *****************/
#adk-xhtml {
	position:absolute;
	left:863px;
	top:595px;
	width:88px;
	height:31px;
	
}
/*****************************************/

a#rss {
display:block;
width:70px;
height:26px;
background:url(imaadk/inicio.jpg);
} 

a#rss:hover { background:url(imaadk/iniciov.jpg); }
a#rss:active { background:url(imaadk/iniciov.jpg); }

#adk-b_ {
	position:absolute;
	left:45px;
	top:176px;
	width:146px;
	height:165px;
	background:#FF9A35;
}

#adk-premios-web {
	position:absolute;
	left:990px;
	top:515px;
}


