/*
Theme Name: Interlude
Theme URI: http://www.freewpthemes.net/preview/interlude
Description: A multi-column, fixed-width design for 800x600 resolutions. Features Web 2.0 design ideal for 1024x768 resolutions. Widget-ready for WP2.2+
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-size: 13px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #424242;
}

h1, h2, h3 {
	font-size: 18px;
	color: #E6B012;
        margin:0;
        padding:0;
}

p, ol, ul {
	line-height: 20px;
}

a {
	color: #424242;
}

a:hover {
	text-decoration: none;
	color: #E6B012;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 920px;
        height:150px;
	margin: 20px auto;
        background: url(images/logo-hotel-real-purepecha.jpg) no-repeat center top;
}

/* Menu */

#menu {
	width: 880px;
        margin: 0px auto;
        padding:135px 0 0 70px;
}

#menu ul {
	margin:0px;
        padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
        float:left;
	padding: 2px 20px;
        border-left: 1px solid #E6B012;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

#inicio a {
        border: none;
}

#menu a:hover, .active a {
	color: #E6B012;
}

/* Page */

#wrapper {
	border-top: 6px solid #E6B012;
        margin: 0px auto;
        background: url(images/pg-bg.jpg) repeat-x left top;
}

#page {
	width: 920px;
        height: 420px;
        overflow:hidden;
        margin: 0 auto;
	padding: 0;
        background: #424242;
        color: #FFFFFF;
}

#page a {
	color: #E6B012;
        font-weight:bold;
	text-decoration: underline;
}

#page a:hover {
	text-decoration: none;
}

#boton a {
        background: #828282;
        padding:6px;
        margin-top:20px;
        color:#FFFFFF;
        font-weight:bold;
        font-size:14px;
        text-decoration: none;
}

#boton a:hover {
        text-decoration:underline;
        background: #424242;
        color: #E6B012;
}
        

/* Footer */

#wrapper2 {
        background: url(images/wrp-bg.jpg) repeat-x left top;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 45px;
	text-align: center;
        font-weight:bold;
        font-size:13px;
}

#legal {
	clear: both;
	margin: 0;
	padding: 60px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
        font-weight:normal;
}

#legal a {
	text-decoration: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.textores {
        width: 225px;
}

#anio {
        width: 32px;
}