/* === CSS RESET === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* === End of CSS RESET === */

body {
	background: #000000;
	color: #ffeecc;
	font-size: 20px;
	font-family: "Averia Libre", sans-serif;
	overflow: hidden;
}
h1 {
	font-family: "Londrina Sketch", sans-serif;
	font-size: 120px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 
		4px 3px 0 transparent,
		8px 6px 0 #202020;
}
p {
	margin-bottom:30px;
}

a, a:visited {
	color: white;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #AAA;
}

a:active {
	color: lightblue;
}

.destacado0 {
	color: #ffffff !important;
}
.destacado0:hover {
	color: #ff4500 !important;
}
.destacado1 {
	color: #ffd700 !important;
}
.destacado1:hover {
	color: #ff4500 !important;
}
.destacado2 {
	color: #adff2f !important;
}
.destacado2:hover {
	color: #ff4500 !important;
}

.big {
	display: block;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	text-shadow: 
		2px 2px 0 transparent,
		4px 4px 0 #101010;
}

.wrapper div {
	position: absolute;
}

.settings, nav {
	position: fixed;
	z-index: 999998;
	bottom: 30px;
	bottom: 40px\0/ !important; /*IE 8,9 Only*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.settings {
	right: 0;
	padding: 10px 20px;
	border-radius: 10px 0 0 0;
}

.settings a {
	border: none;
}

nav {
	background: url('../img/bg_nav.png')  bottom repeat-x;
	left: 0;
	border-radius: 0 20px 20px 0;
	height: 100px;
}

nav li {
	float: left;
	width: 20px;
	height: 30px;
}

nav a {
	width: 16px;
	line-height:16px;
	font-size:14px;
	font-family: "Averia Libre", sans-serif;
	background: rgba(40,40,40, 0.5);
	border-radius: 0px 20px 20px 0px;
}
nav li:last-child a {
	border-radius: 0 10px 0 0;
}

nav a:hover {
	background: rgba(255,255,255, 0.5);
	color: #a52a2a;
}

.sp-canvas {
	display: none;
	opacity: 0.05;
	filter:alpha(opacity=5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}

.arrow {
	position: relative;
	display: inline-block;
}

.s_lengua { 
	width: 800px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	top:-160px;
	z-index:9999;
}

.s_lengua .arrow {
	font-size: 20px;
	animation: point-down 0.5s alternate infinite;
}

.s_musica {
	top: 580px;
	left: 20px;
	width: 720px;
	height:430px;
	background: url('../img/s_musica.png') center no-repeat;
	padding:20px;
	z-index:9999;
	border-radius: 10px 10px 10px 10px;
	filter:alpha(opacity=80);
}

.s_video {
	top: 1330px;
	left: 130px;
	width: 960px;
	z-index:9999;
}

.s_letra {
	top: 1340px;
	left: 1270px;
	width: 960px;
	z-index:9999;
}

.s_prensa {
	left: 1668px;
	top: 695px;
	width: 960px;
	transform: rotate(-90deg) translateY(2.5em);
	z-index:9999;
}

.s_prensa .s_foto {
	font-size: 42px;
	text-align: right;
	transform: rotate(180deg) translateY(3em);
	z-index:9999;
}

.s_tokin {
	left: 1946px;
	top: -983px;
	width: 960px;
	height:440px;
	padding:12px;
	transform: rotate(90deg) translateX(50px);
	z-index:9999;
}
#cuadro_s_tokin {
	width: 920px;
	height:340px;
	max-height: 340px;
	padding:0px;
	background:white;
}
.contacto {
	width: 960px;
	left: 1056px;
	top: -965px;
	transform: rotate(90deg) translateX(50px);
	z-index:9999;
}

.contacto .big {
	font-size: 40px;
}

.entrada {
	width: 400px;
	left: 490px;
	top: -740px;
	transform: rotate(45deg) translateX(50px);
	z-index:9999;
}

.highlight {
	animation: highlight 0.2s alternate 6 ;
}

@keyframes point-down {
	from {
		top: 0;
	}
	to {
		top: 5px;
	}
}

@keyframes highlight {
	to {
		background: lightblue;
	}
}

/*Adden by Sanx*/
.rotate-90-l {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.intro {
	color: #f5deb3;
	padding:6px;
	padding-top:12px;
	width:320px;
	height:254px;
	display:inline-block;
	text-align:left;
	border-radius: 10px 10px 10px 10px;
}
.intro img {
	border-radius: 10px 10px 10px 10px;
	margin:6px;
}
#prensa_destacadas {
	padding: 0px;
}
div.gallery img {
	border: solid 1px black;
	border-radius: 10px 10px 10px 10px;
}

/* MODIFICA Prettyphoto*/
.pp_description {
	font-size:12px;
	font-family: Arial;
	font-weight:normal;
	line-height: 16px;
	margin:0px;
	padding:0px;
}

/*========== NEWSTICKER ============*/
#ticker {
	height: 260px;
	overflow: hidden;
}
#ticker li {
	height: 260px;
	font-size:16px;
	line-height:17px;
}
#ticker li h3 {
	text-align: center;
	padding:6px;
	margin:0px;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	background-color: #ffd700;
	border-radius: 10px 10px 0px 0px;
}
#ticker li p {
	padding:8px;
	border: solid 1px #808080;
	border-top:0px none;
	border-radius: 0px 0px 10px 10px;
}
#ticker li a {
	color: #ffffff;
	text-decoration: none;
}
#ticker li a:hover {
	color: #ffd700;
	text-decoration: underline;
}
