/* CSS Document */

body {
	/*background: url(../images/headers/grey/body-bg.jpg) 0 0 repeat-x #fff;*/
	background: url(../images/headers/grey/body-bg.jpg) 0 0 repeat #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	margin: 0;
}

input, select, textarea { color: #999; }

a { color: #999; text-decoration: none; font-weight: normal; }

a:hover { color: #db0e0e; }

/* removemos estilos para destacar palabras clave solo en el codigo */
strong {
    font-weight: normal;
    font-style: normal;
}

/* @group Structure */
#overall-frame {
  background: url(../images/headers/grey/hd-sombras.jpg) 0 0 no-repeat;
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}

#wrapper {
  background-color: #fff; 
  position: relative;
  width: 1000px; 
  margin: 0 auto;
  border: 1px solid #ccc; 
}

#header {
  background: url(../images/headers/grey/header_bg.jpg) 0 0 repeat-x;
	height: 149px;
	margin: 0;
	padding: 0 25px;
}

#logo {
	width: 150px;
	height:70px;
	float: left;
	margin-top: 10px;
	position: relative;
}

/* Pill Menu ( Menu horizontal - primer nivel ) */
#pillmenu {
  background: url(../images/headers/grey/submenu-bg.gif) left top repeat-x;
	float: right;
	margin: 12px 0;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
  background: url(../images/headers/grey/submenu-separador.gif) right center no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}

#pillmenu a {
	float:left;
  display:block;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  font-size: 10px;
  text-transform: uppercase;
}

#pillmenu a#active_menu { color: #db0e0e; }

/* Search Form */
.search {
  width: 180px;
  height: 25px;
  padding: 0 10px 0 0;
}

.search .inputbox { 
  width: 120px;
  height: 11px;
  font-size: 12px;
  border-color: #dfdfdf;
  margin: 3px;
  padding: 2px;
}

.search .button { 
  background: url(../images/headers/grey/search-btn.gif) top center no-repeat;
  border: 0;
  width: 35px;
  height: 13px;
  cursor: pointer;
  margin: 0;
  * margin: -19px 0 0 0;
  padding: 0;
}

/* Contenedor para menú principal y menú de productos */
#top-block { margin-top: -16px; float: left; }

/* Menu principal (UENs) */
#header-menu { float: right; margin: 1px 0; }

#header-menu a, #header-menu img { 
  float: left;
  margin: 0; 
  border: 0; 
  height: 28px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#header-menu a#corporativo {
  background: url(../images/headers/grey/btn_CorporativoOn.gif) top center no-repeat;
  /*width: 125px;
  padding-right: 15px;
  color: #fff;*/
  width: 140px;
  padding-right: 0px;
  color: #999;}
  
#header-menu a#corporativo:hover {
	background: url(../images/headers/grey/btn_CorporativoOn.gif) top center no-repeat;
  color: #fff;
  width: 125px;
  padding-right: 15px; }
  
#header-menu a#empresas {
  background: url(../images/headers/grey/btn_EmpresasOn.gif) top center no-repeat;
  padding-right: 5px;
  width: 95px;
  color: #fff; }

#header-menu a#empresas {
  background: url(../images/headers/grey/btn_EmpresasOff.gif) top center no-repeat;
  width: 100px;
  padding-right: 0px;
  color: #999; }
#header-menu a#empresas:hover {
  background: url(../images/headers/grey/btn_EmpresasOn.gif) top center no-repeat;
  color: #fff;
  width: 85px;
  padding-right: 15px; }
  
#header-menu a#hogares {
  background: url(../images/headers/grey/btn_HogaresOff.gif) top center no-repeat;
  width: 100px;
  padding-right: 0px;
  color: #999; }
#header-menu a#hogares:hover {
  background: url(../images/headers/grey/btn_HogaresOn.gif) top center no-repeat;
  color: #fff;
  width: 85px;
  padding-right: 15px; }
  
#header-menu a#personas {
  background: url(../images/headers/grey/btn_PersonasOff.gif) top center no-repeat;
  width: 100px;
  padding-right: 0px;
  color: #999; }
#header-menu a#personas:hover {
  background: url(../images/headers/grey/btn_PersonasOn.gif) top center no-repeat;
  color: #fff;
  width: 85px;
  padding-right: 15px; }


/* Menú Productos */
/* @group Horizontal Menu */
#horiz-menu { height: 36px; float: right; }

