 
body {	
   font-family: 'Roboto', sans-serif;
	font-weight:300;
	color: #000;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	font-size:20px;
	line-height:25px !important;
}

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

a:link {
   color: #fff;   
   text-decoration: none;
}

a:visited {
   color: #fff;
   
   text-decoration: none;
}

a:active {
   color: #fff;
   
   text-decoration: none;
}

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

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

TABLE {
	font-weight:300;
	color: #535353;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	font-size:20px;
	line-height:23px !important;
}

.titulo{
	
    font-weight:100;
	font-size: 30px;
	color: #BD9723;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 35px;
	
}

h1{
	
   
   font-weight:100;
	font-size: 30px;
	color: #BD9723;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 35px;
	
}

h2{
	
   font-weight:100;
	font-size: 25px;
	color: #BD9723;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 30px;
	
}

h3{
	
   font-weight:100;
	font-size: 20px;
	color: #BD9723;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 25px;
	
}

.mas_titulo{
	
    font-weight:700;
	font-size: 30px;
	color: #BD9723;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 35px;
	
}

#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%; }
