@charset "utf-8";
/*********************************************************
AUTHOR:  			Humberto Maquilon - VIOmedia.com 
WEBSITE:   			http://www.conchita-foods.com
DATE:				July 11 2009  	

/*********************************************************
   HTML ELEMENTS
**********************************************************/ 

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background:url(../images/background.jpg) repeat-x ;
	background-color:#530000 ;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 0px 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FB9233; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}

/* Fonts */
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 300;
	text-decoration : none;
	line-height : 15px;
	color: #666666;
}

.titlesred {
font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: 600; color: #630000
}


