/*  
Description: Spirit65 CSS
Version: 1
Author: Francisco Sampedro
*/

html {
	height: 100%;
	}
	
body	{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	background-color: #556666;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	}

p, td, tr, th, table, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
	}
		
h1, h2, h3, h4, h5, h6 {
	letter-spacing: .025em;
	}
	
em, strong {
	}
	
img {
	border: none;
	}
	
#content h1, #content h2, #content h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

	



/* Begin Container */

#container {
	width: 779px;
	text-align: left;
	margin: 0 auto;
	background: #000000;
	min-height: 100%;
	}




/* Begin Columns and Footer */

#header {
	margin: 0;
	padding: 0;
	
	}
	
#footer {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 1.1em;
	background: url(../images/footer/dn1.jpg) left top no-repeat;
	width: 100%;
	clear: both;
	}
	

/* Begin Cabecera */

#cabecera {
	/* Note: width/padding here fixes some div rendering issue? */
	width: 742px;
	padding: 1px;
	margin: 0;
	background: url(../images/header/masthead.jpg) left top no-repeat;
	border-bottom: 0px solid #253232;
	}
	
	
#menu {
	margin: 0px 0px 0px 572px;
	padding: 5px 5px 5px 0px;
	background-color: #000000;
	width: 200px;
	clear: right;
	}
	
	
#menu ul {
	margin: 3px; 
	margin-left: 3px; 
	padding: 0px 0px 0px 0px; 
	list-style: none; 
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	
	
	}
#menu li {
	margin: 1px; 
	margin-left: 3px; 
	padding: 11px 0px 10px 25px; 
	background:url(../images/header/patron.jpg) no-repeat;
	color: yellow;
	}
	
a, a:visited {
	color: #beaf6e;
	text-decoration: none;
	}
	
a:hover {
	color: #ffffff;
	}	

/* Begin Columns */

#content {
	float: left;
	width: 100%;
	height:100%;
	padding: 0;
	margin-top: 0px;
	}
	
#fondo1{
	background: url(../images/content/bmw.jpg) left top no-repeat;	
	float: left;
	width: 100%;
	height:100%;
	padding: 0px;
	margin-top: 0px;
	}	
	
#fondo2{
	background: url(../images/content/largada.jpg) left top no-repeat;	
	float: left;
	width: 100%;
	height:100%;
	padding: 0px;
	margin-top: 0px;
	}
	
#fondo3{
	background: url(../images/content/llampua.jpg) left top no-repeat;
	float: left;
	width: 100%;
	height:100%;
	padding: 0px;
	margin-top: 0px;
	}
	
#fondo4{
	background: url(../images/content/empopada.jpg) left top no-repeat;
	float: left;
	width: 100%;
	height:100%;
	padding: 0px;
	margin-top: 0px;
	}


/* Begin Primary Content */

#content h2 {
	color: #beaf6e;
	font-size: 2.0em;
	font-weight: normal;
	font-style: italic;
	margin: 0 15px 4px 40px;
	line-height: 1.3em;
	clear: left;
	}

#content h3 {
	color: #2B433C;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}
	
#content h4 {
	color: #2B433C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 15px 4px 40px;
	line-height: 1.4em;
	clear: left;
	}

#content p, #content ul {
	margin: 0 40px 18px 40px;
	line-height: 1.6em;
	clear: left;
	}


#content p {
	color: #ffffff;
	font-size: 1.1em;
	margin: 5px 0 5px 5px;
	width: 692px;
	text-align:left;
	}
		
#content table {
	font-size: 1.1em;
	
	}
	
	#content .form_container {
	font-weight: normal;
	margin: 0 20px 15px 33px;
	line-height: 1.6em;
	padding: 5px;
	background-color: #000000;
	border: 1px #DDD3BE solid;
	}

#content .form_container form {
	padding: 0;
	margin: 0;
	border: 0;
	}

table.form_contact {
	border-spacing: 0;
	width: 100%;
	text-align: left;
	margin: 0;
	}
	
table.form_contact tr td {
	text-align: left;
	padding: 0px;
	vertical-align: bottom;
	}
	
table.form_contact tr td.cell_padbottom {
	padding-bottom: 8px;
	}

table.form_contact tr td.cell_submit {
	text-align: right;
	}
	
table.form_contact span {
	display: block;
	}
	
.form_container fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#content p.feedback {
	margin: 0 20px 10px 32px;
	line-height: 1.6em;
	padding: 5px 5px 5px 8px;
	background-color: #800;
	border: 1px #700 solid;
	color: #FFF;
	}


	
	

#content blockquote.narrow {
	float: right;
	width: 207px;	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 15px 10px 10px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	}

#content blockquote.wide {	
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 15px 15px 10px 40px;
	line-height: 1.6em;
	background: url(../images/fpo/fpo_quote.gif) 3px 8px no-repeat;
	border-top: 5px #DDD3BE solid;
	border-bottom: 1px #DDD3BE solid;
	padding: 8px 5px 8px 30px;
	text-transform: uppercase;
	clear: both;
	}
	
#content ul {
	line-height: 1.6em;
	font-size: 1.2em;
	font-weight: normal;
	list-style: disc;
	padding-left: 3px;
	padding-right: 15px;
	}

#content ul li {	
	margin-left: 15px;
	padding: 2px 0px;
	}
	


/* Begin Content Image Styles */
/* Note: Currently Set to only float: right; */

/* lateral opinion */
#lateralopinion .alignleft {
	float: left;
	margin: 0 0 0 0;
	clear: both;
	}
	
#lateralopinion .alignleft img {
	border: 4px solid #e8de41;
		
	}

#lateralopinion .alignright {
	float: right;
	margin: 0 0 0 0;
	clear: both;
	}
	
	
#lateralopinion .alignright img {
	border: 4px solid #e8de41;
		
	}
	
#lateralopinion{
	margin: 5px 0px 5px 50px;
	padding: 0px 25px 5px 25px;
	width: 610px;
	clear: right;
	background: #000000;
	}	
	
#lateralopinion p {
	color: #ffffff;
	font-size: 1.1em;
	margin: 10px 0 5px 154px;
	width: 300px;
	clear: none;
	text-align:justify;
	
	}




/* lateral opinion */

	


	
#lateral .alignright {
	float: right;
	margin: 0 0 0 0;
	clear: both;
	}
	
	
#lateral .alignright img {
	border: 4px solid #e8de41;
		
	}
	
#lateral .alignright h2 {
	color: #556b20;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 15px 4px 25px;
	line-height: 1.3em;
	clear: left;
	}
	
#lateral .alignright p {
	color: blue;
	font-size: 1.1em;
	margin: 5px 0 5px 5px;
	width: 220px;
    
	}
	
#lateral {
	margin: 5px 0px 5px 220px;
	padding: 0px 0px 5px 10px;
	width: 532px;
	clear: right;
	}	
	
#lateral h2 {
	color: #556b20;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 15px 4px 25px;
	line-height: 1.3em;
	clear: left;
	text-align:right;
	}
	
	
#lateral img {
	border: 4px solid yellow;
	text-align: right;
	}
	
	
#lateral p {
	color: white;
	font-size: 1.1em;
	margin: 5px 0 5px 84px;
	width: 300px;
	clear: left;
	text-align:right;
	}



	

#footer li {
	display: inline;
	font-weight: bold;
	padding: 0px 0px 0px 14px;
	}

#footer p {
	display: inline;
	font-weight: normal;
	padding: 20px 20px 20px 14px;
	}
	
/* Credits */

#credits p {
	margin: 0 15px 0 0px;
	padding: 2px 0 0px 14px;
	font-size: .8em;

	}



