/* @override http://mataiza.rivierapartnersmx.com/css/style.css */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	background: #f0f0d8 url(/images/bg/bg-image.jpg) no-repeat fixed;
}
a:link {
	color: #854848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #854848;
}
a:hover {
	text-decoration: none;
	color: #990033;
}
a:active {
	text-decoration: none;
}
#wrapper {
	width: 975px;
	background-color: white;
	margin: auto;
}
#header {
	height: 131px;
}
#header ul {
	list-style-type: none;
	padding: 0;
}
#header li {
	margin: 20px;
	text-transform: uppercase;
}
#leftcol {
	float: left;
	width: 325px;
}
#midcol {
	float: left;
	width: 325px;
	text-align: center;
}
#rightcol {
	float: right;
	width: 325px;
	text-align: right;
}

img {
	border: none;
}
ul, li, h3, h2, h1, p{
	list-style:none;
	margin: 0;
	padding: 0;
}

#navigation{
	float:left;
	width: 975px;
	height: 30px;
	background-color: #f48555;
	text-align: center;
}
#navigation a{
	color: #fff3dd;
	text-decoration:none;
	font-size: 12px;
}	

#navigation a:hover{
	color: #fff3dd;
	font-size: 12px;
	font-weight:bolder;
	text-decoration: underline;
}
#navigation ul {
	width: 875px;
	margin: auto;
	padding-top: 5px;
}
#navigation li {
	display: inline;
	padding-left: 35px;
	padding-right: 35px;
}

#content{
	overflow:hidden;
	width: 975px;
	height: 110px;
	float: left;
	background-color: white;
}

	
	#content a{
		color: #d5754a;
		font-weight:bolder;
		text-decoration:none;
	}

.section{
	width: 2925px;
	position:relative;
}

.section .sub {
	position:relative;
	width: 975px;
	height: 110px;
	display: inline;
	float: left;
}

.section .sheer{
	background-image: url(/images/backgrounds/p-bg.png);
	color: black;
	margin-left: 0;
	margin-right: 0;
	width: 935px;
	padding: 20px;
	text-align: center;
	font-style: italic;
	line-height: 1.4em;
	font-size: 105%;
}
#popups {
	margin-top: 10px;
}
#popups h3 {
	text-decoration: underline;
	padding-bottom: 10px;
}
#popups h2 {
	font-size: 105%;
}
	#popups p {
	margin-bottom: 10px;
	text-align: justify;
	margin-right: 7px;
}
#popups ul.list li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 2px;
}
#popups ul.innerlist li {
	margin-left: 20px;
	list-style-type: circle;
}
#footer {
	background-image: none;
	width: 965px;
	text-align: right;
	font-size: 60%;
	margin: auto;
	text-decoration: underline;
	color: #746e60;
	background-color: #dcd4bd;
	clear: both;
	height: 17px;
	padding-top: 3px;
	padding-right: 10px;
}
#footer a {
	color: #746e60;
}

