/*
AKI SUSHI
Desarrollado por equistene
www.equistene.com
*/

body {
	background-color: #EE0000;
	background-image: url(img2009/fnd.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 65px;
}

#texto p{
	background-color: #FE0106;
	color: white;
	border: 2px solid #810102;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	text-align: center;
	padding: 10px;
}
#texto a{
	color: white;
	background-color: #820000;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}

#texto a:hover{
	color: #820000;
	background-color: white;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}


.chico{font-size:14px;}

.grande{font-size:30px;}

.mediano{font-size:22px;background:#EF1D1D; padding: 5px; border: 1px solid #960001;}