.enlacesin
{
	text-decoration:none;
	color:black;
	cursor:pointer;
}
.negro
{
	color: #273746;
}
body 
{
	margin:0 auto;
	background-color:#fffefd; 
}
.clear
{
	clear:both;
}
.float
{
	float:left;
}
.color1
{
	background-color:#0072bc;
}
	.imagenmini
	{
		max-width:22%;
		border:0px; 
		max-height:120px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		margin: 3px;
		border:2px solid grey;
	}
	.imagenmini:hover
	{	opacity: 0.8;
		
	}

/*------------------------------------------------------------------------------------------------------------------ORDENADOR----------------------------
--------------------------------------------------------------------------------------------------------------------ORDENADOR----------------------------
--------------------------------------------------------------------------------------------------------------------ORDENADOR----------------------------
--------------------------------------------------------------------------------------------------------------------ORDENADOR----------------------------
--------------------------------------------------------------------------------------------------------------------ORDENADOR----------------------------
--------------------------------------------------------------------------------------------------------------------ORDENADOR---------------------------- */
@media screen and (min-width: 980px)
{
	
	.a90
	{
		width:90%;
		margin:0 auto;
	}
	.a80
	{
		width:80%;
		margin: 0 auto;
	}
	.a50
	{
		width:50%;
		float:left;
	}
	h1
	{	
		text-align:center;
		margin-top:10px;
		font-size:35px;
		
	}
	.texto
	{
		font-size:20px;
		text-align:center;
		font-family: 'Lato', sans-serif;
		color:#111111;
	}
	.menucentrado
	{
		width:78%;
		margin:0 auto;
		max-width:1200px;
	}
	.cabecera
	{
		width:100%;
		margin-top:-30px;
		height:100px;
	}
	.logo
	{
		
		width:30%;
		float:left;
		margin-top:30px;
		
	}
	.titulo
	{	color:white;
		font-family:Georgia;
		margin-top:20px;

	}
	.menu
	{
		width:50%;
		float:left;
		font-family:Georgia;
		padding-top:45px;
		
	}
	/*----------------------MenuDesplegable */
	.menu1
	{
		color:white;
		font-size:20px;
		float:left;
		padding-right:30px;
		font-family:arial;
	}
	.menu1 a
	{
		text-decoration:none;
		color:white;
		
		
		line-height:50px;
	}
	.menu1:hover
	{
		cursor:pointer;
	}
	#ham 
	{
		display:none;
	}
	#menup
	{
		display:block;
		-webkit-user-select: none;
		-moz-user-select: none;
	}
	.submenu
	{
		height:0px;
		margin-top:10px;
		margin-bottom:10px;
		position:absolute;
		left:0;
		top:45px;
		width:100%;
		float:left;
		overflow:hidden;
	}
	.submenu2
	{
		margin-top:10px;
		margin-bottom:10px;
		position:absolute;
		left:0;
		top:205px;
		width:100%;
		float:left;
		transition: all 0.5s linear;
		overflow:hidden;
		z-index:2;
	}
	.submenu2 div
	{
		margin:0 auto;
		width:40%;
		min-width:750px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#fdd035;
		border:solid white 2px;
		border-radius: 10px;
		transition: all 0.5s linear;
	}
	.submenu2 a
	{
		width:99%;
		text-align:center;
		margin:5px;
		padding:5px;
		text-decoration:none;
		cursor:pointer;
		color:black;
	}
	.submenu2 a:hover
	{
		font-style:italic;
	}
	.arribaizq
	{
		float:left;
		width:24%;
		margin-left:30px;
		text-align:right;
		margin-top:35px;
		position:absolute;
		right:20px;
	}
	.icono
	{
		width:40px;
	}
	.icono2
	{
		width:50px;
		padding:3px;
	}
	.icono2:hover
	{
		width:52px;
		padding:2px;
	}

/*----------------------FINMenuDesplegable */
	
/*----------------------Pie */	
	.titulopie
	{
		font-size:24px;
		color:white;
		font-family:arial;
		padding-top:20px;
		width:40%;
		margin:0 auto;
		
	}
	.pie
	{
		width:100%;
		background-color:black;
		text-align:center;
	}
	.pieabajo
	{
		width:90%;
		margin-top:20px;
	}
	.condiciones
	{
		color:white;
		font-size:18px;
		font-family:arial;
		width:95%;
		margin:0 auto;
		padding-top:10px;
		
	}
	.textocondiciones
	{
		padding-left:20px;	
		float:left;
	}
	.enlacepie
	{
		color:white;
		text-decoration:none;
	}
/*----------------------Fin Pie */	
/*----------------------En construccion */	
	.cuerpocentrado
	{
		width:400px;
		margin:0 auto;
		margin-top:5%; 
	}
	.tituloconstruccion
	{
		font-family: sans-serif;
		Font-size: 50px;
		
	}
/*----------------------Fin En construccion */	

/*----------------------Banner1 */
.banner
{
	width:100%;
	background-color:  #eeb875;
	padding-bottom:60px;
	background-image: url(/images/banner-blanco-naranjas2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:60px;
	margin-top:-15px;
}
.textobanner
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:25px;
	color:#242424;
	width:60%;
	padding:50px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
.bannerizq
{
	width:100%;
	background-color:  #eeb875;
	padding-bottom:360px;
	background-image: url(/images/banner-blanco-naranjas2.jpg);
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:60px;
}
.supertitulo
{
	font-size:30px;
}
.subtitulo
{
	font-size:25px;
}
.cntproductosindex
{
	width: 80%;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom:60px;
}
.productoindex
{	
	width:22%;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	float:left;
	margin-left:20px;
	border-bottom:0px;
	margin-bottom:20px;
}
.productoindex:hover
{	
	width:22%;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
	float:left;
	margin-left:20px;
	border-bottom:0px;
	cursor:pointer;
}
.nombreproductoindex
{
	font-size:25px;
	font-weight:bold;
	background-color:#0072bc;
	text-align:center;
	padding:10px;
	color:white;
}
.fotoproducto
{
	width:100%;
}
.botonindex
{
	margin-top:10px;
	margin:0 auto;
	width:20%;
	border:2px solid white;
	padding:20px;
	font-size:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:50px;
	font-family: 'Lato', sans-serif;
}
.botonindex:hover
{
	border:2px solid orange;
	background-color:white;
	cursor:pointer;
}
.contenidomitad
{
	padding:10px;
	margin-top:40px;
	text-align:left;
	
}
.imagenmitad
{
	width:70%;
	margin-top:18px;
	background-color:white;	
}
.zoom {
  
  transition: transform .2s; /* Animation */
  
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.texto
{
	font-size:20px;
	text-align:justify;
	font-family: sans-serif;
	
}
.logomediano
{
	width:150px;
}
.colorplano
{
	background-color: #09d1e0;
}
.mitadplano1
{
	float:left;
	Width:50%;
	z-index:1000;
}
.mitadplano2
{
	float:left;
	Width:50%;
}
.planomercados
{
	width:100%;
	float:right;
}
.textobannerplano
{
	margin:0 auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#242424;
	width:60%;
	padding:30px;
	margin-top:100px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );
	border:3px dashed #00bcd5;

}
.recuadrogeneralproducto
{
	width:90%;
	margin:0 auto;
}
.recuadrofotoproducto
{
	width: 40%;
	float:left;
}
.recuadrodescripcionproducto
{
		width: 50%;
		float:left;
		padding: 50px;
}
.tituloficha
{
	text-align: left; 
	background-color: #0072bc;
	color:white;
	padding:20px;
	font-size:30px;
}
.fotoproductoficha
{
	width: 80%;
	max-width:400px;
	
}
.otrosproductos
{
	width:90%;
	margin:0 auto;
}
.subtituloproducto
{
	padding-top:20px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:25px;
	margin-bottom:40px;
	font-family:serif;
	background-color:orange;
	width:95%;
	margin-left:20px;
	
}
.botonficha
{
	margin-top:10px;
	float:right;
	width:40%;
	border:2px solid white;
	padding:20px;
	font-size:18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:30px;
	margin-top:50px;
	font-family: 'Lato', sans-serif;
}
.botonficha:hover
{
	border:2px solid orange;
	background-color:#fffefd; 
	cursor:pointer;
}
.jerarquia
{
	font-size:16px;
	color:#111111;
	font-family: 'Lato', sans-serif;
	
}
.enlacesubrayado:hover
 {
	 text-decoration:underline;
 }
.pie
{
	width:100%;
	background-color:#0072bc;
	min-height:220px;
	padding-bottom:20px;
}
.divisionpie
{
	width:26%;
	padding:20px;
	float:left;
}
.divisionpieredes
{
	width:9%;
	float:left;
	margin-top:80px;
}
.alignderecha
{
	text-align:right;
}
.logopie
{
	width:200px;
}
.menupie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:left;
	line-height:40px;
}
.menupie a
{
	color:white;
	text-decoration:none;
}
.menupie a:hover
{
	text-decoration:underline;
}
.direccionpie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:left;
}
.decoracionpie
{
	width:20px;
	margin-right:10px;
}
.verticalalign
{
	 margin-top:25%;
	 position:relative;
}
.contenedor
	{
    position: relative;
    display: inline-block;
    text-align: center;
	width:33%;
	max-height:417px;
	}
