* {
  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_casamagna.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 {
      background: #D0D0D0;
}

#intro {
    background: #fff url(../img/intro.jpg) no-repeat right;
    width: 621px;
    height: 375px;
    margin: auto;
    margin-top: 40px;
    position: relative;
    border: 1px #000 solid;
    font-family:"Century Gothic";
}

#gallery #intro {background: #fff url(../img/gallery.jpg) no-repeat right}
#key-staff #intro {background: #fff url(../img/key_staff.jpg) no-repeat right;}
#directions #intro {background: #fff url(../img/directions.jpg) no-repeat right;}
#suscribe #intro {background: #fff url(../img/subscribe.jpg) no-repeat right;}
#reservations #intro {background: #fff url(../img/reservations.jpg) no-repeat right;}
#kids #intro {background: #fff url(../img/kids.jpg) no-repeat right;}
#wine #intro {background: #fff url(../img/wine.jpg) no-repeat right;}
#margaritas #intro {background: #fff url(../img/cocktail.jpg) no-repeat right;}
#hosting #intro {background: #fff url(../img/hosting.jpg) no-repeat right;}
#contact #intro {background: #fff url(../img/contact.jpg) no-repeat right;}
#specials #intro {background: #fff url(../img/specials.jpg) no-repeat right;}



#intro h1 {
    font-size: 14px;
    font-weight: lighter;
    position: absolute;
    background: #fff;
    height: 34px!important;
    width: 416px;
    border-top: 1px #f3f3f3 solid;
    border-right: 1px #f3f3f3 solid;
    border-bottom: 1px #dadada solid;
    border-left: 1px #dadada solid;
    line-height: 34px;
    right: 0;
    top: 60px;
    text-align: center;
    color: #666;
}

#key-staff #intro h1, #directions #intro h1, #kids #intro h1 {
    width: 340px;
}


#intro h1 a {
  color: #666;
  text-decoration: none;
}


#intro .texto {
	width: 370px;
    margin-left: 15px;
    font-size: 11px;
    margin-top: 15px;
    line-height: 1.5em;
}

    .texto h2 {
        font-size: 15px;
        margin-bottom: 15px;
        background: url(../img/bullet-cuadro.jpg) no-repeat left center;
        height: 25px;
        line-height: 25px;
        padding-left: 15px;
    }

    #gallery .texto h2 {
      margin-bottom: 10px;
    }


    #intro .texto p {
      margin-left: 15px;
      color: #333;
	  margin-bottom: 10px;
    }


    .texto form .imp-txt {
    	display: block;
        width: 300px;
        background: #666;
        color: #fff;
    }

    .texto form .imp-txtarea {
      width: 300px;
      background: #666;
      color: #fff;
    }

    .texto form .imp-sbm {
        color: #666;
        background: none;
        border: 0;
        float: right;
        clear: both;
        margin-right: 40px;
    }


    .texto form p {
      margin-bottom: 15px;
      font-size: 12px;
    }


#contenido #other {
  border-top: 1px #fff solid;
  height: 35px;
  line-height: 35px;
  text-align: right;
  padding-right: 30px;
  font-size: 11px;
  font-family: Verdana;
  background: #b0b0b0;
  color: #fff;
}



#other {
    margin-top: 30px;
}

.texto {
  height: 250px;
  overflow-y: scroll;
}

#index #other {
    width: 699px;
    margin-left: 4px;
}

#index #intro {
  width: 736px;
  margin: 0;
  height: 445px;
  padding: 0;
	border: 0;
}

#index #contenido {
	background: none;
}

#contenido #other a {
  color: #fff;
}

#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;
	}
