/* CSS Document */

/*
Theme Name: Le Shoppe
Version: 0.1
Author: Rodrigo Toledo
Author URI: http://roymckrank.in/
Tags: Custom theme, e-commerce, shop, Shoppe, Algarabía.
Description: El tema de Algarabía Shoppe
*/

/*-----------------------------------------------------------------------------------*/
/*	Imported stylesheets
/*-----------------------------------------------------------------------------------*/

@import url('http://ycasesores.com.mx/css/reset.css');
@import url('http://ycasesores.com.mx/css/shop.css');
@import url('http://ycasesores.com.mx/css/wp_elements.css');



/*-----------------------------------------------------------------------------------*/
/*	Network Nav
/*-----------------------------------------------------------------------------------*/
.network-wrapper			{background: #fff; border-bottom: 1px solid #fff}
#network-nav				{width: 600px}
#network-links				{}
#network-links li			{float: left;}
#network-links li a 		{background: url('http://ycasesores.com.mx/css/menu.jpg') no-repeat; display: block; height: 52px;
							 -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}			

#network-links li a.carreras	{width: 200px ;}			
#network-links li a.especialidades	{width: 200px; background-position:-200px 0px;}
#network-links li a.diplomados	{width: 200px; background-position:-400px -53px;}


#network-links li a.carreras:hover		{background-position: 0px -53px;}	
#network-links li a.especialidades:hover			{background-position:-200px -53px;}
#network-links li a.diplomados:hover		{background-position:-400px -53px;}


body#ae #network-links li a.especialidades		{background-position:-393px -53px;}

