BODY {
	margin-left: 10px;
}

TABLE#restaurante {
	width: 575px;
}

TABLE#restaurante TD{
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	width: 50%;
}

TABLE#restaurante TD#casillas{
	vertical-align: top;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border: 1px solid #E5E5EA;
}

TABLE#restaurante TD#foto {
	vertical-align: center;
	font-size: 10px;
}

P#volver {
        width: 530px;
        margin-left: 20px;
        text-align: center;
}

P#volver A {
        background-image: url(../images/boton.gif);
        background-repeat: repeat-x;
        font-weight: bold;
        color: #777777;
        border: 1px solid #E5E5EA;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        cursor: pointer;
        height: 15px;
        width: 200px;
}

