@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
}

html, body {
	width: 100%;
	min-width: 960px;
	font-family: Verdana, sans-serif;
	background: #000;
	height: 100%;
	overflow: auto;
}

body {
	background: url(../img/bg/imageBackground.jpg) no-repeat left top fixed; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-origin: content-box;
	width: 100%;
	height: 100%;
	margin: 10px;
	padding: 0px;
	z-index: -100;
	
	/*IE FIX */
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/imageBackground.jpg',sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/imageBackground.jpg',sizingM)"
}
/*GENERIC STYLES*/

#textureBackground {
	position:relative;
	z-index:0;
	min-width:200px;
	min-height:200px;
	height: 100%;
	width: 100%;
	padding: 0;
	margin:0;
}

ul {
	list-style: none;
	overflow: auto;
}
.clearFix {
	clear: both;
	display: block;
	height: 1px;
}
.spacer6 {
	clear: both;
	display: block;
	height: 6px;
}
.spacer10 {
	clear: both;
	display: block;
	height: 10px;
}
.spacer20 {
	clear: both;
	display: block;
	height: 20px;
}
a, li a {
	text-decoration: none;
}
p a {
	text-decoration: underline;
	color: #FFFFFF;
}
p a:hover {
	color: #ffde96 !important;
}
p {	
	color: #999999;
	line-height: 16px;
	margin-bottom: 10px;
	clear: both;
	font-size: 14px;
}
p strong {	
	color: #FFF;
	font-weight: normal;
}
input[type="text"] {
	background-color: #111111;
	height: 18px;
	line-height: 18px;
	outline: none;
	margin-bottom: 10px;
	color: #999999;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	-moz-box-shadow: inset 0 2px 3px #000000;
	-webkit-box-shadow: inset 0 2px 3px #000000;
	box-shadow: inset 0 2px 3px #000000;
	width: 154px;
	padding: 0 4px;
}
input[type="submit"] {
	text-indent: -9999px;
	background: url(../img/generic/controls.png) -18px top;
	height: 18px;
	width: 18px;
	outline: none;
	margin-bottom: 10px;
	float: right;
}
input:hover[type="submit"] {
	background: url(../img/generic/controls.png) -18px bottom;
}
a.btnDefault {
	height: 20px;
	background: url(../img/generic/btnDefault_unhover.png) no-repeat top right #ffde96;
	float: right;
	color: #FFF;
	padding-left: 6px;
	text-shadow: #9b1455 0 0 2px;
	-moz-box-shadow: 0 3px 2px #000;
	-webkit-box-shadow: 0 3px 2px #000;
	box-shadow: 0 3px 2px #000;
	margin-bottom: 1px;
	margin-top: 0;
}
a.btnDefault:hover {
	-moz-box-shadow: inset 0 1px 2px #6a2546;
	-webkit-box-shadow: inset 0 1px 2px #6a2546;
	box-shadow: inset 0 1px 2px #6a2546;
	margin-bottom: 0;
	margin-top: 1px;
	text-shadow: #9b1455 0 2px 3px;
}
a.btnDefault span {
	width: 13px;
	height: 20px;
	margin-left: 3px;
	float: right;
	background: url(../img/generic/btnDefault.png) no-repeat top right;
	opacity: 0;
}
a.btnDefault:hover span {
	opacity: 1;
}
.highlight-1 {
	color: #be7a2d;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	text-shadow: #000000 0 2px 1px;
	font-family: cuprum, Verdana, sans-serif;
}
.highlight {
	background: url(../img/generic/highlight_brown.png) no-repeat left top;
	padding: 4px 6px;
	margin: 4px 0;
	display: inline-block;
	color: #ffde96;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000000 0 2px 1px;
	font-family: cuprum, Verdana, sans-serif;
}
.small {
	font-size: 10px;
}

.floatLeft {
	float: left !important;
}
.floatRight {
	float: right !important;
}

h3 {
	text-transform: uppercase;
	font-size: 16px;
	display: block;
	margin: 2px 0;
	color: #FFF;
	clear: both;
	font-weight: normal;
}
.accordion h3 {
	cursor: pointer;
	color: #F33;
	background: url(../img/generic/transparentBlack_70.png) repeat;
	-moz-transition:.3s linear;
	-webkit-transition:.3s linear;
 	transition:.3s linear;
	opacity: 0.7;
}
.accordion h3:hover, .accordion h3.ui-state-active {
	opacity: 1;
}
.ui-accordion-content {
	height: 200px;
	margin: 10px 0;
	padding: 0 4px;
}
/*SITE AREAS*/

