/*
Theme Name: Sitios Para Usted
Theme URI: http://www.sitiosparausted.com.
Description: The default WordPress theme for Sitios para usted
Version: 1.0
Author: David Dunkley
Author URI: http://sitiosparausted.com
Tags: SitiosParaUsted
*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* General styles */
body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
/*	font-family: "Lucida Sans", Arial, sans-serif;*/
	color: #575757; /* Grey */
	text-align:center; /* center body in IE */
	margin:0 auto; /* center body for everyone else */
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:1100px;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a, a:link, a:visited, a:active {
	text-decoration:underline;
	color: #4f6b72;
}
a:hover {
    color: #fff;
	background: #000; 
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
	color: #575757; /* Grey */
}
img {
	margin:5px 0 10px;
}
h1, h2, h3, h4, h5 {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 140%;
	}
h1 {
	font-size: 2em; 
}
h2 {
	font-size: 1.5em;
	letter-spacing: -0.01em;
}
h3 {
	font-size: 1.3em;
	letter-spacing: -0.01em;
}
h4 {
	font-size: 1.18em;
	font-weight: bold;
	}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
/* Header styles */
#header {
	padding: 0px;
	clear:both;
	float:left;
	width:100%;
	background:#dad0b5; /* Grey */
}
#header p,
#header h1, 
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header img {
	float: left;
	margin:0px;
}
/* Top Style */
#top {
	background: #f7921e;
	padding: 15px 0px 15px 0px;
	height: 0px;
}
/* Navbar styles */
#navbar {
	width: 100%;
	float: right;
	padding: 15px 0px 15px 0px;
	background: #f7921e;
	height: 30px;
	clear:both;
}
#navbar ul {
	margin: 0px 0px 0px 30px;
}
#navbar li {
    list-style: none;
    float: left; }
