/*Diseņo 2009 ArteGB Soluciones Web sl*/

/* MENU CIMA SUPERIOR*/

/* Enlaces menu del portal */
a.menu:link {font-size: 115%;color:#000000;text-decoration: none; font-weight:bold} 
a.menu:visited {font-size: 115%;color:#000000;text-decoration: none; font-weight:bold} 
a.menu:active {font-size: 115%;color:#000000;text-decoration: none; font-weight:bold} 
a.menu:hover {font-size: 115%;color:#e30916;text-decoration: none; font-weight:bold} 

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	width: 80px;
	height: 145px;
	display: block;
	overflow: hidden;
	padding: 0;
}
.kwicks.horizontal li {
	margin-right: 5px; 
	float: left;
}

#kwick_1 { 
	background-color: #ffffff;
	background: #fff url('../img/menus/cima_off.gif') no-repeat bottom left;
}
#kwick_2 {
	background-color: #ffffff;
	background: #fff url('../img/menus/socias_off.gif') no-repeat bottom left;
}
#kwick_3 {
	background-color: #ffffff;
	background: #fff url('../img/menus/proyectos_off.gif') no-repeat bottom left;
}
#kwick_4 { 
	background-color: #ffffff;
	background: #fff url('../img/menus/comunicacion_off.gif') no-repeat bottom left;
}
#kwick_5 { 
	background-color: #ffffff;
	background: #fff url('../img/menus/multimedia_off.gif') no-repeat bottom left;
}
#kwick_6 { 
	background-color: #ffffff;
	background: #fff url('../img/menus/anuncios_off.gif') no-repeat bottom left;
}
#kwick_7 { 
	background-color: #ffffff;
	background: #fff url('../img/menus/enlaces_off.gif') no-repeat bottom left;
}
  
#kwick_1.active {    
	background-color: #ffffff;
	background: #fff url('../img/menus/cima_on.gif') no-repeat bottom left;
}   
   
#kwick_2.active {   
	background-color: #ffffff;
	background: #fff url('../img/menus/socias_on.gif') no-repeat bottom left;
}   
  
#kwick_3.active {   
	background-color: #ffffff;
	background: #fff url('../img/menus/proyectos_on.gif') no-repeat bottom left;
}   
 
#kwick_4.active {    
	background-color: #ffffff;
	background: #fff url('../img/menus/comunicacion_on.gif') no-repeat bottom left;
} 
#kwick_5.active {    
	background-color: #ffffff;
	background: #fff url('../img/menus/multimedia_on.gif') no-repeat bottom left;
} 
#kwick_6.active {    
	background-color: #ffffff;
	background: #fff url('../img/menus/anuncios_on.gif') no-repeat bottom left;
} 
#kwick_7.active {    
	background-color: #ffffff;
	background: #fff url('../img/menus/enlaces_on.gif') no-repeat bottom left;
} 
.kwicks.horizontal #kwick_4 {
	margin-right: 0px;
}

/* MENU CIMA INFERIOR*/

#MenuInferior {
	padding: 0 0 0 250px;
	width: 720px;
    height: 30px;
	font-size: 95%;
}
#MenuInferior ul {
	list-style: none;
    margin:0;	
	padding:0;
	display: block;
    height: 30px;
	width: 720px;
	}
#MenuInferior ul li {
	float: left;
	text-indent: 12px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 30px;
}
.rollover_menuinferior {
  display: block;
  height: 30px;
  text-indent: 1px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.rollover_menuinferior:link, a.rollover_menuinferior:visited {
  color:#000000;
  text-decoration:none;
  font-weight:normal;
}
a.rollover_menuinferior:hover, a.rollover_menuinferior:active, a.rollover_menuinferior:focus {
  color:#e30916;
  text-decoration:none;
}

  /* MENU CIMA IZQUIERDA */

#MenuIzq2 {
	position: relative;
	height:15px;
	overflow: hidden;
}
#MenuIzq2 ul {
	list-style: none;
    margin:0 auto;	
	padding:0;
	display: block;
	width:170px;
	height:15px;
	
	}
#MenuIzq2 ul li {
	float: left;
	text-indent: 0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height:15px;
}
#MenuIzq {
	position: relative;
	margin: 0 auto;
	width:240px;
	height:30px;
	overflow: hidden;
}
#MenuIzq ul {
	list-style: none;
    margin:0 auto;	
	padding:0;
	display: block;
	width:170px;
	height:30px;
	
	}
