/*
	 Organic Tabs
	 by Chris Coyier
	 http://css-tricks.com
*/


#pestanas { width: 950px; text-align:left; margin:0 0 0 0px; }
#pestana1 {background-color: transparent; padding: 0 0 0 0; margin: 60px 0 0 60px; text-align:left; width: 850px;}



/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }





/* Specific to example one */

#example-one { background-color: transparent; padding: 0px; margin: 0 0 10px 0; }

#example-one .nav { overflow: hidden; width:950px; text-align:left;}
#example-one .nav li { float: left; margin: 0 0 0 10px; }
#example-one .nav li.last { margin-right: 0; }
#example-one .nav li a { display: block; background-color: #transparent; font-family: 'Century Gothic', Century, sans-serif;
	font-size:15px; line-height: 18px; color: #3E3E3E; text-align:left; border: 0; width:143px; height: 142px;letter-spacing:-0.3px; font-weight: normal;}
#example-one .nav li a:hover { }



#example-one ul { list-style: none; }
#example-one ul li a { display: block; }
#example-one ul li a:hover {}
#example-one ul li:last-child a { border: none; }


#example-one ul li.nav-one a.current, #example-one ul li.nav-one a:hover { background-image: url(../../elements/ON/boton1.png); background-repeat:no-repeat;}
#example-one ul li.nav-two a.current, #example-one ul li.nav-two a:hover { background-image: url(../../elements/ON/boton2.png); background-repeat:no-repeat;}
#example-one ul li.nav-three a.current, #example-one ul li.nav-three a:hover { background-image: url(../../elements/ON/boton3.png);  background-repeat:no-repeat;}
#example-one ul li.nav-four a.current, #example-one ul li.nav-four a:hover { background-image: url(../../elements/ON/boton4.png);  background-repeat:no-repeat;}
#example-one ul li.nav-five a.current, #example-one ul li.nav-five a:hover { background-image: url(../../elements/ON/boton5.png);  background-repeat:no-repeat;}
#example-one ul li.nav-six a.current, #example-one ul li.nav-six a:hover { background-image: url(../../elements/ON/boton6.png); background-repeat:no-repeat; }

#example-one ul li.nav-one a, #example-one ul.quees li a { background-image:url(../../elements/OFF/boton1.png); background-repeat:no-repeat;}
#example-one ul li.nav-two a, #example-one ul.proposito li a { background-image:url(../../elements/OFF/boton2.png); background-repeat:no-repeat;}
#example-one ul li.nav-three a, #example-one ul.aquien li a { background-image:url(../../elements/OFF/boton3.png); background-repeat:no-repeat;}
#example-one ul li.nav-four a, #example-one ul.quehacemos li a { background-image:url(../../elements/OFF/boton4.png); background-repeat:no-repeat;}
#example-one ul li.nav-five a, #example-one ul.cuandoydonde li a { background-image:url(../../elements/OFF/boton5.png); background-repeat:no-repeat;}
#example-one ul li.nav-six a, #example-one ul.preinscripcion li a { background-image:url(../../elements/OFF/boton6.png); background-repeat:no-repeat;}