#horiz-menu ul { list-style: none; margin: 0; padding: 0; }

/* #horiz-menu ul ul { border: 1px solid #000;} */

#horiz-menu li { display: block; float: left; margin: 0; padding: 0; }

#horiz-menu a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 10px 0 10px;
	/* font-weight: bold; */
}

#horiz-menu a:hover { text-decoration: none; }


/* Contenido General */
#container {
  width: 950px;
  margin: 0 auto;
}

/* Banner principal */
.moduletable-ban-hogares {
  background: url(../images/hogares-banner-bg.jpg) top left no-repeat;
  width: 660px;
  height: 229px;
  padding: 10px 0 0 9px;
  margin: -3px 0 9px -4px;
}

/* Bannersitos de imagenes al azar */
.moduletable-destacados {
  margin: 0 0 10px 0;
  float: right;
}

/* Main body */
#component {
  background: url(../images/component-bg.gif) top left repeat-x;
  width: 640px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  border: 1px solid #EAEAEA;
  /*border-left: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;*/
}

.TituloContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #db0e0e;
  margin: 0 0 10px 0;
}

.SubTituloContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0 0 10px 0;
}

.TextoContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
	font-size: 12px;
	color: #666;
}

.TextoContenidoResaltado {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
	font-size: 12px;
	color: #666;
}

.ContenedorImagenContenido {
  background: url(../images/component-img.gif) bottom center no-repeat;
  padding-bottom: 8px;
  * padding-bottom: 3px;
}

.ImagenContenido {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.BulletListaContenido {
  margin-left: -10px;
  color: #db0e0e;
}

.TextoListaContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px; 
  font-weight: normal;
  color: #666;
}

.TextoMarcaContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #db0e0e;
}

.TextoProductoContenido {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.BordeDerechoPunteado {
  border-right: 1px dashed #ccc;
}

/* Modulos con listados ( mini-destacados ) */
.moduletable-mod-prod {
  width: 256px;
  border: 1px solid #ccc;
  clear: both;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  text-align: left;
  background: url(../images/mod-prod-bottom-bg.gif) bottom center repeat-x;
}

.moduletable-mod-prod h3 {
  background: url(../images/mod-prod-title-bg.gif) top center repeat-y;
  border-bottom: 3px solid #db0e0e;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 0 5px 0;
}

.moduletable-mod-prod img {
  margin-left: 0;
}

.moduletable-mod-prod .contentpaneopen {
  margin: 0 5px;
}

.moduletable-mod-prod .readon {
  background: url(../images/mod-prod-sep.gif) bottom center no-repeat;
  text-align: right;
  padding: 3px 35px 0 0;
  height: 37px;
  float: right;
  width: 205px;
}

/* Caja acordeones con productos */
#dest-box { width: 950px; margin: 0 auto 10px auto; }

.dest-top {
	background: url(../images/home/dest-top.gif) bottom left repeat-x #fff;
  height: 7px;
}

.dest-top-left {
	background: url(../images/home/dest-top-left.gif) bottom right no-repeat;
	width: 7px; height: 7px;
}

.dest-top-right {
	background: url(../images/home/dest-top-right.gif) bottom left no-repeat;
	width: 10px; height: 7px;
}

.dest-left {
	background: url(../images/home/dest-left.gif) top right repeat-y #fff;
  width: 7px;
}

.dest-right {
	background: url(../images/home/dest-right.gif) top left repeat-y #fff;
  width: 10px;
}

.dest-bottom {
	background: url(../images/home/dest-bottom.gif) top left repeat-x #fff;
  height: 7px;
}

.dest-bottom-left {
	background: url(../images/home/dest-bottom-left.gif) top right no-repeat;
	width: 7px; height: 7px;
}

.dest-bottom-right {
	background: url(../images/home/dest-bottom-right.gif) top left no-repeat;
	width: 10px; height: 7px;
}

.dest-content { padding: 5px; border-right: 1px dashed #ccc; width: 215px; }

.dest-content h3 {
  background: url(../images/home/home-title-img.gif) left center no-repeat;
  border-bottom: 3px solid #db0e0e;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin: 1px 0;
  width: 205px;
}

.dest-content ul { list-style: none; margin: 5px 5px; width: 175px; padding: 0; float: left; }

.dest-content li {
  background: url(../images/home/home-list-img.gif) left center no-repeat;
  border-bottom: 1px dashed #ccc;
  font-size: 10px;
  float: left;
  height: 15px;
  width: 100%;
  line-height: 15px;
  color: #666;
  padding: 0 10px;
  margin: 5px 0;
}

#accordian h3 {
  background: url(../images/home/home-list-img.gif) left center no-repeat;
  border: 0;
  border-top: 1px dashed #ccc;
  padding: 0 0 0 10px;
  text-transform: none;
  font-size: 11px;
  color: #666;
  margin: 3px 0;
  cursor: pointer;
}

#accordian h3 a {
  font-size: 11px;
  font-weight: bold;
  color: #666;
}

