#tabs-nav { width: 100%; overflow: hidden; padding: 0; margin: 0; list-style: none; background: #09C; border: 1px #09C solid; border-bottom: 0; }
#tabs-nav li { float: left; padding: 3px 5px 3px 20px; margin: 0; color: #FFF; white-space: nowrap; cursor: pointer; _cursor: hand; }
#tabs-nav li:hover { background-color: #CCE8EE; color: #333; }
#tabs-nav li.active, #tabs-nav li.active :hover { background-color: #FFF; color: #333; }
		
#tabs-content { border: 1px #09C solid; border-top: 0; background-color: #FFF; width: 100%; }
#tabs-content h2 { margin: 0; }
#tabs-content p, #tabs-content ul { font-size: 12px; line-height: 18px; }
#tabs-content p { margin: 10px 0 0 0; }
#tabs-content ul { margin-top: 10px; margin-left: -5px; }
#tabs-content ol { margin-top: 10px; margin-left: -5px; }
#tabs-content div { display: none; padding: 20px; }

#tab-1, #tab-1 :hover { background: url("imagenes/icon-1.gif") 10px 4px no-repeat; }
#tab-2, #tab-2 :hover { background: url("imagenes/icon-2.gif") 10px 4px no-repeat; }
#tab-3, #tab-3 :hover { background: url("imagenes/icon-3.gif") 10px 4px no-repeat; }