#container {
	position: relative;
	min-height: 100%;
	width: 100%;
	z-index: 10;
	width: 100%;
	/*background-image: url(../img/generic/transparentBlack_70.png);*/
	background-image: url(../img/generic/transparentBlack_40.png);
	background-repeat: repeat;
	overflow-x: hidden;
	overflow-y: auto;
}
#container .rightBottomCorner {
	position: absolute;
	right: 25px;
	bottom: 70px;
	width: 180px;
	height: 120px;
	z-index: 20;
	background: url(../img/logos/sloganFatal.png) no-repeat center bottom;
}
#container .rightBottomCorner a {
	background: url(../img/logos/logoFatal.png) no-repeat;
	height: 84px;
	width: 140px;
	float: right;
	display: block;
	cursor: default;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
 	transition:.2s linear;
	opacity: 0.5;
}
#container .rightBottomCorner a:hover {
	opacity: 1;
}
#header {
	position: absolute;
	left:0;
	z-index: 20;
	height: 160px;
	width: 100%;
	/*overflow: hidden;*/
	-moz-box-shadow: 0 5px 3px #000;
	-webkit-box-shadow: 0 5px 3px #000;
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
	background: #222222;
	/*background: -moz-linear-gradient(top, #111111 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top, #111111 0%,#333333 100%);
	background: -o-linear-gradient(top, #111111 0%,#333333 100%);
	background: -ms-linear-gradient(top, #111111 0%,#333333 100%);
	background: linear-gradient(top, #111111 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#333333',GradientType=0 );*/
}
#logo {
	background: url(../img/logos/logo.png) no-repeat left bottom;
	text-indent: -9999px;
	height: 60px;
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
#logoFatal2015 {
	background: url(../img/logos/logoFatal2015.png) no-repeat left bottom;
	display: inline;
	text-indent: -9999px;
	height: 100px;
	width: 425px;
	margin: 20px;
	margin-left: 86px;
	position: absolute;
}
#logoUL {
	background: url(../img/logos/logoUL.png) no-repeat left bottom;
	text-indent: -9999px;
	height: 64px;
	width: 170px;
	float: left;
	margin-top: 60px;
	right: 25px;
	position: absolute;
}
ul#socialMedia {
	top: 10px;
	right: 270px;
	position: absolute;
}
ul#socialMedia li {
	margin-left: 3px;
	float: right;
}
ul#socialMedia li a {
	display: block;
	height: 20px;
	width: 20px;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
 	transition:.2s linear;
	opacity: 0;
}
ul#socialMedia li a:hover {
	opacity: 1;
}
ul#socialMedia li.facebook {
	background: url(../img/sm/smicons.png) 100px top;
}
ul#socialMedia li.facebook a {
	background: url(../img/sm/smicons.png) 100px bottom;
}
ul#socialMedia li.youtube {
	background: url(../img/sm/smicons.png) 0 top;
}
ul#socialMedia li.youtube a {
	background: url(../img/sm/smicons.png) 0 bottom;
}
ul#socialMedia li.blogger {
	background: url(../img/sm/smicons.png) 40px top;
}
ul#socialMedia li.blogger a {
	background: url(../img/sm/smicons.png) 40px bottom;
}
ul#socialMedia li.twitter {
	background: url(../img/sm/smicons.png) 60px top;
}
ul#socialMedia li.twitter a {
	background: url(../img/sm/smicons.png) 60px bottom;
}

ul#socialMedia li.instagram {
	background: url(../img/sm/smicons.png) 20px top;
}
ul#socialMedia li.instagram a {
	background: url(../img/sm/smicons.png) 20px bottom;
}

#changeBG {
	color: #FFFFFF;
	float: right;
	width: 170px;
	text-align: right;
	margin-right: 76px;
	display: none;
}
#menu {
	/*overflow: hidden;*/
	margin-left: 78px;
	min-width: 900px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal !important;
}
#menu li {
	float: left;
	/*overflow: hidden;*/
}
#menu li a {
	padding: 14px 8px;
	padding-top: 130px;
	display: block;
	/*height: 20px;*/
	overflow: hidden;
	color: #AAAAAA;
	text-shadow: #000000 0 3px 2px;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
 	transition:.2s linear;
	background-image: url(../img/menu/menuHover.png), url(../img/menu/menuHover_left.png), url(../img/menu/menuHover_right.png), url(../img/menu/menuHover_base.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: center -80px, left 50px, right 50px, center 50px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
#menu li.active a {
	color: #FFFFFF;
}
#menu li:hover a, #menu li.active:hover a {
	text-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
	background-position: center -6px, left 20px, right 20px, center 20px;
	color: #FFFFFF;
	padding-top: 126px;
}
#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #222222;
	z-index: 200;
	top: 160px;
}
#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #222222;
	font-size: 11px;
	color: #777777 !important;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0 !important;
}
#menu div a:hover {
	color: #FFFFFF !important;
	padding-top: 0 !important;
}