.imagenrecuadrosindex
	{
	width:100%;
	}
	.centrado
	{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color:white;
	width:50%;
	padding:20px;
	opacity:0.9;
	font-size:22px;
	}
.centrado:hover
	{
		padding:50px;
		transition:1s;
	}
.hr
 {  
	color:#e7e6e4;
	margin-top:-20px;
	
 }
 .bannerproductos
{
	width:100%;
	background-image: url(/images/productos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
	padding-bottom:30px;
	margin-top:-13px;
}
	.textobannerproductos
{
	position:relative;
	text-align:center;
	font-family:Garamond;
	font-size:24px;
	padding:30px;
	width:60%;
	top:30px;
	margin-bottom:60px;
	color:white;

}
.destacado{
	background-color:#0072bc;
	padding:6px;
}
	.logoindex
	{
		width:300px;
	}
	.generalnovedades
	{
		position:relative;
		width:90%;
		margin: 0 auto;
		margin-bottom:50px;
		margin-top:30px;
	}
	.divisionnovedades
	{
		
		width:30%;
		float:left;
		height:400px;
		max-width:500px;
		overflow:hidden;
		margin-right:30px;
	}
	.sigueleyendo
{
	color:grey;
	margin-top:5px;
	text-align:right;
}
	.contenedornovfoto
	{
		text-align:center;
		
	}
	.novedadesfoto
	{
		height:300px;
	}
	.textonov
	{
		font-size:18px;
		padding:10px;
		font-family:'Lato', sans-serif;
		overflow:hidden;
		height:75px;
	}
	.vermas
	{
		margin-top:50px;
	}
	.subtituloproducto2
	{
		font-size:30px;
		width:100%;
		background-color:orange;
		padding:20px;
		
	}
	.peqindex
	{
		font-size:22px;
		font-family:'Lato', sans-serif;
		font-style:italic;
	}
	.generalnoticia
	{
		width:100%;
		border-bottom:1px solid #e7e6e4;
		margin-bottom:30px;
		overflow:hidden;
		padding:20px;
	}
	.fotonoticia

	{
		width:40%;
		float:left;
		text-align:center;
		overflow:hidden;
	}
	.textonoticia

	{
		width:55%;
		float:left;
		text-align:center;
		padding:20px;
		font-size:20px;
		font-family:'Lato', sans-serif;
	}
	.fecha
	{
		text-align:right;
		font-size:18px;
		font-family:'Lato', sans-serif;
		background-color: #e7e6e4;
		
	}
	.novedadesfoto2
	{
		height:200px;
	}
	.bannercookies
{
	width:100%;
	background-image: url(https://www.fsrimpex.es/images/banner-melocotones2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #black;
	padding-bottom:60px;
	margin-top:-14px;
}
.textobannercookies
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:22px;
	color:#242424;
	width:50%;
	top:30px;
	padding:20px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
.font22
{
	font-family: 'Lato', sans-serif;
	font-size:20px;
}
.cuadroformulario
{
	width:200px;
	padding:10px;
	font-size:20px;
}

.botonformulario
{
	margin-top:20px;
	width:100px;
	padding:10px;
	font-size:20px;
}
 .iconogrande
	  {
		  font-size:60px;
	  }
	  .recuadroadmin
	  {
		  width:18%;
		  height:120px;
		  padding-top:40px;
		  padding-bottom:40px;
		  text-align:center;
		  border:3px dashed green;
		  -webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		  padding-left:20px;
		  padding-right:20px;
		  font-size:22px;
		  float:left;
		  margin-left:20px;
		  margin-bottom:20px;
	  }
	  .recuadroadmin:hover
	  {
		  opacity:0.8;
	  }
	  .textoarea
	  {
		 width:100%;
		 height:200px;
	  }
	  	.formularioadmin
	{
		font-size:18px;
		padding:10px;
		width:400px;
		margin-left:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-bottom:20px;
		color:grey;

	}
	.enlacealbumadmin
	{
		color:black;
		font-size:20px;
		
	}
	.imagenmini
	{
		max-width:22%;
		border:0px; 
		max-height:120px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		margin: 3px;
		border:2px solid grey;
	}
	.imagenmini:hover
	{	opacity: 0.8;
		
	}
	.recuadroalbumesadmin
	{
		border:1px solid black;
	}
	.textoformulario
	{
		font-family:arial;
		font-size:18px;
	}
	.botonsubir
	{
		width:200px;
		padding:15px;
		background-color:orange;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
.redes
{
	width:50px;
	margin-right:30px;
}
.contador
{
	border:5px double white;
	width:30%;
	font-size:22px;
	padding:40px;
	background-color:#0072bc;
	color:white;
}
}

/*------------------------------------------------------------------------------------------------------------------TABLET----------------------------
--------------------------------------------------------------------------------------------------------------------TABLET----------------------------
--------------------------------------------------------------------------------------------------------------------TABLET----------------------------
--------------------------------------------------------------------------------------------------------------------TABLET----------------------------
--------------------------------------------------------------------------------------------------------------------TABLET----------------------------
--------------------------------------------------------------------------------------------------------------------TABLET---------------------------- */

@media screen and (max-width: 980px) and (min-width: 480px)
{
	h1
	{	
		text-align:center;
		margin-top:10px;
		font-size:35px;
		
	}
	h2
	{
		padding:10px;
		font-size:20px;
		font-family: 'Lato', sans-serif;
	}
	h3
	{
		margin-top:0px;
		margin-bottom:0px;
	}
	.logo
	{
		width:50%;
		margin:0 auto;
	}
	.logoindex
	{
		width:300px;
	}
	.imglogo
	{
		width:100%;
		
	}
	.arbol
	{
		font-family:arial;
		font-size:18px;
		padding:10px;
		padding-right:0px;
		padding-left:0px;
		width:100%;
		margin-bottom:10px;
	}
	.a90
	{
		width:98%;
		margin:0 auto;
	}
	.a80
	{
		width:90%;
		margin: 0 auto;
	}
	.a50
	{
		width:100%
	}
	.texto
	{
		font-size:18px;
		text-align:center;
		font-family: 'Lato', sans-serif;
		color:#111111;
	}
			.cabecera
	{
		width:100%;
		margin-top:-10px;
		padding-top:20px;
		padding-bottom:20px;
		
	}

/*----------------------MENU DESPLEGABLE */	
.hamburguesamovil
{
	float:right;
	width:20%;
	margin-top:50px;
}
/* Version movil */
.hamburguesa
{	width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}
.hamburguesax
{
	width: 35px;
    height: 5px;
    background-color: white;
	transform: rotate(50deg);
	float:left;
	
	
	margin-bottom:50px;
}
.hamburguesax2
{
	width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
	transform: rotate(-50deg);
	
}
.menu
{
	width:90%;
	margin:0 auto;
}
.menu1 
{
	width:90%;
	text-align:center;
	margin:5px;
	color:black;
	font-size:20px;
	float:left;
	line-height:30px;
	background-color:orange;
	padding: 10px;
}
.menu1:hover
{
	color:grey;
	cursor:pointer;
}
.menu1 a
{
	text-decoration:none;
	color:black;
}

#menup
{
	display:none;
}
#ham 
{
	width:40px;
	color:#fff;
	text-align:center;
	margin: 0 auto;
	display:block;
	font-size:40px;
	cursor:pointer;
	margin-bottom:20px;
}
.submenu
{	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.submenu a
{
	width:99%;
	text-align:center;
	margin:2px;
	text-decoration:none;
	cursor:pointer;
	color:grey;
}
.submenu2
{
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	left:0;
	top:0;
	width:100%;
	float:left;
	transition: all 0.5s linear;
	overflow:hidden;
	z-index:2;
	
}
.submenu2 div
{
	margin:0 auto;
	width:90%;
	min-width:280px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 10px;
	transition: all 0.5s linear;
}
.submenu2 a
{
	width:99%;
	text-align:center;
	margin:5px;
	padding:5px;
	text-decoration:none;
	cursor:pointer;
	color:black;;
}
.submenu2 br
{
	margin:10px;
}

/*----------------------FIN MENU DESPLEGABLE */			

/*----------------------Pie */	
	.pie
{
	width:100%;
	background-color:#0072bc;
	text-align:center;
	padding-bottom:20px;
}
.divisionpie
{
	width:100%;
}
.divisionpieredes
{
	width:100%;
}
.logopie
{
	width:150px;
	text-align:center;
}
.menupie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:left;
	line-height:40px;
	text-align:center;
}
.menupie a
{
	color:white;
	text-decoration:none;
}
.menupie a:hover
{
	text-decoration:underline;
}
.direccionpie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:center;
	margin-top:20px;
}
.direccionpie a
{
	color:white;
	text-decoration:none;

}
.decoracionpie
{
	width:20px;
	margin-right:10px;
}
		/*----------------------Fin pie*/	
		/*----------------------En construccion */	
	.cuerpocentrado
	{
		width:400px;
		margin:0 auto;
		margin-top:5%; 
	}
	.tituloconstruccion
	{
		font-family: sans-serif;
		Font-size: 50px;
		
	}
/*----------------------Fin En construccion */	
.contenidomitad
{
	padding:10px;
	text-align:center;
	margin-top:-20px;
}
.imagenmitad
{
	width:80%;
	padding:20px;
	 
}
.zoom:hover
{
	transform: scale(1)
}
.texto
{
	font-size:18px;
	text-align:center;
}
.bannerproductos
{
	width:100%;
	background-image: url(/images/productos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
	padding-bottom:30px;
}
	.textobannerproductos
{
	position:relative;
	text-align:center;
	font-family:Garamond;
	font-size:24px;
	padding:10px;
	width:80%;
	top:30px;
	margin-bottom:10px;
	color:white;

}
.destacado{
	background-color:#0072bc;
	padding:6px;
}
.contenedor
	{
    position: relative;
    display: inline-block;
    text-align: center;
	width:100%;
	}
	.texto-encima
	{
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.centrado
	{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color:white;
	width:50%;
	padding:20px;
	opacity:0.9;
	font-size:22px;
	}
	.centrado:hover
	{
		padding:50px;
		transition:1s;
	}
	.imagenrecuadrosindex
	{
	width:100%;
	}
	.cntproductosindex
{
	width: 80%;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom:60px;
}
.productoindex
{	
	width:45%;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.6);
	float:left;
	margin-left:20px;
	border-bottom:0px;
	margin-bottom:40px;
}
.productoindex:hover
{	
	cursor:pointer;
}
.nombreproductoindex
{
	font-size:25px;
	font-weight:bold;
	background-color:#0072bc;
	text-align:center;
	padding:10px;
	color:white;
}
.fotoproducto
{
	width:100%;
}

.banner
{
	width:100%;
	background-color:  #eeb875;
	padding-bottom:60px;
	background-image: url(/images/banner-blanco-naranjas2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:60px;
	margin-top:-15px;
	margin-bottom:-25px;
}
.textobanner
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:22px;
	color:#242424;
	width:60%;
	padding:50px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
	.supertitulo
{
	font-size:25px;
}
.subtitulo
{
	font-size:20px;
}
.botonindex
{
	margin-top:10px;
	margin:0 auto;
	width:60%;
	border:2px solid white;
	padding:20px;
	font-size:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:50px;
	font-family: 'Lato', sans-serif;
}
.botonindex:hover
{
	border:2px solid orange;
	background-color:white;
	cursor:pointer;
}
.colorplano
{
	background-color: #09d1e0;
}
.mitadplano1
{
	float:left;
	Width:100%;
	z-index:1000;
}
.mitadplano2
{
	float:left;
	Width:100%;
}
.planomercados
{
	width:100%;
	float:right;
}
.textobannerplano
{
	margin:0 auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#242424;
	width:80%;
	padding:30px;
	margin-top:50px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );
	border:3px dashed #00bcd5;

}
.recuadrogeneralproducto
{
	width:90%;
	margin:0 auto;
}
.recuadrofotoproducto
{
	width: 100%;
	
}
.recuadrodescripcionproducto
{
		width: 100%;
}
.tituloficha
{
	text-align: left; 
	background-color: #0072bc;
	color:white;
	padding:10px;
	font-size:25px;
}
.fotoproductoficha
{
	width: 70%;
	max-width:400px;
	
}
.otrosproductos
{
	width:90%;
	margin:0 auto;
}
.subtituloproducto
{
	margin-left:20px;
	font-size:25px;
}
.botonficha
{
	margin-top:10px;
	margin: 0 auto;
	width:60%;
	border:2px solid white;
	padding:10px;
	font-size:18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:30px;
	margin-top:50px;
	font-family: 'Lato', sans-serif;
}
.botonficha:hover
{
	border:2px solid orange;
	background-color:#fffefd; 
	cursor:pointer;
}
.jerarquia
{
	font-size:16px;
	color:#111111;
	font-family: 'Lato', sans-serif;
	padding-top:20px;
	
}
	.generalnovedades
	{
		width:90%;
		margin: 0 auto;
		margin-bottom:50px;
		margin-top:30px;
	}
	.divisionnovedades
	{
		width:80%;
		margin:0 auto;
		margin-bottom:30px;
		
	}
	.contenedornovfoto
	{
		text-align:center;
	}
	.novedadesfoto
	{
		width:100%;
	}
	.textonov
	{
		font-size:18px;
		padding:10px;
		font-family:'Lato', sans-serif;
		height:92px;
		
		overflow:hidden;
	}
		.sigueleyendo
{
	color:grey;
	margin-top:5px;
	text-align:right;
}
	.vermas
	{
		margin-top:30px;
	}
	.subtituloproducto2
	{
		font-size:30px;
		width:90%;
		background-color:orange;
		padding:20px;
		text-align:center;
		
	}
	.peqindex
	{
		font-size:22px;
		font-family:'Lato', sans-serif;
		font-style:italic;
	}
	.generalnoticia
	{
		width:50%;
		float:left;
		border-bottom:1px solid #e7e6e4;
		margin-bottom:30px;
		overflow:hidden;
	}
	.fotonoticia

	{
		width:90%;
		text-align:center;
		overflow:hidden;
	}
	.textonoticia

	{
		width:90%;
		text-align:center;
		padding:20px;
		font-size:20px;
		font-family:'Lato', sans-serif;
	}
	.fecha
	{
		text-align:center;
		font-size:18px;
		font-family:'Lato', sans-serif;
		background-color: #e7e6e4;
		
	}
	.novedadesfoto2
	{
		height:200px;
	}
		.bannercookies
{
	width:100%;
	background-image: url(https://www.fsrimpex.es/images/banner-melocotones2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #black;
	padding-bottom:60px;
	margin-top:-14px;
}
.textobannercookies
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:22px;
	color:#242424;
	width:50%;
	top:30px;
	padding:20px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
.font22
{
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
.cuadroformulario
{
	width:60%;
	padding:10px;
	font-size:20px;
}

.botonformulario
{
	margin-top:20px;
	width:100px;
	padding:10px;
	font-size:20px;
}
 .iconogrande
	  {
		  font-size:60px;
	  }
	  .recuadroadmin
	  {
		  width:50%;
		  height:120px;
		  padding-top:40px;
		  padding-bottom:40px;		  
		  padding-left:20px;
		  padding-right:20px;
		  text-align:center;
		  border:3px dashed green;
		  -webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		  font-size:22px;
		  margin: 0 auto;
	  }
	  .recuadroadmin:hover
	  {
		  opacity:0.8;
	  }
	  .textoarea
	  {
		 width:90%;
		 height:200px;
		 font-size:18px;
		padding:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-bottom:20px;
		color:grey;
	  }
	  	.formularioadmin
	{
		font-size:18px;
		padding:10px;
		width:400px;
		margin-left:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-bottom:20px;
		color:grey;

	}
	
	.enlacealbumadmin
	{
		color:black;
		font-size:20px;
		
	}
	.imagenmini
	{
		max-width:22%;
		border:0px; 
		max-height:120px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		margin: 3px;
		border:2px solid grey;
	}
	.imagenmini:hover
	{	opacity: 0.8;
		
	}
	.recuadroalbumesadmin
	{
		border:1px solid black;
	}
	.textoformulario
	{
		font-family:arial;
		
	}
	.movil
	{
		font-size:16px;
	}
	.botonsubir
	{
		width:200px;
		padding:15px;
		background-color:orange;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size:20px;
	}
	.redes
{
	width:50px;
	margin-right:30px;
	margin-top:30px;
}
.contador
{
	border:5px double white;
	width:50%;
	font-size:22px;
	padding:40px;
	background-color:#0072bc;
	color:white;
	margin-bottom:20px;
}
}

/*------------------------------------------------------------------------------------------------------------------MOVIL----------------------------
--------------------------------------------------------------------------------------------------------------------MOVIL----------------------------
--------------------------------------------------------------------------------------------------------------------MOVIL----------------------------
--------------------------------------------------------------------------------------------------------------------MOVIL----------------------------
--------------------------------------------------------------------------------------------------------------------MOVIL----------------------------
--------------------------------------------------------------------------------------------------------------------MOVIL---------------------------- */

@media screen and (max-width: 480px)
{
	h1
	{	
		text-align:center;
		margin-top:10px;
		font-size:35px;
		
	}
	h2
	{
		padding:10px;
		font-size:20px;
		font-family: 'Lato', sans-serif;
	}
	h3
	{
		margin-top:0px;
		margin-bottom:20px;
	}
	h2.color1
	{
		background-color: #fffefd;
		font-size:22px;
		border-bottom:2px #fdd035 solid;
		width:95%;
	}

	.a90
	{
		width:95%;
		margin:0 auto;
	}
	.a80
	{
		width:90%;
		margin: 0 auto;
	}
	.a50
	{
		width:100%;
	}
	.texto
	{
		font-size:18px;
		text-align:center;
		font-family: 'Lato', sans-serif;
		color:#111111;
	}
		.cabecera
	{
		width:100%;
		margin-top:-10px;
		padding-top:20px;
		padding-bottom:20px;
		
	}
/*----------------------MENU DESPLEGABLE */	
/* Version movil */
.hamburguesamovil
{
	float:left;
	width:30%;
	margin-top:35px;
}
.hamburguesa
{	width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
	
}
.hamburguesax
{
	width: 35px;
    height: 5px;
    background-color:  white;
	transform: rotate(50deg);
	float:left;
	margin-bottom:50px;
	
}
.hamburguesax2
{
	width: 35px;
    height: 5px;
    background-color:  white;
    margin: 6px 0;
	transform: rotate(-50deg);
	
}
.menu
{
	width:90%;
	margin:0 auto;
	
}
.menu1 
{
	width:90%;
	text-align:center;
	margin:5px;
	color:white;
	font-size:20px;
	float:left;
	padding:20px;
	line-height:10px;
	background-color:  orange;
}
.menu1:hover
{
	color:grey;
	cursor:pointer;
}
.menu1 a
{
	text-decoration:none;
	color:black;
}

#menup
{
	display:none;
}
#ham 
{
	width:40px;
	color:#fff;
	text-align:center;
	margin: 0 auto;
	display:block;
	font-size:40px;
	cursor:pointer;
	margin-bottom:20px;
	
}
.submenu
{	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.submenu a
{
	width:99%;
	text-align:center;
	margin:2px;
	text-decoration:none;
	cursor:pointer;
	color:grey;
}
.submenu2
{
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	left:0;
	top:0;
	width:100%;
	float:left;
	transition: all 0.5s linear;
	overflow:hidden;
	z-index:2;
	
}
.submenu2 div
{
	margin:0 auto;
	width:90%;
	min-width:280px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 10px;
	transition: all 0.5s linear;
}
.submenu2 a
{
	width:99%;
	text-align:center;
	margin:5px;
	padding:5px;
	text-decoration:none;
	cursor:pointer;
	color:black;
}
.submenu2 br
{
	margin:10px;
}

/*----------------------FIN MENU DESPLEGABLE */			

/*----------------------Pie */	
	.pie
{
	width:100%;
	background-color:#0072bc;
	text-align:center;
	padding-bottom:20px;
}
.divisionpie
{
	width:100%;
}
.divisionpieredes
{
	width:100%;
}
.logopie
{
	width:150px;
	text-align:center;
}
.menupie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:left;
	line-height:40px;
	text-align:center;
}
.menupie a
{
	color:white;
	text-decoration:none;
}
.menupie a:hover
{
	text-decoration:underline;
}
.direccionpie
{
	font-size:18px;
	color:white;
	font-family: 'Lato', sans-serif;
	text-align:center;
	border-top:1px solid white;
	padding-top:20px;
	width:90%;
	margin:0 auto;
}
.direccionpie a
{
	color:white;
	text-decoration:none;
}
.decoracionpie
{
	width:20px;
	margin-right:10px;
}
	/*----------------------Fin pie */	
	/*----------------------En construccion */	
	.cuerpocentrado
	{
		width:400px;
		margin:0 auto;
		margin-top:5%; 
	}
	.tituloconstruccion
	{
		font-family: sans-serif;
		Font-size: 50px;
		
	}
/*----------------------Fin En construccion */	
.contenidomitad
{
	padding:10px;
	text-align:center;
	margin-top:-20px;
}
.imagenmitad
{
	width:80%;
	padding:20px;
	 
}
.texto
{
	font-size:18px;
	text-align:center;
}	
	.zoom:hover
{
	transform: scale(1)
}
.bannerproductos
{
	width:100%;
	background-image: url(/images/productos.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #cccccc;
	padding-bottom:30px;
}
	.textobannerproductos
{
	position:relative;
	text-align:center;
	font-family:Garamond;
	font-size:22px;
	padding:20px;
	width:80%;
	top:30px;
	margin-bottom:10px;
	color:white;

}
.destacado{
	background-color:#0072bc;
	line-height:40px;
}
.contenedor
	{
    position: relative;
    display: inline-block;
    text-align: center;
	width:100%;
	}
	.texto-encima
	{
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.centrado
	{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color:white;
	width:50%;
	padding:20px;
	opacity:0.9;
	font-size:22px;
	}
	.centrado:hover
	{
		padding:50px;
		transition:1s;
	}
	.cntproductosindex
{
	width: 95%;
	margin: 0 auto;
	margin-top:80px;
	margin-bottom:60px;
}
.productoindex
{	
	width:43%;
	float:left;
	margin-left:15px;
	border-bottom:0px;
}
.productoindex:hover
{	
	cursor:pointer;
}
.nombreproductoindex
{
	font-size:18px;
	font-weight:bold;
	background-color:#0072bc;
	text-align:center;
	padding:10px;
	color:white;
}
.fotoproducto
{
	width:100%;
}
	.imagenrecuadrosindex
	{
	width:100%;
	}

.banner
{
	width:100%;
	background-color:  #eeb875;
	padding-bottom:60px;
	background-image: url(/images/banner-blanco-naranjas2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:60px;
	margin-top:-15px;
	margin-bottom:-25px;
}
.textobanner
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:22px;
	color:#242424;
	width:60%;
	padding:50px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
	.logoindex
	{
		width:180px;
	}
	.supertitulo
{
	font-size:25px;
}
.subtitulo
{
	font-size:20px;
}
.botonindex
{
	margin-top:10px;
	margin:0 auto;
	width:60%;
	border:2px solid white;
	padding:20px;
	font-size:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:50px;
	font-family: 'Lato', sans-serif;
}
.botonindex:hover
{
	border:2px solid orange;
	background-color:white;
	cursor:pointer;
}
.colorplano
{
	background-color: #09d1e0;
}
.mitadplano1
{
	float:left;
	Width:100%;
	z-index:1000;
}
.mitadplano2
{
	float:left;
	Width:100%;
	
	
}
.margenbottom
{
	margin-bottom:20px;
}
.planomercados
{
	width:100%;
	float:right;
}
.textobannerplano
{
	margin:0 auto;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#242424;
	width:70%;
	padding:30px;
	margin-top:50px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );
	border:3px dashed #00bcd5;

}
.logomediano
{
	width:150px;
}
.recuadrogeneralproducto
{
	width:90%;
	margin:0 auto;
}
.recuadrofotoproducto
{
	width: 100%;
	
}
.recuadrodescripcionproducto
{
		width: 100%;
}
.tituloficha
{
	text-align: left; 
	background-color: #0072bc;
	color:white;
	padding:10px;
	font-size:25px;
}
.fotoproductoficha
{
	width: 70%;
	max-width:400px;
	
}
.otrosproductos
{
	width:90%;
	margin:0 auto;
}
.subtituloproducto
{
	margin-left:20px;
	font-size:25px;
}
.botonficha
{
	margin-top:10px;
	margin: 0 auto;
	width:60%;
	border:2px solid white;
	padding:10px;
	font-size:18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:orange;
	text-align:center;
	margin-bottom:30px;
	margin-top:50px;
	font-family: 'Lato', sans-serif;
}
.botonficha:hover
{
	border:2px solid orange;
	background-color:#fffefd; 
	cursor:pointer;
}
.jerarquia
{
	font-size:16px;
	color:#111111;
	font-family: 'Lato', sans-serif;
	
}
	.generalnovedades
	{
		width:90%;
		margin: 0 auto;
		margin-bottom:50px;
		margin-top:30px;
	}
	.divisionnovedades
	{
		width:100%;
		float:left;
		margin-right:30px;
		margin-bottom:30px;
		overflow:hidden;
		
	}
	.contenedornovfoto
	{
		text-align:center;
	}
	.novedadesfoto
	{
		width:100%;
	}
	.textonov
	{
		font-size:18px;
		padding:10px;
		font-family:'Lato', sans-serif;
		height:92px;
		
		overflow:hidden;
	}
	.sigueleyendo
{
	color:grey;
	margin-top:5px;
	text-align:right;
}
	.vermas
	{
		margin-top:30px;
	}
	.subtituloproducto2
	{
		font-size:30px;
		width:90%;
		background-color:orange;
		padding:20px;
		text-align:center;
		
	}
	.peqindex
	{
		font-size:22px;
		font-family:'Lato', sans-serif;
		font-style:italic;
	}
	.generalnoticia
	{
		width:100%;
		border-bottom:1px solid #e7e6e4;
		margin-bottom:30px;
		overflow:hidden;
	}
	.fotonoticia

	{
		width:90%;
		text-align:center;
		overflow:hidden;
	}
	.textonoticia

	{
		width:90%;
		text-align:center;
		padding:20px;
		font-size:20px;
		font-family:'Lato', sans-serif;
	}
	.fecha
	{
		text-align:right;
		font-size:18px;
		font-family:'Lato', sans-serif;
		background-color: #e7e6e4;
		
	}
	.novedadesfoto2
	{
		height:200px;
	}
		.bannercookies
{
	width:100%;
	background-image: url(https://www.fsrimpex.es/images/banner-melocotones2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #black;
	padding-bottom:60px;
	margin-top:-14px;
}
.textobannercookies
{
	position:relative;
	text-align:center;
	font-family:times;
	font-size:22px;
	color:#242424;
	width:80%;
	top:30px;
	padding:20px;
	padding-top:10px;
	background: rgba(246,246,246,0.91);
	background: -moz-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,246,0.91)), color-stop(0%, rgba(246,246,246,0.9)), color-stop(2%, rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -o-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: -ms-linear-gradient(left, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	background: linear-gradient(to right, rgba(246,246,246,0.91) 0%, rgba(246,246,246,0.9) 0%, rgba(255,255,255,0.9) 2%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=1 );

}
.font22
{
	font-family: 'Lato', sans-serif;
	font-size:18px;
}
.cuadroformulario
{
	width:90%;
	padding:10px;
	font-size:20px;
}

.botonformulario
{
	margin-top:20px;
	width:100px;
	padding:10px;
	font-size:20px;
}
 .iconogrande
	  {
		  font-size:60px;
	  }
	  .recuadroadmin
	  {
		  width:50%;
		  height:120px;
		  padding-top:40px;
		  padding-bottom:40px;		  
		  padding-left:20px;
		  padding-right:20px;
		  text-align:center;
		  border:3px dashed green;
		  -webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
		  font-size:22px;
		  margin: 0 auto;
	  }
	  .recuadroadmin:hover
	  {
		  opacity:0.8;
	  }
	  .textoarea
	  {
		 width:90%;
		 height:200px;
		 font-size:18px;
		padding:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-bottom:20px;
		color:grey;
	  }
	  	.formularioadmin
	{
		font-size:18px;
		padding:10px;
		width:400px;
		margin-left:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		margin-bottom:20px;
		color:grey;

	}
	
	.enlacealbumadmin
	{
		color:black;
		font-size:20px;
		
	}
	.imagenmini
	{
		max-width:22%;
		border:0px; 
		max-height:120px;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		margin: 3px;
		border:2px solid grey;
	}
	.imagenmini:hover
	{	opacity: 0.8;
		
	}
	.recuadroalbumesadmin
	{
		border:1px solid black;
	}
	.textoformulario
	{
		font-family:arial;
		
	}
	.movil
	{
		font-size:16px;
	}
	.botonsubir
	{
		width:200px;
		padding:15px;
		background-color:orange;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size:20px;
	}
	.redes
{
	width:50px;
	margin-right:30px;
	margin-top:30px;
}
.contador
{
	border:5px double white;
	width:80%;
	font-size:22px;
	padding:20px;
	margin-bottom:20px;
	background-color:#0072bc;
	color:white;
}
}