@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	background-image: url(images/fondo.jpg);
	background-repeat:repeat-x;
	
}

.destacado {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.destacado_titulo {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.info {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.info_red {
	font-family: Arial;
	font-size: 11px;
	color: #ff3333;
}
.titulo_red {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ed1b2e;
}

.sub_menu {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
#LinkBotonera_s {
	TEXT-TRANSFORM: none;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-family: Arial;
	letter-spacing: 0pt;
	line-height: -0.5pt;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	clip: rect(auto,auto,auto,auto);
}
#LinkBotonera_s:hover {
	COLOR: #cccccc;
}
#LinkTit {
	TEXT-TRANSFORM: none;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	font-family: Arial;
	letter-spacing: 0pt;
	line-height: -0.5pt;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	clip: rect(auto,auto,auto,auto);
}
#LinkTit:hover {
	COLOR: #cccccc;
}
#LinkGris {
	TEXT-TRANSFORM: none;
	COLOR: #666666;
	TEXT-DECORATION: underline;
	font-family: Arial;
	letter-spacing: 0pt;
	line-height: -0.5pt;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	clip: rect(auto,auto,auto,auto);
}
#LinkGris:hover {
	COLOR: #ff3333;
}



/*menu desplegable 2 */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
  
li {
  position: relative;
  width: 154px;
  }
  
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 154px;
  }
li > ul {
	top: 0;
	left: 154px;
	}
li:hover ul, li.over ul{ display: block; }
