/*-----------------------MERCADO DE PÁGINAS-2017-RESPONSIVE DESIGN 100%--------------------------------------
-------------------------------------------LIMA-PERÚ-------------------------------------------------------
------------------------------------------VERSIÓN-1.0-----------------------------------------------------*/


/*------------------------------------PROPIEDADES PARA EL MENÚ DE NAVEGACIÓN--------------------------------------*/

/* AQUI PODRA EDITAR LAS PROPIEDADES DE CADA ELEMENTO DEL MENU DE NAVEGACION, PARA PERSONALIZARLO A SUS NECESIDADES.
LAS AREAS DONDE ENCUENTRE ESTE MENSAJE: "ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS",
SON VALORES QUE MANTIENEN LA ESTRUCTURA DE LAS PAGINAS, SI SON CAMBIADOS ERRONEAMENTE, PODRIA CAUSAR ERRORES EN LA
ESTRUCTURA DE TODAS LAS PAGINAS DEL SITIO WEB.*/


/*********************************************INICIO***************************************************/
/*-----------------------ESTE ES EL CONTENEDOR DE TODO EL MENU----------------------------------------*/
#contenedor{
	/*COLOR DE FONDO DEL CONTENEDOR (SI LO DEJA VACIO, EL FONDO SERA TRANSPARENTE)*/
/*background:#8a6d3b;*/
/*background:#284c48;*/
/*border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 3px rgba(255,93,177,1);*/
	/*ALINEAR EL MENU AL CENTRO DE LA PANTALLA*/
	text-align:center;

	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/
	
	margin:0 auto;
/*	margin-right:30px;*/
	/*max-width:1000px;*/
	padding-top:10px;
}
nav ul{
	padding-top:10px;
    padding-inline-start: 0px;
}
/**************************************************************************************************/
	

/*--------------------EDITAR LAS PROPIEDADES DE LOS ELEMENTOS DEL MENU--------------------------------*/
#acp{
    	/*COLOR DEL TEXTO DE LOS ELEMENTOS DEL MENU*/
	color:#FFF;

}

#acpactivo{
    	/*COLOR DEL TEXTO DE LOS ELEMENTOS DEL MENU*/
	color:#EB7919;

}


#acp:hover{
    	/*COLOR DEL TEXTO DE LOS ELEMENTOS DEL MENU*/
	color:#FFF;


}

nav ul a{
	/*COLOR DEL TEXTO DE LOS ELEMENTOS DEL MENU*/
	color:#FFF;
}

#limcp{
 /* border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;*/
border: 3px rgba(255,93,177,1);
	/*COLOR DE FONDO DE CADA CUADRO DEL MENU*/
/*	background: rgba(255,93,177,1);
background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(239,1,124,1)));
background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -o-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: linear-gradient(to bottom, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0 );*/
	
    background:#808080;
}

#limcpact{
	
	/*COLOR DE FONDO AL PASAR EL PUNTERO DEL MOUSE*/
/*background: rgba(214,0,111,1);
background: -moz-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,0,111,1)), color-stop(100%, rgba(214,0,111,1)));
background: -webkit-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -o-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -ms-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: linear-gradient(to bottom, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6006f', endColorstr='#d6006f', GradientType=0 );*/
	
	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/
	/*imagen de fondo*/
	/*background-image:url(../v1001/001002/flh.png);
	background-size:cover;
	background-repeat: no-repeat;*/
	
/*	 background:#000;*/
		text-decoration:none;
}

#limcp:hover{
	
	/*COLOR DE FONDO AL PASAR EL PUNTERO DEL MOUSE*/
/*background: rgba(214,0,111,1);
background: -moz-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,0,111,1)), color-stop(100%, rgba(214,0,111,1)));
background: -webkit-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -o-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -ms-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: linear-gradient(to bottom, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6006f', endColorstr='#d6006f', GradientType=0 );*/
	
	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/
	/*imagen de fondo*/
	/*background-image:url(../v1001/001002/flh.png);
	background-size:cover;
	background-repeat: no-repeat;*/
