@charset "utf-8";
/* CSS Document */
/* latin */


@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 150;
  src: local('Raleway'), url(http://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


body {
	background:#FFF; /* fondo del menu #966 */
}

.menu

{
	list-style:none;
	line-height: 27px;	/*tamaño de los iconos del menu*/
	/*margin: 0 auto;*/	/*separacion del menu de la parte superior*/
	/*outline: 1px #F09;*/ /*dibujado de la linea de la caja del icono */
	padding-left: 0;  /* elimina el espaciado a la izquierda*/
	/*width: 15em;*/
}

.menu a /* enlaces del menu */

{ 
	background: url(../home/home/home_r4_c2.gif) no-repeat left top;
	color:#FFF; /* color de la fuente */
	display:block;
	padding-left: 0.25em;
	text-decoration: none;  /*elimina la decoracion del texto*/
	text-transform: uppercase; /* para poner la letras en mayusculas */
	width: 100%;
	--webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;	
} 

.menu a:hover
{
	margin-left: 0.25em;
}

.menu a:hover
{
	background:#B18B8B;
	
}

.menu li

{
	box-shadow: 3px 0 rgba(255,255,255,.2) inset;
	margin-bottom: 5px;
	/*padding-left: .3em;*/
	/*outline: 1px solid red;*/	
	--webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.menu li.hover

{
	box-shadow: 15em 0 rgba(255,255,255,.2) inset;
}
/*
.menu li:nth-child(2) a
{
	background-position: 0 -42px; 
}

.menu li:nth-child(3) a
{
	background-position: 0 -84px; 
}

.menu li:nth-child(4) a
{
	background-position: 0 -126px; 
}

.menu li:nth-child(5) a
{
	background-position: 0 -168px; 
}

.menu li:nth-child a
{
	background-position: 0 -210px; 
}

*/