
/**
 * Estilos para el cuerpo
 */
body {
    background-color: #BAAC7C;

} 

input {
    border: 1px solid #BAAC7C;
    font-family : Tahoma;
    font-size   : 12px;
    padding     : 2px 2px 2px 4px;
    height      : 20px;
}	

.check  {

}

.btn {
	
    color : #646464;
    font-weight : bold;
    font-size   : 11px;
}

textarea {
    border: 1px solid #BAAC7C;
    font-family : Tahoma;
    font-size   : 12px;
    padding     : 2px 2px 2px 4px;
}


.texto {
    font-family : Tahoma,verdana;
    font-size   : 12px;
		color: #981C3A; 
}

/**
 * Estilos par la sugerencia
 */
.sugTexto {
	font-family : Verdana, Arial;
	font-size   : 10px;
	color       : #981C3A;
}

.sugLink {
	text-decoration : none;
    color           : #981C3A;
}


.Sug {
    border: 1px solid black;
}

/**
 * Estilo para la bienvenida
 */
.bieTexto {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 12px;
	color          : #981C3A;
	vertical-align : top;
}

/**
 * Tabla principal que engloba toda la web
 */
.tblPrincipal {
	background-color: #E0D3A7;
	padding: 7px;
}

/**
 * Estilos para la cabecera
 */
.imgCabecera {
    cursor : pointer;
}


/**
 * Estilos para el pie
 */
.pieTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C825F;
	text-align: right;  
	vertical-align:middle;  
}

.pieTexto a {
	text-decoration : none;
    color: #8C825F;
}
.pieTexto a:hover {
	color: #9C1E3D;
}

/* estilo textos volver */
.textoVolver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8C825F;
	text-align: right;  
	vertical-align:middle;  
}

.textoVolver a {
	text-decoration : none;
    color: #8C825F;
}
.textoVolver a:hover {
	color: #9C1E3D;
}

	
/**
 * Estilo para las cartas
 */

.centrado {
	width:500px;
}

/** 
 * Tabla de recetas
 */
.tblCartas {
	width            : 400px;
	background-color : #CDA48B;
}


.tblCartas td {
	text-align       : left;
	font-family      : Tahoma;
	font-size        : 17px;
	color            : #9C1E3D;
	height           : 30px;
	padding          : 10px;
	vertical-align   : top;
}

.tblCartasTr {
   background-color : #E0D3A7;
   cursor           : pointer;
}
.tblCartasTrOver {
   background-color : #E8DCB3;
   cursor           : pointer;
}


.tblCartas td  a{
	text-decoration : none;
    color           : #9C1E3D;
}

.imgCarta {
	border         : 1px solid #9C1E3D;
 	position       : relative;
	vertical-align : top;
}

.txtCarta {
	font-size      : 13px;
	color          : #9C1E3D; 
	vertical-align : top;
	text-align     : left;
	font-family    : Arial;
}

.intCartas {
	font-family    : Verdana, Arial;
	font-size      : 12px;
	color          : #981C3A;
	vertical-align : top;
}
.imgCartas {
	border : 1px solid #CDA48B;
}

.cartaTexto {
    font-size: 12px
}

/**
 * Estilos para la ficha de la carta
 */

.tblCarta {
	background-color : #E7DBB2;
	text-align       : left;
	font-family      : Arial;
	font-size        : 14px;
	color            : #9C1E3D;
	height           : 30px;
	vertical-align   : top;
	border           : 1px solid #D5B797;

	
}
.tblCartaPlato {
	font-family  : Tahoma;
	text-align   : left;
	font-size    : 14px;
	color        : #9C1E3D;
  padding-bottom: 10px;
   
}

.tblCartaPlato span {
	font-size  : 10px;
  font-style : normal;
	color: #727272;
}

.tblCartaPlato a {
	text-decoration: none;
	color        : #9C1E3D;
}


.tblCartaPrecio {
	font-family  : Tahoma;
	text-align   : right;
	font-size    : 11px;
	color        : #9C1E3D;
	padding-top: 5px;
}


.tblCartaSeccion {
	font-family  : Tahoma;
	text-align   : center;
	font-size    : 14;
	color        : #9C1E3D;
  font-weight  : bold;
	padding-top: 15px;
	padding-bottom: 5px;
	text-decoration: underline;
}



/**
 * Estilos para las recetas
 */
.tblRecetas {
	width            : 400;
	background-color : #CDA48B;
}
.tblRecetasTd {
	background-color : #E0D3A7;
	text-align       : center;
	font-family      : Tahoma;
	font-size        : 17px;
	color            : #9C1E3D;
	height           : 30px;
}

