@import url('design.css?reload=4');
@import url('index.css?reload=2');
@import url('static.css?reload=1');
@import url('news.css?reload=1');
@import url('galeria.css?reload=1');
@import url('video.css?reload=1');
@import url('audio.css?reload=1');
@import url('bar-bottom.css?reload=1');


*:focus {
	outline: none; /* Prevents blue border in Webkit */
}

html,
body {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #616161;
	background: #fff url('img/bg.jpg?reload=1') repeat-x;
	text-align: center;
	height: 100%;
}
html#headerSmall,
#headerSmall body {
	background-image: none;
}

a {
	text-decoration: none;
	color: #616161;	
}

img,
fieldset {
	border: none;
}

.displayNone {
	display: none;
}

.displayBlock {
	display: block;
}

.clear {
	clear: both;
	float: none;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margin {
	margin: 10px 15px;
}

.marginHigh { margin: 25px 15px; }
.marginMedium { margin: 15px 15px; }
.marginSmall { margin: 10px 15px; }
.marginSmallLeft { margin-left: 10px; }
.marginSmallRight { margin-right: 10px; }

.marginTopZero { margin-top: 0; }
.marginLeftZero { margin-left: 0; }
.marginRightZero { margin-right: 0; }
.marginBottomZero { margin-bottom: 0; }
.marginZero { margin: 0; }

.paddingHigh { padding: 25px 0; }
.paddingMedium { padding: 15px 0; }
.paddingSmall { padding: 10px 0; }
.paddingSmallLeft { padding-left: 10px; }
.paddingSmallRight { padding-right: 10px; }


.paddingTopZero { padding-top: 0; }
.paddingLeftZero { padding-left: 0; }
.paddingRightZero { padding-right: 0; }
.paddingBottomZero { padding-bottom: 0; }
.paddingZero { padding: 0; }

.paddingTable { padding: 2px 3px; }

.underline {
	text-decoration: underline;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #ccc;
}

.fontSize10 {
	font-size: 10px;
}

.fontSize11 {
	font-size: 11px;
}

.fontSize12 {
	font-size: 12px;
}

.fontSize13 {
	font-size: 13px;
}

.fontSize14 {
	font-size: 14px;
}

.fontSize15 {
	font-size: 15px;
}

.fontSize16 {
	font-size: 16px;
}

.lineHeightNormal {
	line-height: inherit !important;
}

.delete {
	text-decoration: line-through;
}

.borderRadius {
	border: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.borderTopRadius {
	border: none;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-top-radius-bottomright: 8px;
	-moz-top-radius-bottomleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.borderBottomRadius {
	border: none;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.boxShadow {
	box-shadow: 0 0 25px 1px #666;
	-moz-box-shadow: 0 0 25px 1px #666;
	-webkit-box-shadow: 0 0 25px 1px #666;
}

.boxShadowInset {
	-webkit-box-shadow: inset 0px 0px 30px 0px #fff;
	-moz-box-shadow: inset 0px 0px 30px 0px #fff;
	box-shadow: inset 0px 0px 30px 0px #fff;
}

.noShadow {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.noBackground {
	background: transparent !important;
}

.noBorder {
	border: none !important;
}

.opacity {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

table {
	margin: 10px 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	border-collapse: collapse;
	width: 99%;
	overflow: hidden;
}

table th,
table td {
	padding: 2px 3px;
	border-style: inset;
	border-width: 1px;
	border-style: dotted;
	border-color: #ddd;
	cursor: pointer;
}

table thead th {
	font-weight: bold;
	background: #f2f2f2;
}

table tbody tr td {}

.adv {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 0;
}
	.adv fieldset {
		display: block;
		margin: 5px auto 0;
		padding: 0;
		text-align: center;
		border: none;
	}
		.adv fieldset legend {
			display: block;
			margin: 0;
			padding: 5px 0 5px;
			letter-spacing: 10px;
			color: #c5c6c8;
			text-align: left;
		}