#accordian .readon {
  float: left;
  width: 100%;
  text-align: right;
}


/* Sub menu de productos (TABS) */
.moduletable-tabsmenu {
  margin: -2px 0 0 0;
  height: 25px;
  padding: 0;
  float: left;
}

.moduletable-tabsmenu ul {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0;
  height: 25px;
}

.moduletable-tabsmenu ul li {
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  color: #666;
  padding: 0 0px 0 0;
  margin: 0 5px 0 0;
  float: left;
}

.moduletable-tabsmenu ul li a {
  padding: 0 0 0 0;
  display: block;
  height: 25px;
  cursor: pointer;
}

.moduletable-tabsmenu ul li a span.tableft {
  background: url(../images/tabmenu-left.gif) top left no-repeat;
  padding: 0;
  width: 9px;
  height: 25px;
  float: left;
}

.moduletable-tabsmenu ul li a span.tabtext {
  background: url(../images/tabmenu-bg.gif) top center repeat-x;
  padding: 3px 10px 7px 10px;
  display: block;
  height: 15px;
  float: left;  
}

.moduletable-tabsmenu ul li a span.tabright {
  background: url(../images/tabmenu-right.gif) top left no-repeat;
  padding: 0;
  width: 9px;
  height: 25px;
  float: left;
}


.moduletable-tabsmenu ul li a#active_menu {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.moduletable-tabsmenu ul li a#active_menu span.tabtext {
  background: url(../images/tabmenu-on-bg.gif) top center repeat-x;  
}

.moduletable-tabsmenu ul li a#active_menu span.tableft {
  background: url(../images/tabmenu-on-left.gif) top left no-repeat;
}

.moduletable-tabsmenu ul li a#active_menu span.tabright {
  background: url(../images/tabmenu-on-right.gif) top right no-repeat;
}

/* Barra degradado | rojo - naranja */
#footer-bar {
  background: url(../images/footer-bar.gif) top center repeat-y;
  margin: 10px auto;
  width: 950px;
  height: 6px;
  overflow: hidden;
}

/* Footer */
#footer {
	background: url(../images/footer-bg.gif) top left repeat-x #fcfcfc;
	width: 950px;
	color:#666;
	height:24px;
	line-height: 24px;
	margin: 10px auto;
	font-size: 10px;
	text-align:center;
}

#footer ul { 
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  background: url(../images/footer-sep.gif) top right no-repeat;
  float: left;
}

#footer a { 
  padding: 0 10px 0 5px;
  color:#666;
	font-weight: bold;
}

#footer a:hover { color:#000; }

#footer span { padding: 0 10px 0 5px; }

/* Otros Articulos (módulo "popular") */
.moduletable-popular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.moduletable-popular ul li {
  padding: 5px 10px;
  background-color: #fbfbfb;
  float:left;
}

.mostread-popular a{
	padding-left:9px;
	background: url(../images/DestFlecha1_HomeU.gif) left no-repeat;
	color:#666;
}

.mostread-popular a:hover{
	padding-left:9px;
	background: url(../images/DestFlecha2_HomeU.gif) left no-repeat;
	color:#db0e0e;
}

.moduletable-popular ul li.mostread-popular-dark {
  background-color: #f0f0f0;
}

.moduletable-popular h3{
   *margin-top:10px;
   color:#DB0E0E;
}

.fecha-popular {
	color:#999;
}

#container-top {
	width: 662px;
	height: 9px;
	margin: 0px auto;
	background-image:url(../images/component-Top.gif);
	background-repeat: no-repeat;	
	background-position:left;
}

#container-bottom {
	width: 662px;
	height: 12px;
	margin: 0px auto;
	background-image:url(../images/component-Bottom.gif);
	background-repeat: no-repeat;
	background-position:left;
}

#container-body{
	width:662px;
}

