/* Start of CMSMS style sheet 'Lis' */
@charset "UTF-8";
/* CSS Document */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/


/* default */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
html{
	font-size:100%;
	height: 100%;
}
body{
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", serif;
	color:#666;
	background: #181818 url(http://www.restaurantelis.com.ar/images/lis/backfull.jpg) no-repeat center top;
	padding: 0;
	top: 0;
	margin: 0;
	height: 100%;

}

#wrapper{
	margin:0 auto;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -349px; 


}
/* @group Header */
#header{
	width: 960px;
	height: 140px;
	padding: 0;
	margin: 0;
	top: 0;
	background: url(http://www.restaurantelis.com.ar/images/lis/site_02.gif) 0 center;
	
}

#logo{
	width: 220px;
	height: 143px;
	background: url(http://www.restaurantelis.com.ar/images/lis/logo_02.gif) 0 center;
	position: relative;
	left: 5px;
}
h1{
	display: none;
	padding: 0;
	margin: 0;
}
/* @end */
/* @group Menu */

#nav{
	background: url(http://www.restaurantelis.com.ar/images/lis/site_04.gif) no-repeat;
	padding: 0;
	margin: 0;
	height: 41px;
	width: 960px;
}

#nav ul {
	height: 33px !important;
	padding-left: 10px !important;
	list-style: none !important;
	margin:;
	margin-top: 0;

}
#nav li {
	float: left !important;
	margin-top: 7px;
	color: #ff8600;
	font: small-caps 2em Georgia, "Times New Roman", Times, serif;
	background-position: center;
	width: 148px;
	text-align: center;
	}


#nav a{
	font-variant:small-caps;
	color: #ff8600;
}
#nav a:visited{
	font-variant:small-caps;
	color: #ff8600;
}
#nav a:hover{
	text-decoration:none;
}
#nav span{
	float:right;
	margin-top:-1.2em;
		
}
	/* @end */
/* @group content */


#content{
	margin: 0 0 0 40px;
	padding: 0;
	width: 840px;
	background-position: center;
	background-image: url(http://www.restaurantelis.com.ar/images/lis/fondo1.gif);
}
#content p{
	margin: 0;
}
#border{
	width: 910px;
	color: #555;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	background-image: url(http://www.restaurantelis.com.ar/images/lis/fondo1.gif);
	margin-left: 20px;
}

#footer{
	width: 914px;
	background: url(http://www.restaurantelis.com.ar/images/lis/footer_01.gif) no-repeat 0 bottom;
	margin-top: -2px;
	margin-left: 20px;
	height: 349px;
	
}
.push {
	height: 50px; /* .push must be the same height as .footer */

	}
#datosfoot{
	float: left;
	margin-top: 186px;
	margin-left: 149px;
	font: italic bold 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #a51902;
}
#datosfoot p{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10;
}

/* @end */

/* @group Tipo */
/*LINKS
-------------------------------------------------------- */
p {
	color:#a51902;
	font: 15px/23px Georgia, "Times New Roman", Times, serif;
}
p a{
	text-decoration: none;
	color: #5d0b00;
	font-style: italic;
}
p a:hover{
	text-decoration: underline;
}

li a{
	color:#5d0b00;
}
li a:hover{
	text-decoration: underline;
}

H2{
	font: italic normal bold 24px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-top: 0;
	margin-top: 0;
}


H3{
	padding-top: 10px;
	font: italic normal bold 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
	
}
h3 a{
	text-decoration: none;
	color: #2f2f2f;
	font-style: italic;
}
h3 a:hover{
	text-decoration: underline;
}

h4{
	color:#5d0b00;
	font-size:1.2em;
	margin-bottom:1.5em;
	line-height:1.5em;
	font-variant:small-caps;
}
h4 a{
	text-decoration: none;
	color: #5d0b00;
	font-weight: bold;
}
h4 a:hover{
	text-decoration: underline;
}


h5{
	color:#5d0b00;
	font-size: 1em;
	margin-bottom:1.5em;
	line-height: 1.5em;
	font-variant: small-caps;
	font-style: italic;
}
h5 a{
	text-decoration: none;
	color: #5d0b00;
	font-weight: bold;
}
h5 a:hover{
	text-decoration: underline;
}

ul{
	margin-bottom:1.8em;
	list-style:square inside;
}
ul li{
	font-size:1.2em;
	line-height:1.5em;
}
ul li.caption{ /* Apply this class to the first list item in a list to give it a caption */
	font-variant:small-caps;
	list-style:none;
	color:#000;
}
li > ul, li > ol{
	margin-bottom:0;
	margin-left:5em;
}
li > ul li, li > ol li{
	font-size:1em;
}
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
}
ol li{
	font-size:1.2em;
	line-height:1.5em;
}


/* @end */
input{
	background-color: #ffefc7;
	border: 1px solid #8d1300;
	margin: 0 0 10px;
}
textarea{
		background-color: #ffefc7;
	border-style: solid;
	border: 1px solid #8d1300;
	margin: 0 0 10px;
}
/* End of 'Lis' */