.tblRecetasTdOver {
	background-color : #E8DCB3;
	text-align       : center;
	font-family      : Tahoma;
	font-size        : 17px;
	color            : #9C1E3D;
	height           : 30px;
    cursor           : pointer;
}


.tblRecetas td  a {
	text-decoration : none;
    color           : #9C1E3D;
}

.celdaImagenReceta {
	text-align       : center;
}

.imgReceta {
	border: 1px solid #9C1E3D;
}

.intRecetas {
	font-family    : Verdana, Arial;
	font-size      : 12px;
	color          : #981C3A;
	vertical-align : middle;
}	

.txtReceta {
	font-size      : 13px;
	color          : #9C1E3D; 
	vertical-align : top;
	font-family    : Arial;
}


/**
 * Estilo para los menus
 */

.tblMenu {
	background-color : #E7DBB2;
	text-align       : left;
	font-family      : Arial;
	font-size        : 14px;
	color            : #9C1E3D;
	height           : 30px;
	vertical-align   : top;
	border           : 1px solid #D5B797;

	
}
.tblMenuPlato {
	font-family  : Tahoma;
	text-align   : center;
	font-size    : 14;
	color        : #9C1E3D;
  padding-bottom: 10px;

    
}

.tblMenuPlato span {
	font-size  : 10px;
  font-style : normal;
	color: #727272;
}

.tblMenuSeccion {
	font-family  : Tahoma;
	text-align   : center;
	font-size    : 18;
	color        : #9C1E3D;
  font-weight  : normal;
	padding-top: 15px;
	padding-bottom: 5px;
	text-decoration: underline;
}

.tblMenus {
	width            : 400;
	background-color : #CDA48B;
}
.tblMenus td {
	text-align:left;
	font-family:Tahoma;
	font-size:17px;
	color:#9C1E3D;
	height:30px;
	padding:10px;
	vertical-align:top;
}

.tblMenus span {
	font-size: 12px
}

.tblMenusTr {
	background-color :#E0D3A7;
}
.tblMenusTrOver {
   background-color : #E8DCB3;
   cursor           : pointer;
}

.tblMenuPrecio {
    text-align  : center;
	font-family : Tahoma;
    color       : #9C1E3D;
    font-weight : bold;
		padding-top: 15px;
  
}

.tblMenuPie {
    text-align  : center;
	font-family : Tahoma;
	font-size   : 11px;
    color       : #9C1E3D;
}

.intMenus {
	font-family    : Verdana, Arial;
	font-size      : 12px;
	color          : #981C3A;
	vertical-align : top;
	text-align     : justify;
}


/** 
 * Estilos para los contactos
 */
.cntLabel {
	font-family   : Tahoma;
    font-size     : 11px;
    padding-right : 10px;
}

.cntLabelObl {
	font-family   : Tahoma;
    font-size     : 11px;
    padding-right : 10px;
    color         : #9C1E3D;
}

/**
 * Estilos para los mensajes de resultado
 */
.resultOK {
	font-family : Tahoma;
    color       : #9C1E3D;
    font-size   : 12px;
    text-align  : left;
    padding-left: 60px;

}


.resultError{
	font-family : Tahoma;
    color       : #9C1E3D;
    font-size   : 12px;
    text-align  : center;
}

.windowTbl {
    background-color : #E0D3A7;
    border: 1px solid black;
}	
.windowTitle {
	font-family : Tahoma;
    font-size : 12px;
    color: white;
    font-weight: bold;
   
    background-image : url(../graficos/fdDialogTitle.jpg);
}

.imgLink {
	cursor : pointer;
}	

.intRestaurante {
	font-family    : Verdana, Arial;
	font-size      : 12px;
	color          : #981C3A;
	text-align: center;
}

.reservasTlf {
	font-family    : Tahoma, Verdana, Arial;
	font-size      : 12px;
	color          : #981C3A;
}

.reservasTlf span {
	font-weight: bold;
	font-size: 20px;
}

.hdRest {
	text-align       : left;
	font-family      : Tahoma;
	font-size        : 17px;
	color            : #9C1E3D;
	height           : 30px;
	vertical-align   : top;
}

.bordeFotos {
	border: 1px solid #9C1E3D;
}

.pieFotos {
	font-family      : Tahoma;
	font-size        : 10px;
	color            : #727272;
	align						 : center;
}

.linkRest {
	font-family      : Tahoma;
	font-size        : 12px;
	color            : #9C1E3D; 
}

.linkRest a {
	text-decoration : none;
}
