* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/header_bg.jpg) repeat-x;
  font-family: Arial, Sans-Serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;}*/
.clearfix {display: block;}
/* End hide from IE-mac */


a img {
  border: 0;
}


#header {
  height: 95px;
  overflow: hidden;
  text-align: right;
}

#cont-general {
  width: 920px;
}

    #header #top {
      height: 15px;
    }


    #header #top a {
      font-size: 10px;
      text-decoration: none;
      color: #fff;
    }

    #header #logo {
      width: 200px;
      height: 70px;
      background: url(../img/logo_ohtli.jpg) no-repeat;
      float: right;
      overflow: hidden;
      position: relative;
    }

        #logo h1 {
          display: block;
          padding-top: 80px;
          background: none;
          border: none;
        }


/* MAQUETACION DE LAS COLUMNAS PRINCIPALES */
#menu {
  float: left;
  width: 146px;
  margin-top: 5px;
}

#contenido {
  float: right;
  width: 736px;
  overflow: hidden;
  margin-top: 5px;
}

/* ESTILOS PARA MENU */
#menu li {
  height: 17px;
  overflow: hidden;
  border-bottom: 1px #CECDBE solid;
  line-height: 17px;
  width: 146px;
}


#menu .head {
  background: #9C102D;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  border: 0;
}


#menu .head a {
  font-size: 11px;
  color: #fff;
  display: block;
  line-height: 17px;
}
    .head a:hover {
      color: #fff!important;
    }


#menu li a {
  font-size: 10px;
  text-decoration: none;
  padding-left: 10px;
  color: #333;
  display: block;
}

#menu li a:hover {
  color: #9D102C;
}

#menu .extensible{
  background: url(../img/extensible-bg.jpg) center right no-repeat;
}

.extension .extensible {
	background: url(../img/extensible-bg.jpg) 136px center no-repeat!important;
}

#menu .extended {
  height: auto;
  background: url(../img/bullet-extended.jpg) no-repeat 137px 6px;
  font-weight: bolder;
  border: 0;
}

#menu>ul>.extended {
    background: url(../img/bullet-extended.jpg) no-repeat right 6px!important;
}


    .extended ul li {
        height: auto!important;
    }
	

    .extended ul a {
      font-weight: normal;
      font-size: 10px!important;
      color: #333!important;
    }
	
	.sel1 {
		border-bottom: 1px #CECDBE solid;
		margin-left: 0!important;
		padding-left: 10px!important;
		display: block!important;
	}
	
	.sel2 {
		border-bottom: 1px #CECDBE solid;
		margin-left: 0!important;
		padding-left: 16px!important;
		display: block!important;
	}

    .extended a {
      font-size: 11px!important;
      color: #9d102d!important;
	  margin-left: 7px;
	  display: block;
    }
	
	.extension ul a {
		margin-left: 14px;
		display: block;

	}
	
    #menu li {
        height: 100%;
        position: relative;
        line-height: 1em;
    }

    #menu ul {
      height: 100%;
      position: relative;
      line-height: 1em;
    }


    #menu a {
        height: 100%;
        position: relative;
    }

    #menu .extension .selected a, #menu .selected {
      color: #9d102d!important;
    }


/* ESTILOS PARA CONTENIDO */
#contenido {
	width: 737px;
}

#index #contenido {
	background: url('../img/bg-cont-main.png') repeat-y;
	color: #fff;
}

#index #cont-texto {
	float: left;
	width: 552px;
	font-family: Verdana;
}

	#index #cont-texto .cont {
		margin-left: 80px;
		margin-right: 30px;
		margin-top: 30px;
		text-align: justify;
		font-size: 13px;
	}
	
	#index #cont-texto h2 {
		font-size: 17px;
		font-family: Arial;
		margin-bottom: 25px;
	}
	
	#index #cont-texto p {
		margin-bottom: 20px;
	}

