 
body {	
   
    font-family: 'Open Sans', sans-serif;

	font-weight:400;
	color: #000;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	font-size:21px;
	line-height:26px !important;
}

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

a:link {
   text-decoration: none;
   

}

a:visited {
   

   text-decoration: none;
}

a:active {
   

   text-decoration: none;
}

a:hover {
   color: #1F9D43;
   
   text-decoration: none;
}

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

TABLE {

	font-weight:400;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	font-size:21px;
	line-height:26px !important;
}

.titulo{
	
    font-family: 'Play', sans-serif;

   font-weight:100;
	font-size: 45px;
	color: #1B1B1B;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 50px;
	
}

h1{
	
    font-family: 'Play', sans-serif;

   
   font-weight:900;
	font-size: 45px;
	color: #1B1B1B;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 50px;
}

h2{
	
    font-family: 'Play', sans-serif;

   font-weight:900;
	font-size: 30px;
	color: #1B1B1B;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 40px;
	
}

h3{
	
    font-family: 'Play', sans-serif;

   font-weight:900;
	font-size: 25px;
	color: #1B1B1B;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 35px;
	
}

.mas_titulo{
	
    font-family: 'Play', sans-serif;

   font-weight:100;
	font-size: 40px;
	color: #1B1B1B;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 45px;
	
}

#confirmacion{
   font-size: 12px;
   color: #66CC00;
   font-weight:bold;
   font-style:italic;
   text-decoration: underline overline;
}

#error{
   font-size: 12px;
   color: #CC0000;
   font-weight:bold;
   font-style:italic;
   text-decoration: underline overline;
}

/* ------------------------------------------------------------- */


.diaEvento{
	background: #000;
	font-size:13px;
	padding: 5px 5px 5px 5px;
}


.fecha_evento{
	color:#000;
	font-size:16px;
	font-style:normal;
	margin-bottom: 5px;
}

.titulo_evento{
	font-size:25px; font-weight:bold; color:#CC1F26;
}

.titulo_evento a{
	color:#000;
	font-size:25px; font-weight:bold; color:#CC1F26;
	text-transform:uppercase;	
}

.info_evento{
	font-style:italic;
	font-size:12px;
	margin-bottom: 5px;
}

a.miga{ color:#666 !important; font-style:italic; font-size:14px !important; }

.descuento{
	color:#fff !important;
}
.precio_producto{
	 color:#fff !important;
}


.valor_pedido{ border: none !important; background: none !important; color:#552600 !important;  font-size:22px !important; font-weight:bold; text-align: right; width: 100%; }
.valor_pedido_descuento{ border: none !important; background: none !important; color:#000 !important; font-size:22px !important; color:#552600 !important; text-align: right; width: 100%; }