#navbar li a {
    display: block;
    text-decoration: none;
	font-size: 130%;
    font-weight: bold; 
    color: #fff;
    padding: 3px 8px;
}
#navbar li a.active {
    background: #dad0b5; 
    color: #000; 
}
#navbar li a:hover {
    color: #000;
	background:#f7921e;
}
#hdr_img {
	padding: 0px;
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#dad0b5;		/* Right column background colour */
}
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-325px; /* */
	position:relative;
	right:100%;
	background:#dad0b5;   	/* Left column background colour */
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:10px 15px 0 335px;	/* Right column width + right margin*/
	overflow:hidden;
}
.rightmenu .col2 {
	float:right;
	width:320px;			/* Width of right column content (right column width minus left and right padding) */
	position:relative;
	left:310px;			/* Width of (right coloumn width - right padding) */
	margin: 0px 0px 15px 0px;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	height: 140px;
/*	border-top:1px solid #000;*/
	background:#dad0b5;
}
#footer #links {
	background: #c3b590;
	height: 30px;
	padding: 5px 0px 5px 0px;
}
#footer #links a {
	width: 30px;
	height: 30px;
	text-decoration: none;
	color: #c3b590;
	padding: 10px;
}
#footer #links a.facebook {
	background: url('../img/footer/facebook.gif') no-repeat;
}
#footer #links a:hover {
	background-position: 0 -30px; 
}
#footer ul {
	padding:10px;
	margin:0;
	width: 100%;
	text-align: left;
}
#footer ul li {
	border-left: 1px solid black;
	display: inline;
	padding: 0px 10px;
}
#footer ul li.first {
	border: none;
}
ul {
	text-align: center;
}
ul.options li {
    list-style: none;
    float: left;
	display: inline;
	padding: 5px;
}
/* Photo Box styles */
.photo-box {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	float: left;
	background: #fff;
	margin: 5px;
	padding: 10px;
	width: 342px;
	font-size: 80%;
	text-align:left;
}
.photo-box img {
	float:left;
	padding: 0px 5px 0px 5px;
	width: 120px;
}
.photo-box h3 {
	color: #086a3b /* green */;
}
.photo-box p {
font-size:1.1em;
}
/* right-box styles */
.col2 h2 {
	color: #fff;
	float: left;
	width: 320px;
	background: url('../img/cnr/org_320x60.gif') no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
}
/* Quotes styles */
.quotes {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	border-radius: 20px; /* for other non-IE */
	float: left;
	background: #fff;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	font-size: 80%;
}
.quote-box {
	padding: 0px 5px 0px 5px;
	clear:both;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #086a3b;
}
.quote-box h3 {
	color: #086a3b /* green */;
}
.quotes img {
	float: left;
	padding: 0px 5px 0px 5px;
}
.quotes p {
	font-size:1.1em;
}
/* Prices styles */
.prices {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	border-radius: 20px; /* for other non-IE */
	float: left;
	background: #fff;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	font-size: 80%;
}
.price-box {
	padding: 0px 5px 0px 5px;
	clear:both;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #086a3b;
}
.price-box h3 {
	color: #086a3b /* green */;
	text-align: left;
}
.price-box em {
	font-weight: bold;
	font-style: normal;
	font-size:1.2em;
}
/* facts styles */
.facts {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	border-radius: 20px; /* for other non-IE */
	float: left;
	background: #fff;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	font-size: 80%;
}
.fact-box {
	padding: 0px 5px 0px 5px;
	clear:both;
	background: #fff;
	text-align: left;
	border-bottom: 1px solid #086a3b;
}
.facts img {
	float: left;
	padding: 0px 5px 0px 5px;
}
.facts p {
	font-size:1.2em;
	color: #086a3b /* green */;
}
/* text-box styles */
.text-box {
	background:#dad0b5;
}
.text-box h2 {
	color: #fff;
	width: 740px;
	background: url('../img/cnr/org_740x60.gif') no-repeat;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
}
.text-box img {
	float: left;
	padding: 0px 5px 0px 5px;
	font-size:1.4em;
}
.text-box div.two-col {
	padding: 10px 0px;
}
.text-box div {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	background: #fff;
	width: 740px;
	margin: 0px;
}
.text-box div p {
	width: 720px;
	padding: 0px 10px;
	font-size: 1.1em;
	text-align: left;
}
.text-box ul li {
	font-size: 1.1em;
	text-align: left;
	margin-left: 100px;
}
.text-box .img_col {
	width:305px;
	float: left;
	background:#dad0b5; /* Grey */
}
.text-box .img_col img {
	margin: 0px;
	padding: 0px 5px 5px 0px;
}
.text-box div.col_right {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	background: #fff;
	width: 420px;
	padding: 10px 0px;
	margin: 0px 0px 10px 320px;
}
.text-box div.col_right h3 {
	padding: 0px;
	margin: 0px;
	font-size: 120%;
	color: #086a3b; /* green */
	border-bottom:1px solid #000;
}
.text-box div.col_right p {
	width: 400px;
	padding: 5px;
}
/* sitemap style */
div.sitemap {
	padding: 20px 40px;
	text-align: left;
	width: 660px;
}
ul.tree, 
ul.tree ul { 
	list-style-type: none; 
	background: url('../img/vline.png') repeat-y; 
	margin: 0; 
	padding: 0; 
} 
ul.tree ul { 
	margin-left: 10px; 
} 
ul.tree li { 
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url('../img/node.png') no-repeat; 
	color: #369; 
	font-weight: bold; 
} 
ul.tree li.last { 
	background: #fff url('../img/lastnode.png') no-repeat; 
}
.sitemap li a {
    color: #000;
	font-size: 1.2em; 
	text-decoration: none;
}
.sitemap li a:hover {
    color: #fff;
	background: #000; 
}
/* feature-box styles */
.feature-box {
	width: 360px;
	float: left;
	padding: 0px 10px 0px 0px;
}
.feature-box small {
	font-size: 1%;
}
.feature-box a:hover {
	background: #dad0b5; /* Grey */
	padding: 0px;
	margin: 0px;
}
.feature-box h2 {
	float: left;
	color: #fff;
	width: 360px;
	padding: 5px;
	margin: 5px 0px 0px -5px;
}
.feature-box h2 a {
	background: url('../img/cnr/grn_360x28.gif') no-repeat;
	display:block;
	margin:0 0 0 1px;
	text-align:center;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
	font-weight:bold;
	color:#fff;
}
.feature-box h2 em {
	color: #f00;
}
.feature-box h2 a:hover, a.active,
.feature-box h2 a.active:hover {
	color:#000;
	background: url('../img/cnr/grn_360x28.gif') no-repeat;
}
.feature-box img {
	width: 360px;
	padding: 0px;
	margin: 0px;
}
.feature-box p {
	-moz-border-radius: 20px; /* for Firefox */
	-webkit-border-radius: 20px; /* for Safari */
	width: 340px;
	background: #fff;
	padding: 10px;
	margin: 5px 0px 0px 0px;
}
.feature-box p a:hover {
	color: #fff;
	background: #000;
}
.feature-box em {
	font-style: normal;
}
.feature-box em a:hover {
	color: #fff;
	background: #000;
}
/* Table classes */
.mytable {
	padding: 0px 5px;
	margin: 0px;
	width: 100%;
	text-align: center;
}
th {
	font-weight: bold;
	color: #fff;
	background: #000;
	border-right: 1px solid #dad0b5;;
	border-bottom: 1px solid #dad0b5;;
	border-top: 1px solid #dad0b5;;
	text-align: left;
	padding: 3px 3px 3px 6px;
}
td {
	border-right: 1px solid #dad0b5;;
	border-bottom: 1px solid #dad0b5;
	color: #4f6b72;
	background: #fff;
	padding: 3px 3px 3px 6px;
	text-align: left;
}
.mytable td div {
	font-size: 80%;
}
.mytable a:hover {
	background: #000;
	color: #fff;
}