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

/* MAIN BODY LAYOUT */

body {
	background-color: #000000;
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size:12px;
	color: #cccccc;
}

.centerTextContent {

	padding-right:5px;
	padding-top:10px;
}

.mainColumn {

	padding-left:20px;
	padding-right:10px;
	background-image: url(http://www.ambarazul.com/images/blacktheme/swirlbackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size:12px;
	color: #cccccc;

}



/* NAVIGATION LINKS AND BEHAVIOUR BOTH TOP, LEFT AND BOTTOM */


.mainColumn a:link {
	color:#cccccc;
}

.mainColumn a:visited {
	color:#cccccc;
}

.mainColumn a:hover {
	color:#999999;
}

.navigationTitle {
	color: #e1ba27;
	font-weight: bold;
	font-size:12px;
}

.navigation {
	color: #666666;
	font-size:11px;
}

.navigation a:link {
	color: #666666;
	font-size:11px;
}

.navigation a:visited {
	color: #666666;
	font-size:11px;
}

.navigation a:hover {
	color: #999999;
	font-size:11px;
}

.linkShareTitle {
	color: #514000;
	font-weight: bold;
	font-size:12px;
}

.linkShare{
	font-family: Arial;
	font-size:11px;
	color: #666666;
}

.linkShare a:link {
	color: #666666;
	text-decoration: underline;
}

.linkShare a:visited {
	color: #666666;
	text-decoration: underline;
}

.linkShare a:hover {
    color: #999999;
	text-decoration: underline;
}

.news {
    color: #666666;
	font-size: 11px;
	}

.news a:link, a:visited {
    color: #666666;
	}

.news a:hover {
    color: #666666;
	}


/* HIDDEN ITEMS */

.topTextDIV {position:absolute; text-align:center; z-index:-1; visibility:hidden;}



/* TEXT FORMATTING */

.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;;
	color:#FFFFFF;
	font-weight:none;
	border-bottom: 1px solid #877017;
}

.contentText {
	font-size:12px;
	color:#CCCCCC;
	}

.contentText a:link {
	font-size:12px;
	color:#e1ba27;
	}

.contentText a:visited {
	font-size:12px;
	color:#e1ba27;
	}

.contentText a:hover {
	font-size:12px;
	color:#ecc327;
	}

.pageTitleSmaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;;
	color:#FFFFFF;
	font-weight:none;
	border-bottom: 1px solid #877017;
}

.headerContact {

	font-size:11px;
	color:#999999;

}

.headerContact a:link, a:visited {
    color: #999999;
	}

.headerContact a:hover {
    color: #cccccc;
	}

.searchBox input {
	color: #999999;
	font-size:11px;
	background-color: #333333;
	border: solid 1px #666666;
	padding:2px;
	}