@charset "utf-8";
/* CSS Document */

/************************/
/* Etiquetas y textos   */
/************************/

.Titulo_Rojo
{
	color: #ec1f24;
	font-size: 22px;
	font-weight: bolder;
	line-height: 22px;
	font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
	text-shadow: 0 1px 1px #999;
}

.Titulo
{
	font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 25px;
}

.Body
{
	font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.Body_recetas
{
	font-family: 'Leckerli One', cursive;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.Ligas
{
	font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 12px;
	color: #ec5559;
	line-height: 20px;
}

.Subtitulo_Catalogo{
	color:#2A9F00;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	font-family: 'Leckerli One', cursive;
}

.Area_gris 
{
	background: #EEEEEE;
	padding: 20px;
}

.bt {
  margin: 5px 0;
  padding: 0;
  position: relative;
  font-family: "Century Gothic", AvantGarde, "AvantGarde Bk BT", Arial, sans-serif;
  text-transform: none;
  font-weight: bold;
}

.bt a {
  	float: left;
  	height: 28px;
 	line-height: 28px;
  	position: relative;
  	margin: 0;
  	padding: 0 20px 0 20px;
  	background: #d81d22;
  	color: #FFF;
  	font-size: 14px;
  	text-decoration: none; 
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px; 
  	border-radius: 5px;
} 

.bt a:hover {
  	background: #871215;
  	text-decoration: none;
	color: white;
	font-weight:bold;
}



/***********************/
/* Controles estandard */
/***********************/

A:link  
{
   	text-decoration: none;
}

A:visited   
{
	text-decoration: none;
}

A:active    
{
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}