/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titulo_principal{
	font-family: Times New Roman;
	font-size: 18px;
	color: #D4D0BF;
	font-style:italic;
	padding-bottom:10px;
}

.nombre_principal{
	font-family: Times New Roman;
	font-size: 24px;
	color: #9C6B2D;
	padding-bottom:5px;
	padding-top:5px;
}

.texto_principal{
	font-family: Times New Roman;
	font-size: 14px;
	color: #6E5739;
	padding-left:15px;
	padding-right:15px;
}

.masinfo_principal {
	font-family: Times New Roman;
	font-size: 14px;
	color: #CEC9B7;
	text-decoration:underline;
}

.masinfo_principal a{
	font-family: Times New Roman;
	font-size: 14px;
	color: #CEC9B7;
	text-decoration:underline;
}

.masinfo_principal a:hover{
	font-family: Times New Roman;
	font-size: 14px;
	color: #C3975D;
	text-decoration:underline;
}

.masinfo_principal a:visited{
	font-family: Times New Roman;
	font-size: 14px;
}

.titulo_secundario{
	font-family: Times New Roman;
	font-size: 14px;
	color: #D4D0BF;
	font-style:italic;
	padding-bottom:10px;
}

.nombre_secundario{
	font-family: Times New Roman;
	font-size: 18px;
	color: #9C6B2D;
	padding-bottom:5px;
	padding-top:5px;
}

.texto_secundario{
	font-family: Times New Roman;
	font-size: 12px;
	color: #6E5739;
	padding-left:15px;
	padding-right:15px;
}

.masinfo_secundario {
	font-family: Times New Roman;
	font-size: 12px;
	color: #CEC9B7;
	text-decoration:underline;

}

.masinfo_secundario a{
	font-family: Times New Roman;
	font-size: 12px;
	color: #CEC9B7;
	text-decoration:underline;

}

.masinfo_secundario a:hover{
	font-family: Times New Roman;
	font-size: 12px;
	color: #C3975D;
	text-decoration:underline;
	
}

.masinfo_secundario a:visited{
	font-family: Times New Roman;
	font-size: 12px;
}

.carta_titulo_seccion{
	font-family: Times New Roman;
	font-size: 24px;
	color: #9C6B2D;
	padding-bottom:5px;
	padding-top:5px;
}

.carta_titulo_platos{
	font-family: Times New Roman;
	font-size: 18px;
	color: #D4D0BF;
	padding-left:15px;
	font-style:italic;
	padding-bottom:10px;
}

.carta_plato{
	font-family: Times New Roman;
	font-size: 12px;
	color: #D4D0BF;
	padding-left:30px;
	padding-bottom:10px;
}

.carta_precio{
	font-family: Times New Roman;
	font-size: 12px;
	color: #9C6B2D;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

