#page {
	width: 850px;
	text-align: left;	
	margin: 0px auto;	
}

/* Pestanyes superiors */
#topbar {
	width: 100%;
	border-bottom: 1px solid #00d8d8;	
	float: left;		
}

#topmenu {
	list-style-type: none;
	float: left;
	width: 80%;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	left: -20px;
	top: 1px;	
	position: relative;	
}

#topmenu li {
	float: left;
	margin-right: 20px;
	margin-left: 20px;	
	border-bottom: 1px solid #00d8d8;
	border-top: 1px solid white;		
}

#topmenu a {
	float: left;	
	color: #333333;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	background-color: white;
	border: 0px;	
}

#topmenu li.active {
	border-left: 1px solid #00d8d8;	
	border-top: 1px solid #00d8d8;
	border-right: 1px solid #00d8d8;	
	border-bottom: 1px solid #ffffff;	
}

#header {
	clear: left;
	background-color: #fffed4;
	background-image: url("../images/header_bg.png");
	background-repeat: repeat-x;
	margin-top: 15px;
	float: left;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

#header img {
	float: left;
	width: 570px;
}

#title {
	width: 280px;
	height: 240px;
	float: right;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	font-family: Georgia;
	font-weight: bold;
	float: left;
	width: 250px;
	margin: 15px 15px 0px 15px;	
	text-align: center;	
	background-image: url("../images/title_bg.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	color: #731A1D;
	text-transform: uppercase;		
}

.top_telephone {
	width: 250px;	
	margin: 15px 15px 0px 15px;
	font-size: 1.4em;
	color: #4e4444;
}

.top_telephone span {
  	font-size: 1.4em;
        font-family: Arial, sans-serif;
 	color: #731e35;
}

#title img {
	width: 155px;
	height: 97px;
	float: none;
	display: inline;
	margin-top: 20px;
}

#menu {
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: #00d8d8;
	margin: 15px 0px 15px 0px;
	background-image: url("../images/menu_bg.png");
	background-position: top;
	background-repeat: repeat-x;
}

#menu li {
	float: left;
}

#menu li a {
	padding: 4px 6px 4px 6px;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333333;	
	border: 0px;
	background-image: url("../images/li_a.png");
	background-position: right;
	background-repeat: no-repeat;
}

#menu li a:hover,
#menu li.active {
	background-color: #f6f3f1;
	background-image: url("../images/menu_active_bg.png");
	background-position: top;
	background-repeat: repeat-x;	
}

#content {	
	float: left;
	width: 560px;
	margin-right: 10px;	
	margin-bottom: 20px;			
}

#rightbar {	
	float: left;
	width: 280px;						
}

#footer {
	margin-top: 0px;
}

#rightbar .module  {	
	background-color: #fffed4;
	background-image: url("../images/header_bg.png");
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px 5px 10px 5px;	
	text-align: center;
	margin-bottom: 15px;	
}

#rightbar .module p {
	margin: 5px 0px 5px 0px;
}

#rightbar ul {
	text-align: left;
	margin-left: 20px;	
}

#rightbar .module h3 {
	font-family: Arial;
	font-size: 1.3em;
	width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px;
	color: #731A1D;
	text-transform: uppercase;
	margin: 0px;
} 

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 1.6em;
	margin:  0px 0px 15px 0px;
	color: #731A1D;			
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin:  0px 0px 10px 0px;
	color: #333333;			
}

h3 span {
	font-size: 0.8em;	
}

#content p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

.ofertas {
	list-style: none;
	color: #731A1D;	
}

.ofertas li {
	padding-left: 10px;
	margin-bottom: 5px;	
	background-image: url("../images/li.png");
	background-repeat: no-repeat;
	background-position: center left;
}

#content>ul {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

#content>ul>li {
	margin-top: 0.50em;	
}

.error404 {
	margin-top: 10px;
}