/* general styles */
* { 
  margin:0px; 
  padding:0px; 
}

body {
  	background-color:#fff;
  	font-family: arial,verdana,sans-serif;
  	font-size:11px;
  	line-height:1.4em;
  	color:#333;
  	text-align:center;
  	margin:0;
 	padding:0;
  	background-position:center;
  	background-repeat:no-repeat;
}



h1, h2, h3, h4, h5 {
	font-family:arial,verdana,sans-serif;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
}

h1 {
	color:#000;
	font-size:20px;
	line-height:1.8em;
}

h2 {
	font-size:13px; 
	font-family:arial,verdana,sans-serif;
	font-weight:bold;
}

h2 a {   
  text-decoration: none;  
}

h2 a:hover { 
  text-decoration: underline;  
}

h3 {
	font-family:arial,verdana,sans-serif;
	font-size:11px; 
	line-height:1.8em;
}

h3 a {
  text-decoration: none;
}

h3 a:hover {
  color: #594c33;
  text-decoration: underline; 
}
	
h4 {
	color:#333;	
	font-size:11px;
}

h5 {
	font-size:12px;
	font-family:arial,verdana,sans-serif;
	text-align:left;
}

h5 a {   
  text-decoration: none;  
}

h5 a:hover { 
  color: #594c33; 
  text-decoration: underline;  
}

a:link { color: #24694c; }
a:visited { color: #063; }
a:hover { color: #594c33; }
a:active { color: #fff; }

#page-paje{
  	width:970px;
  	overflow:hidden;
  	margin:0px auto;
  	padding:10px;
  	text-align:left;
	background-color:#fffacd;
	border:1px solid #cccccc;
}

#page-paje-coupon{
  	width:970px;
  	overflow:hidden;
  	margin:0px auto;
  	padding:10px;
  	text-align:left;
	background-color:#fffacd;
	border:1px dashed #666666;
}




/* header styles */
#header {

}

#best-cleveland {
	background-color:#ffec8b;
  	padding:3px 10px;
}

#art-etc-frame {
	min-height:70px;
   background: url(images/bkgd.gif) repeat-x top left;
}

#nav {
	float:left;
	background-color:#ffec8b;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}

#nav li {
	float:left;
 	margin:0;
	padding:3px 15px;
  	font-family: arial,verdana, sans-serif;
	border-right:1px solid #cccccc;
}

#nav li.activenav{
background-color:#FFCC66;
}

#nav li.activenav h2{
color:#333333;
}

#nav li.activenav h2 a {   
  text-decoration: none;  
  color:#333333;
}

#nav li.last{
border-right:none;
}


/* main styles */
#main-oceano {
	clear:both;
	float:left;
	margin:0px;
	padding:10px 0px 10px 0px;
	overflow:hidden;
	width:100%;
	border-top:0px;
}
#twocolwrap{
	float:left;
	width:100%;
	display:inline;
	margin-right:-200px;
}
#menu-minuta{
	float:left;
	overflow:hidden;
	width:175px;
	display:inline;
	background-color:#ebe8ba;
}
#menu-inner{
	margin-left:5px;
}
#content-contenido{
	width:570px;
	/*margin-left:175px;*/
	margin-right:200px;
	overflow:hidden;
}
#content-contenido-inner{
	margin-left:15px;
}
#content-contenido-inner h2{
	margin-top:7px;
}
#promo-especialidad{
	float:left;
	overflow:hidden;
	width:180px;
}
#promo-default{
	float:left;
	overflow:hidden;
	width:180px;
	background-color:#ebe8ba;
}
#promo-inner{
	margin-left:15px;
}
#promo-inner-default{
	margin:9px;
}
p {
	font: 12px arial,verdana,sans-serif;
	color:#333;
	margin-bottom: 10px;
}
.bordernone {
	border:none;
}
.pstrong {
	font-weight:bold;
}
.ptitle {
	font-weight:bold;
	color:#000;
	width:300px;
	border:1px #333333;
	margin-bottom:0px;
}
.plist {
	color:#333;
	font: 12px arial,verdana,sans-serif;
	margin-left:15px;
}
.plist li {
	margin-bottom: 8px;
}
.small{
	font: 11px arial,verdana,sans-serif;
}
.xsmall{
	font: 10px arial,verdana,sans-serif;
}

.map-link {
	margin-top:14px;
}

.margleft9 {
	margin-left: 9px;
	margin-top: 9px;
}

#address-phone li {
	list-style-type:none;
	color:#333;
	font: 11px arial,verdana,sans-serif;
}
#address-phone li.strong {
	font-weight:bold;
}
#address-phone li.last {
	margin-bottom:15px;
}

/*end main styles*/



/* footer styles  */

#footer {
	clear:both;
	background-color:#ffec8b;
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}

#footer li {
	float:left;
 	margin: 0; 
	padding:3px 15px;
  	font-family: arial,verdana, sans-serif;
	border-right:1px solid #cccccc; 
}

#footer li.activenav{
background-color:#fc6;
}

#footer li.last{
border-right:none;
}