/*		 background:#000;*/
		text-decoration:none;
}

nav ul li{
  /*  border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;*/
border: 0px rgba(255,93,177,1);
	/*COLOR DE FONDO DE CADA CUADRO DEL MENU*/
/*	background: rgba(255,93,177,1);
background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(239,1,124,1)));
background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -o-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
background: linear-gradient(to bottom, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0 );
	*/
	
	/*TAMAÑO DE LETRA Y OTROS FORMATOS DEL TEXTO*/
	font-size:14px;
	/*font-weight:bold;*/
	font-family:arial;
/*	font-style:italic;*/
	
	/*ALTURA DE LOS CUADROS DEL MENU*/
	height:40px;
	
	/*ANCHO DE LOS CUADROS DEL MENU, SE COLOCA EN PORCENTAJE PARA QUE SE DITRIBUYA DE MANERA UNIFORME
	SEGUN EL ANCHO DE LA PANTALLA DONDE SE VEA LA PAGINA*/
	/*width:12%;*/
	
	/*ALINEACION DEL TEXTO DENTRO DE LOS CUADROS DEL MENU*/
	vertical-align: top;
	text-align:center;
	
	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/	
	box-sizing:border-box;
	display:inline-block;
	padding:0px;
/*	opacity: 0.8;*/
	/*imagen de fondo*/
	/*background-image:url(../v1001/001002/fl.png);
	background-size:cover;
	background-repeat: no-repeat;*/
}
/*propiedad de las imagenes del menu de navegacion*/
nav ul li img{
	/*width:80%;*/
}

/******************************************************************************************************/


/*-----------EDITAR LAS PROPIEDADES DE LOS ELEMENTOS DEL MENU AL PASAR EL PUNTERO DEL MOUSE-----------*/
nav ul li:hover{
	
	/*COLOR DE FONDO AL PASAR EL PUNTERO DEL MOUSE*/
/*background: rgba(214,0,111,1);
background: -moz-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,0,111,1)), color-stop(100%, rgba(214,0,111,1)));
background: -webkit-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -o-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -ms-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: linear-gradient(to bottom, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6006f', endColorstr='#d6006f', GradientType=0 );*/
	
	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/
	/*imagen de fondo*/
	/*background-image:url(../v1001/001002/flh.png);
	background-size:cover;
	background-repeat: no-repeat;*/
	
	/*text-decoration:underline;*/
	/*		 background:#000;*/
		text-decoration:none;
}

a:hover {
	color:#FFB900;

	}
/*****************************************************************************************************/


/*-----------------------------CLASES DE LOS ENLACES DEL MENU DE NAVEGACION-----------------------------*/
/*-----------EDITAR LAS PROPIEDADES DEL ELEMENTO DEL MENU CUYA PAGINA SE ENCUENTRA ACTIVO---------------*/

	/*COLOR DEL TEXTO  DEL ELEMENTO DEL MENU, CUYA PAGINA ESTA ACTIVA*/
a.pagina-activa {
	color:#FFB900;
	font-style:bold;
	}
	
	/*COLOR DE FONDO DE CADA CUADRO DEL MENU EN SU PAGINA ACTIVA*/
li.activado{
/*	background: rgba(214,0,111,1);
background: -moz-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,0,111,1)), color-stop(100%, rgba(214,0,111,1)));
background: -webkit-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -o-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: -ms-linear-gradient(top, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
background: linear-gradient(to bottom, rgba(214,0,111,1) 0%, rgba(214,0,111,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6006f', endColorstr='#d6006f', GradientType=0 );*/
	
	/*ESTOS VALORES SOLO DEBE CAMBIARLOS SI TIENE LOS CONOCIMIENTOS NECESARIOS*/
	/*background-image:url(../v1001/001002/flh.png);
	background-size:cover;
	background-repeat: no-repeat;*/
	text-decoration:none;
		font-style:bold;
}
/************************************************FIN***************************************************/