body{font-family: 'Roboto', sans-serif; font-size:.85em; background:#ececec; color:#111}

.descri{
	font-family: verdana;
	font-size: 16px;
	font-style: bold;
}
.foto-oferta{
	width:187px;
	height: 187px;
	position:relative;
}

.foto-oferta img{
	width:80%;
	margin-top: 5px;
}

.foto-oferta p{
	position:absolute;
	bottom:5px;
	width:35%;
	text-align:center;
	color:rgba(243,243,243,.8);
	font-family:Verdana;
	font-size:14px;
	font-style: italic;
	background-color:rgba(247,20,12,.7);
	padding:.5em 0;
}

.subtitulo {
	font-family: verdana;
	border-color:#000000; 
	border: PowderBlue 5px solid;
	background-color: PowderBlue; 
	border-radius: 10px;	
}

.titulo {
	font-family: verdana;
	border-color:#000000; 
	/*border: PowderBlue 5px solid;*/
	background-color: #4AA8FF; 
	border-radius: 10px;
	padding: 2px;
}

.titulo-categoria {
	font-family: verdana;
	font-size: 16px;
	color: #000000;
}

.titulo-subcategoria {
	font-family: verdana;
	font-size: 14px;
	color: #1e7dc4;
}

.carrito-derecho{
	font-style: bold;
	font-family: verdana;
}
.enlace-pie {
	color: #ffffff;
	font-size: 16px;
}
.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.boton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.boton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.boton:active {
	position:relative;
	top:1px;
}
/*checkbox de completado de pedido*/
.completado{
	width: 20px;
	height: 20px;
}
/*-------area de folletos*/
.folletos {	
	height: 500px;
	width: 100%;
	margin-bottom: 40px;
}
.folletos p{	
	font-size: 36px;
}
.folleto-empleados, .folleto-socios{	
	text-align: center;	
	margin: 0 auto;
}
.folleto-empleados img {
    width: 850px;
    height: 550px;
    border: 2px solid #fff;
  }
  #img-portada{
    object-fit: contain;
  }
