/* GASTROX theme styles
 * © 2006 Alejandro Vásquez
 * for use as a theme in VIVOE CMS
 *
 */
body{
	text-align:center;
	background: #243B64 url(images/background.jpg);
	margin:0;
	padding:0;
	font: 12px Arial,Helvetica,sans-serif;
	color:white;
}
#container{
	width:950px;
	text-align:left;
	margin:0 auto;
	position:relative;
	margin-top:3px;
}
* html body #container{
	margin-top:2px;
}
#header{
	background: url(images/header-bg.jpg) center no-repeat;
	height:107px;
}
#nav{
	background: url(images/menu_bg.jpg) center no-repeat;
	height:25px;
	text-align:center;
}
#content{
	/*height:405px;*/
	min-height:405px;
	background: #C6BBA9 url(images/container_bg.jpg) 50% -5px repeat-y;
	padding:0;margin:0;
}
* html body #content{
	height:405px;
}
#footer{
	background: url(images/footer_bg.jpg) center no-repeat;
	height:35px;
	text-align:center;
	color: #5C5439;
	font-size:10px;
}

#header h1{
	height:20px;
	margin:0;
	padding:0;
	margin-left:-999px;
}
#header div h2{
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
	border:0; margin:0;
	font-size:18px;
	position:absolute;
	left:450px;
	top:46px;
	color:#243C62;
	text-align:right;
}
#cart_btn{
	position: absolute;
	left:870px;
	top:35px;
}
#cart_btn img{
	border:0;
}

#header .tel{
	color:white;
	font-size:11px;
	letter-spacing: .05em;
	font-weight: bold;
}
#nav div{
	border:0;margin:0;
	margin-left:45px;
	line-height:25px;
}
#nav ul{
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
}
#nav li a{
	display:block;
	width:110px;
	font-weight:bold;
	color:#4E4F61;
	float:left;
	text-decoration:none;
	font-size:12px;
	text-align:center;
}
#nav li a:hover{
	background: url(images/menu_overs.gif);
}
#content .frame{
	margin:15px 35px 0px 35px;
}
.page-content{
	padding-bottom:10px;
}
h3{
	font-size:16px;
}
h3 a{
	color:#253C65;
}
h4{
	font-size:14px;
}
#content .frame img{
	margin:0;padding:0;
	float:left;
}
.frame object{
	/*margin-left:-1px;*/
	margin:0;padding:0;
}
* html body .frame object{
	margin:0;
}

h3{
  color:#243B64;
  margin:0;
  padding:0;
}
.cartframe{
  border:1px solid #ccc;
  padding:10px;
  margin-right:20px;
  background:#FAFAFA;
}
.nopheader{
  background:#ddd;
}
.error_pedido, .success_pedido{
  margin:90px 0 0 80px;
  color:#700;
  }
.error_pedido a{
  color:#900;
}
.success_pedido{
  color:#243B64;
}
.success_pedido strong{
  font-size:16px;
 }
  