#footer {
	position: absolute;
	z-index: 20;
	display: block;
	bottom: 0;
	height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	background: #222222;
	-moz-transition:0.3s linear;
	-webkit-transition:0.3s linear;
	transition:0.3s linear;
	box-shadow: 0 -5px 3px rgba(0, 0, 0, 0.5);
}
#footer:hover {
	height: 120px;
}

#footer span {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}

#footer span a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer span a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer span a:hover {
	text-decoration:underline;
}

#footer .newsletter {
	position: absolute;
	right: 25px;
	height: 100px;
	width: 180px;
	margin-top: 10px;
}
#footer .newsletter span {
	text-align: center;
}
#footer .link_contactos {
	position:absolute;
	right: 400px;
	top: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}
#footer .apoios {
	position: absolute;
	left: 25px;
	height: 100px;
	cursor: pointer;
	width: 900px;
}
#footer .apoios .logos {
	height: 80px;
	width: 100%;
}
#footer .apoios a {
	float: left;
	padding: 10px;
	background:  url(../img/footer/div.png) no-repeat center right;
}
#footer .apoios a.first {
	padding-left: 0;
}
#footer .apoios a.last {
	background: none;
}

#footer .idioma {
	position:absolute;
	left: 1025px;
	height: 100px;
	cursor: pointer;
	width: 900px;
	top: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
}

#body {
	overflow: auto;
	padding-bottom: 120px;
	z-index: 15;
	padding-top: 180px;
	margin-left: 22px;
	margin-right: 22px;
	position: relative;
}
#rightColumn {
	width: 180px;
	font-size: 14px;
	color: #FFF;
	float: right;
}
#leftColumn {
	width: 600px;
	float: left;
	margin-right: 20px;
	margin-left: 65px;
	font-size: 14px;
	color: #FFF;
}
.pageTitle {
	float: left;
	display: block;
	width: 100%;
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ffde96;
	margin-bottom: 14px;
	text-shadow: #000000 0 3px 2px;
	font-family: cuprum, Verdana, sans-serif;
}
#rightColumn .pageTitle {
	font-size: 16px;
	width: 100%;
	text-align: center;
}
/*CONTENTS*/

a.pictureGallery {
	background: url(../img/icons/pictureGallery.png) no-repeat;
}
a.video {
	background: url(../img/icons/video.png) no-repeat;
}
a.link {
	background: url(../img/icons/link.png) no-repeat;
}
.googleMaps { 
	float: right;
	width: 350px;
	height: 300px;
}
table.calendar {
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
	table-layout: fixed;
}
table.calendar a {
	color: #FFF;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	transition:.2s linear;
}
table.calendar a:hover {
	color: #F03;
}
table.calendar th, table.calendar td {
	width: 25px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
table.calendar td {
	height: 16px;
	background-color: #222;
}
table.calendar th {
	height: 18px;
	background-color: 0;
	font-size: 11px;
}
table.calendar td.event {
	position: relative;
	background: #005061; /* Old browsers */
background: -moz-linear-gradient(top, #009ec0 0%, #005061 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ec0), color-stop(100%,#005061)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #009ec0 0%, #005061 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #009ec0 0%,#005061 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #009ec0 0%,#005061 100%); /* IE10+ */
background: linear-gradient(top, #009ec0 0%,#005061 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ec0', endColorstr='#005061',GradientType=0 ); /* IE6-9 */
}

table.calendar td.event a {
	line-height: 20px;
	cursor: pointer;
	display: block;
	height: 22px;
	width: 25px;
	text-shadow: #6c0015 0 2px 1px;
	-moz-transition:.1s linear;
	-webkit-transition:.1s linear;
	transition:.1s linear;	
	background: url(../img/rightColumn/calendar/eventHover.png) no-repeat top center;	
}
table.calendar td.event a:hover {
	background: url(../img/rightColumn/calendar/eventHover.png) no-repeat bottom center;	
}
table.calendar td.event:hover, table.calendar th {
	
}
table.calendar td.event:hover a {
	color: #FFF;
}
table.calendar td.faded {
	color: #555;
}

@font-face {
font-family: "cuprum";
src: url('../fonts/cuprum.eot');
src: url('../fonts/cuprum.eot?#iefix') format('embedded-opentype'), url('../fonts/cuprum.woff') format('woff'), url('../fonts/cuprum.ttf') format('truetype'), url('../fonts/cuprum.svg') format('svg');
font-weight: normal;
font-style: normal;
}
