body{
	background: url(../images/comidas.jpg)fixed;
	background-size: 100% 100%;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
	overflow-x: hidden;
}

.titulo{
	font-size: 1.5em;
	border:none;
	font-weight: bold;
}

td{
	border-bottom: 1px solid #fff;
	border-top:none;
}

.titulo_2{
	font-weight: bold;
	font-size: 1.2em;
	border: none;
}