#MenuIzq ul li {
	float: left;
	text-indent: 0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height:30px;
}
.rollover_facebook {
  display: block;
  width: 66px;
  height:25px;
  background: url(../img/menus/facebook_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_facebook:link, a.rollover_facebook:visited {
  background: url(../img/menus/facebook_off.gif) no-repeat;
}
a.rollover_facebook:hover, a.rollover_facebook:active, a.rollover_facebook:focus {
  background: url(../img/menus/facebook_on.gif) no-repeat;
}
.rollover_facebook2 {
  display: block;
  width: 25px;
  height:25px;
  background: url(../img/menus/facebook2_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_facebook2:link, a.rollover_facebook2:visited {
  background: url(../img/menus/facebook2_off.gif) no-repeat;
}
a.rollover_facebook2:hover, a.rollover_facebook2:active, a.rollover_facebook2:focus {
  background: url(../img/menus/facebook2_on.gif) no-repeat;
}
.rollover_home {
  display: block;
  width: 35px;
  height:36px;
  background: url(../img/menus/home_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_home:link, a.rollover_home:visited {
  background: url(../img/menus/home_off.gif) no-repeat;
}
a.rollover_home:hover, a.rollover_home:active, a.rollover_home:focus {
  background: url(../img/menus/home_on.gif) no-repeat;
}
.rollover_blog {
  display: block;
  width: 45px;
  height:30px;
  background: url(../img/menus/blog_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_blog:link, a.rollover_blog:visited {
  background: url(../img/menus/blog_off.gif) no-repeat;
}
a.rollover_blog:hover, a.rollover_blog:active, a.rollover_blog:focus {
  background: url(../img/menus/blog_on.gif) no-repeat;
}
.rollover_contacto {
  display: block;
  width: 50px;
  height:30px;
  background: url(../img/menus/correo_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_contacto:link, a.rollover_contacto:visited {
  background: url(../img/menus/correo_off.gif) no-repeat;
}
a.rollover_contacto:hover, a.rollover_contacto:active, a.rollover_contacto:focus {
  background: url(../img/menus/correo_on.gif) no-repeat;
}
.rollover_privado {
  display: block;
  width: 35px;
  height:30px;
  background: url(../img/menus/privado_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_privado:link, a.rollover_privado:visited {
  background: url(../img/menus/privado_off.gif) no-repeat;
}
a.rollover_privado:hover, a.rollover_privado:active, a.rollover_privado:focus {
  background: url(../img/menus/privado_on.gif) no-repeat;
}
.rollover_rss {
  display: block;
  width: 25px;
  height:25px;
  background: url(../img/menus/rss_off.gif) no-repeat;
  background-position:bottom;
  text-indent: -9999px;
}
a.rollover_rss:link, a.rollover_rss:visited {
  background: url(../img/menus/rss_off.gif) no-repeat;
}
a.rollover_rss:hover, a.rollover_rss:active, a.rollover_rss:focus {
  background: url(../img/menus/rss_on.gif) no-repeat;
}
  /* MENU CIMA ARRIBA */

#Menuarriba {
	position: relative;
	margin: 0 auto;
	width:330px;
	height:30px;
	overflow: hidden;
}
#Menuarriba ul {
	list-style: none;
    margin:0 auto;	
	padding:0;
	display: block;
	width:200px;
	height:30px;
	
	}
#Menuarriba ul li {
	float: left;
	text-indent: 0px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height:30px;
}
.rollover_web {
  display: block;
  width: 45px;
  height:24px;
  background: url(../img/menus/web_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_web:link, a.rollover_web:visited {
  background: url(../img/menus/web_off.gif) no-repeat;
}
a.rollover_web:hover, a.rollover_web:active, a.rollover_blog:focus {
  background: url(../img/menus/web_on.gif) no-repeat;
}
.rollover_imprimir {
  display: block;
  width: 45px;
  height:24px;
  background: url(../img/print.jpg) no-repeat;
  text-indent: -9999px;
}
a.rollover_imprimir:link, a.rollover_imprimir:visited {
  background: url(../img/print.jpg) no-repeat;
}
a.rollover_imprimir:hover, a.rollover_imprimir:active, a.rollover_imprimir:focus {
  background: url(../img/print.jpg) no-repeat;
}
.rollover_contacto {
  display: block;
  width: 45px;
  height:24px;
  background: url(../img/menus/correo_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_contacto:link, a.rollover_contacto:visited {
  background: url(../img/menus/correo_off.gif) no-repeat;
}
a.rollover_contacto:hover, a.rollover_contacto:active, a.rollover_contacto:focus {
  background: url(../img/menus/correo_on.gif) no-repeat;
}
.rollover_socia {
  display: block;
  width: 45px;
  height:24px;
  background: url(../img/menus/versocia_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_socia:link, a.rollover_socia:visited {
  background: url(../img/menus/versocia_off.gif) no-repeat;
}
a.rollover_socia:hover, a.rollover_socia:active, a.rollover_socia:focus {
  background: url(../img/menus/versocia_on.gif) no-repeat;
}
.rollover_recomendar {
  display: block;
  width: 45px;
  height:24px;
  background: url(../img/menus/recomendar_off.gif) no-repeat;
  text-indent: -9999px;
}
a.rollover_recomendar:link, a.rollover_recomendar:visited {
  background: url(../img/menus/recomendar_off.gif) no-repeat;
}
a.rollover_recomendar:hover, a.rollover_recomendar:active, a.rollover_recomendar:focus {
  background: url(../img/menus/recomendar_on.gif) no-repeat;
}

