@charset "utf-8";
/* ---------------------------------------------------------------------------

	CSS CUSTOM STYLES: @2009 by Glenn McKeown
	for Blue Moon - Version 1.0 Blue

*/

/* ---------------------------------------------------------------------------
	HTML / BODY / BACKGROUNDS / STRUCTURES
*/

html {
	background-color:#ffffff;
	}
#wrapper {
	background-color:#fff;
	}
.col-border {
	background:url(../../img/blue/seperator.jpg) top right repeat-y;
	}

/* ---------------------------------------------------------------------------
	LOGO / NAV
*/

.logo {
	background:url(../../img/blue/logo.jpg) top left no-repeat;
	}
#nav li a {
	color:#1c2122;
	}
#nav li span {
	color:#303C90;
	}
	#sub-nav li {
		border-top:1px solid #c1c5c6;
		}
		#sub-nav li a {
			color:#383e3f;
			}
.img-thumbs {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TYPOGRAPHY
*/

h1 {
	background-color:#333;
	color:#f6f6f6;
	}
	#slideshow h1 {
		background-color:#761B3A;
		}
h2, h3, h4, h5, h6, p, a, li, b, strong, i, em, address, abbr, acronym, small, big, q, blockquote, cite, caption, table {
	color:#ffffff;
	}
	
	h7 {
		color:#303c90;
		}
	h8, p, strong {
		color:#000000;
		}
noticias {
		color:#B2BEFF;
		}
subtitulo {
		color:#b2bfff;
		}
	
	
a {
	color:#761B3A;
	}
.sub-head-major {
	color:#761B3A;
	}
.sub-head-minor {
	color:#c1c5c6;
	}
	
/* ---------------------------------------------------------------------------
	USP - UNIQUE SELLING POINTS
*/

#usp {
	background-color:#333;
	}
	#usp li h2 {
		color:#fff;
		}
	#usp li p {
		color:#bbb;
		}
	.seperator {
		background:url(../../img/blue/seperator-v-grey.jpg) top right repeat-y;
		}
	.usp-1 {
		background:url(../../img/blue/usp-1.jpg) 20px 5px no-repeat;
		}
	.usp-2 {
		background:url(../../img/blue/usp-2.jpg) 20px 5px no-repeat;
		}
	.usp-3 {
		background:url(../../img/blue/usp-3.jpg) 20px 5px no-repeat;
		}
	.usp-4 {
		background:url(../../img/blue/usp-4.jpg) 20px 5px no-repeat;
		}

/* ---------------------------------------------------------------------------
	SLIDESHOW / SUB NAV / SUB DATA
*/

.showcase li, .slide-desc, #sub-nav, #sub-data {
	background-color:#761B3A;
	}
	.slide-button {
		background:url(../../img/blue/view-more.jpg) top left no-repeat;
		}

/* ---------------------------------------------------------------------------
	FORMS
*/

input, textarea, select  {
	border:1px solid #c1c5c6;
	}
	input:focus, textarea:focus, select:focus  {
		background-color:#f6f6f6;
		}
label {
	color:#bbb;
	}
#submit {
	background-color:#eee;
	color:#383e3f;
	}
	#submit:hover {
	background-color:#e6e6e6;
	}

/* ---------------------------------------------------------------------------
	TABLE STYLES
*/	
table {
	}
th {
	color:#fff;
	background-color:#aaa;
	border:1px solid #fff;
	}
tr {
	}
	table tr.odd td {
		background-color:#e6e6e6;
		}
	table tr.even td {
		background-color:#f6f6f6;
		}
td {
	border:1px solid #fff;
	}
	
/* ---------------------------------------------------------------------------
	ACCORDION
*/

.acc-header {
	background:url(../../img/blue/bg-accordion-inactive.jpg) top left no-repeat;
	}
	.acc-header:hover {
		color:#f6f6f6;
		}
.acc-active {
	background:url(../../img/blue/bg-accordion-active.jpg) top left no-repeat;
	color:#f6f6f6;
	}

/* ---------------------------------------------------------------------------
	FOOTER
*/

#footer, #footer p, #footer li, #footer li a {
	color:#fff;
	background-color:#761B3A;
	}