#index #cont-menuder {
	float: right;
	width: 180px;
	font-family: Verdana;
}

	#index #cont-menuder .cont {
		margin: 30px 30px 0 5px;
	}

	#index #cont-menuder a {
		display: block;
		color: #fff;
		margin-bottom: 15px;
		font-size: 11px;
		font-weight: bolder;
		text-decoration: none;
	}

	#interior1 #cont-foto {
		float: left;
		width: 370px;
		overflow: hidden;
	}
	
	#interior1 #cont-foto.cf2 {
		width: 390px;
	}
	
	#interior1 #cont-texto ul {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	#interior2 #cont-foto {
		margin-bottom: 20px;
	}
	
	#cont-foto img {
		border: 1px #7B6834 solid;
	}
	
	#interior1 #cont-texto {
		float: right;
		width: 360px;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.5em;
		font-family: verdana;
		background: url('../img/cenefa.png') left bottom no-repeat;
		padding-bottom: 100px;
		text-align: justify;
	}
	
	#interior2 #cont-texto {
		text-align: justify;
		font-size: 13px;
		line-height: 1.5em;
		font-family: verdana;
	}
	
	#interior1 #cont-texto.no-cenefa {
		background: none;
	}
	
	#interior1 #cont-texto.cenefa2 {
		background: url('../img/cenefa2.png') left 40px no-repeat;
		padding-bottom: 0;
	}
	
	#interior1 #cont-texto .cont {
		width: 325px;
		margin: auto;
	}
	
	form p {
		margin-bottom: 10px!important;
	}
	
	#contact-textarea {
		width: 290px;
	}
	
	#interior1 #cont-texto p, #interior2 #cont-texto p {
		margin-bottom: 20px;
	}
	
	#interior1 #cont-texto h2, #interior2 #cont-texto h2 {
		font-size: 17px;
		color: #7B6834;
		margin-bottom: 20px;
		font-family: Arial;
	}
	
	#interior1 #cont-texto h3, #interior2 #cont-texto h3, #interior2 table th {
		color: #7B6834;
		font-size: 13px;
	}
	
	#interior1 #cont-texto h4 {
		font-weight: lighter;
		font-style: italic;
	}
	
	#interior1 #cont-texto a, #interior2 #cont-texto a {
		color: #7B6834;
		font-weight: bolder;
	}
	
	#interior2 table .prod {
		width: 400px;
	}
	
	#cont-texto label {
		display: block;
	}
	
	#interior2 .review img {
		border: 4px #B9AD7E solid!important;
		background: #7B6834;
		padding: 2px;
		float: left;
		margin-right: 20px;
		display: inline;
	}
	
	table.salontb {
		width: 340px;
		font-size: 12px;
	}
		
		.salontb .thr {
			width: 100px;
		}
			
		.salontb td {
			padding: 2px;
			border:1px solid #CFC28F;
			background-color:#DCD7C1;
		}
		
		.salontb .blanco td {
			background: none;
			border: 0;
			padding: 0;
		}
	
		.salontb th {
			background: #CFC28F;
			padding: 5px 5px 20px 5px;
		}
	
	
	table.specialtb {
		width: 330px;
		margin-bottom: 20px;
	}
	
	#interior2 .review {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	.review .autor {
		font-weight: bolder;
		font-size: 13px;
		font-family: Arial;
		color:#7B6834;
	}
	
	.review .mag {
		color: #333;
	}
	
#footer-cont {
	background: url(../img/footer-bg.jpg) repeat-x;
    margin-top: 17px;
    color: #333;
    font-size: 10px;
    padding-left: 10px;
    font-family: Verdana;
}

#footer-cont a {
    text-decoration: none;
    color: #003399;
}


    #footer {
    	padding-top: 4px;
        height: 29px;
        line-height: 29px;
    }

    #footer2 {
        height: 26px;
        line-height: 26px;
        width: 900px;
        overflow: hidden;
    }

    #footer2 .float-right {
      float: right;
    }


	#menus-breakfast-classics table td {
		vertical-align: top;
	}
	
	#menus-breakfast-classics table strong {
		font-size: 12px;
	}
	
	#menus-breakfast-classics .precio {
		padding-top: 3px;
		width: 50px;
	}
	
	#menus-breakfast-classics .desc {
		padding-right: 30px;
	}