a.botonVerMas{
	font-family:"Trebuchet MS";
	font-size: 11px;
	color:#D90500;
	background-image:url(../images/DestFlecha2_HomeU.gif);
	background-repeat: no-repeat;
	background-position:left center;
	text-decoration:none;
	padding: 0px 5px 0px 10px;
}
a.botonVerMas:hover {
	background-image:url(../images/DestFlecha1_HomeU.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0px 5px 0px 10px;
	color:#000000;
}

.moduletable h3{
	color:#db0e0e;
}

/* @group Joomla Elements */
.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
}

.componentheading {
	font-size: 150%;
	color: #ff1b15;
}

.contentheading {
	font-size: 170%;
}

.componentheading {
	padding: 10px 5px;
	margin-bottom: 15px;
	font-variant: small-caps;
}

td.componentheading {
	padding-bottom: 15px;
}

/* Otros */
.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.readon {
  float: right;
}

.clr {
	clear:both;
}

/* @end */
http://www.une.com.co/nuestracompania/templates/une_hogares/css/rokmoomenu.css

/*  header styles  */
#prodmenu {
	background: url(../images/headers/grey/header-bg.gif) 0 0 repeat-x;	
	padding: 0 20px;
}

#horiz-menu {
	/* */
}

#horiz-menu li.active a,
#horiz-menu li li a {
	color: #db0e0e;
}

#horiz-menu li {
	background: url(../images/headers/grey/header-sep.png) 100% 0 no-repeat;	
}

div#horiz-menu li:hover a,
div#horiz-menu li.sfHover a,
div#horiz-menu li.active:hover a,
div#horiz-menu li.active.sfHover a {
	background: url(../images/headers/grey/header-over.png) 0 0 repeat-x;
	color: #db0e0e;
}

/* moomenu stuff */
div#horiz-menu .nav li li {
	background: #fafafa;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

div#horiz-menu .nav li li a {
	color: #666;
}

div#horiz-menu li li a:link,
div#horiz-menu li li a:visited,
div#horiz-menu li li a:hover,
div#horiz-menu li.active li a:link,
div#horiz-menu li.active li a:visited,
div#horiz-menu li.active li a:hover {
	/* background: url(../images/headers/grey/submenu.png) 100% 50% repeat-y; */
	color: #666;
}

.nav li li:hover,
.nav li li.sfHover,
#horiz-menu li:hover li:hover,
#horiz-menu li.sfHover li.sfHover,
#horiz-menu li.active li.active {
	background-color: #efefef;
}



/*  original styles  */
.nav, .nav * {
	margin:0;
	padding:0;
}

div#horiz-menu {  /* this is a z-index ie6 and ie7 bug fix */
	* position: relative;
	z-index: 50;
}

div#horiz-menu .wrapper {
	position: relative;
}

.nav {
	line-height:1.0;
	float:left;
	margin-bottom:1.5em;
	position: relative;
}

.nav ul {
	background:#fff; /*IE6 needs this*/
	padding: 0;
}

.nav li {
	float:left;
	list-style:none;
	position:relative;
}

.nav li li a {
	display:block;
	padding: 0;
	text-decoration:none;
	background-image: none;
	float:none;
	width:138px
}

div#horiz-menu li li a {
	height: 30px;
	line-height: 30px;
}

div#horizmenu li:hover {background-position: 0 0;}

div#horiz-menu li:hover li,
div#horiz-menu li.sfHover li,
div#horiz-menu li.active:hover li,
div#horiz-menu li.active.sfHover li {
	background-image: none;
}

div#horiz-menu li:hover li a,
div#horiz-menu li.sfHover li a,
div#horiz-menu li.active:hover li a,
div#horiz-menu li.active.sfHover li a {
	background-image: none;
}

.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
	width: 180px;
	z-index: 1000;
}

.nav li:hover ul,
.nav li.sfHover ul {
	left:-2px;
	top: 35px;
}

.nav li:hover li ul,
.nav li.sfHover li ul,
.nav li li:hover li ul,
.nav li li.sfHover li ul,
.nav li li li:hover li ul,
.nav li li li.sfHover li ul {
	top:-999em;
}

.nav li li:hover ul,
.nav li li.sfHover ul,
.nav li li li:hover ul,
.nav li li li.sfHover ul,
.nav li li li li:hover ul,
.nav li li li li.sfHover ul {
	left: 175px;
	top:0px;
	width: 178px;
}

.nav li li {
	position: relative;
	float:none;
	width: 178px;
}
