/* @override 
	http://localhost:3000/stylesheets/movistar.css
	http://www.example.com:3000/stylesheets/movistar.css
*/
html { -webkit-font-smoothing: antialiased; }

/* @group reset */

* {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	overflow-x: hidden;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

.left { float: left; }

.right {
	float: right;
}

img {
	-ms-interpolation-mode: bicubic;
	word-wrap: break-word;
	font-size: 8pt;
	text-align: center;
	overflow: hidden;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
	color: silver;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold !important;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}

.none {
	display: none !important;
}

@font-face {
	font-family: "Avenir-Light";
	src: url("/typefaces/AvenirLTStd-Light.otf");
}

@font-face {
	font-family: "Avenir-Medium";
	src: url("/typefaces/AvenirLTStd-Medium.otf");
}

@font-face {
	font-family: "Avenir-Heavy";
	src: url("/typefaces/AvenirLTStd-Heavy.otf");
}

@font-face {
	font-family: "Avenir";
	src: url("/typefaces/AvenirLTStd-Medium.otf");
}

@font-face {
	font-family: "Avenir";
	font-style: oblique;
	src: url("/typefaces/AvenirLTStd-MediumOblique.otf");
}

@font-face {
	font-family: "Avenir";
	font-weight: bold;
	src: url("/typefaces/AvenirLTStd-Heavy.otf");
}

@font-face {
	font-family: "Avenir";
	font-weight: bold;
	font-style: oblique;
	src: url("/typefaces/AvenirLTStd-HeavyOblique.otf");
}

a {
	text-decoration: none;
}

.aCenter { text-align: center; }


a.buttonViolet {
	font: 11pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: rgb(153,103,236);
	border: 1px solid white;
	border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 10px 20px 5px;
	margin: 10px 10px 0;
	background: black -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c3c3c), to(#040404));
	float: left;
	border-bottom-style: none;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 0px 10px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 0px 10px;
	border-bottom-width: 5px;
}
a.buttonViolet:hover,
a#current.buttonViolet {
	background: black;
	color: #A7DFF6;
	-moz-box-shadow: rgba(153, 103, 236, 0.6) 0 0px 5px;
	-webkit-box-shadow: rgba(153, 103, 236, 0.6) 0 0px 5px;
}

a.moreLink {
	display: inline-block;
	color: rgb(153,103,236) !important;
	font-weight: bold;
}

a.suscribeteButton { display: block; width: 251px; height: 31px; margin: 20px 10px 0 0; background: url(/images/suscribeteButton.png) no-repeat; }
a.suscribeteButton:hover { background-position: left bottom; }

p {
	margin: 0 0 12px 0;
}

.displayNone {
	display: none !important;
}

/* @end */

/* @group core */

body {
	background: black url(/images/background.jpg) no-repeat fixed center top;
}

#mainContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: rgba(0,0,0,0.5);
	margin-top: 0;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	color: white;
	border: 1px solid black;
	text-shadow: black 0 1px 2px;
}

/* @header */

#header {
	position: relative;
	width: 930px;
	height: 90px;
	background-color: rgba(0,0,0,0.4);
	border-bottom: 1px solid black;
	padding: 15px;
}

a#movistarLogo {
	width: 190px;
	height: 90px;
	display: block;
	float: left;
	background-image: url(/images/movistarArena.png);
	opacity: 0.8;
}

a#movistarLogo:hover {
	opacity: 1;
}

/* @header */

/* @nav */

#nav { width: 960px; height: 40px; background: url(/images/nav.png) repeat-x 0 bottom; border-bottom: 1px solid black; font: bold 11pt Avenir, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif; }

#nav ul.menu { width: 607px; height: 40px; float: left;	font-weight: bold;	padding: 0 20px; overflow: hidden; }
#nav ul.menu li { float: left; padding-right: 25px; }
#nav ul.menu li a { display: inline-block; height: 40px; line-height: 300%; color: white; text-decoration: none; }
#nav ul.menu li a:hover	{ color: #e9c82f; -webkit-transition: 0.4s color }
#nav ul.menu li a.current  { color: #A7DFF6; }

#navBottom { width: 930px; padding: 6px 15px; background: rgba(0,0,0,0.4); font: 10pt Avenir, Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif; font-weight: bold; border-bottom: 1px solid black; border-top: 1px solid rgb(40,40,40); overflow: hidden; }

#socialNetworks { width: 240px; float: left; font: bold 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; margin-top: 4px;}
#socialNetworks span { float: left; margin-right: 10px;  }
#socialNetworks a {	float: left; margin-right: 6px; opacity:0.3; }
#socialNetworks a:hover { /* -webkit-transform: rotate(10deg);	-moz-transform: rotate(10deg); */ opacity:1;}

/* @loggedIn */
 
#mainloggedIn { float: left; font-size: 9pt; position: relative; width: 300px; height: 26px; padding-top: 4px; margin-top: 5px;text-align: right;  z-index: 5; }
#mainloggedIn.dropDown { width: 120px; height: 20px; padding:10px 180px 0 0; }
#mainloggedIn a { color: white; }
#mainloggedIn a:hover { color: #A7DFF6; }
 
#mainloggedIn a.loggedInregister { padding: 4px 6px 1px 6px; display: inline-block; text-align: center; text-decoration: none; border: 1px solid #c6eefc; background: #A7DFF6 url(../images/smallGradient-skyblue.png) repeat-x; -moz-border-radius: 3px;	-khtml-border-radius: 3px; -webkit-border-radius: 3px;	color: black; text-shadow: white 0 1px 0px; margin: 0 0 0 6px;  }
#mainloggedIn a.loggedInregister:hover { color: black; background-image: none; }
 
ul#loggedIn {  display: block; width: 165px; height: 30px; position: absolute; top: 0; right: 0; text-align: left; }
ul#loggedIn li#loggedList { display: block;  width: 165px; height: 30px; }
ul#loggedIn li#loggedList a { display: block; width: 153px; height: 18px; line-height: 190%; padding: 5px; color: #e9c82f; font-size: 9pt; background: url(/images/bgloggedIn.png); border: 1px solid black; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px; -webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px; overflow: hidden; }
 
ul#loggedIn li#loggedList a span#arrow { position: absolute; top: 13px; right: 10px; display: block; width: 8px; height: 5px; background: url(/images/bgLoggedInarrow.png) top left; }
ul#loggedIn li#loggedList a:hover span#arrow,
ul#loggedIn li#loggedList a.dropdown-current span#arrow { background-position: bottom left; }
 
ul#loggedIn li#loggedList a:hover,
ul#loggedIn li#loggedList a.dropdown-current { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; color: #A7DFF6; background-color: rgba(0,0,0,0.8); background-image: none; border-bottom-color: rgb(50,50,50); }
 
ul#loggedIn li#loggedList a #loggedPhoto { width: 17px; height: 17px; border: 1px solid white; margin: 0 5px 0 0; overflow: hidden; float: left; }
ul#loggedIn li#loggedList a #loggedPhoto img { width: 17px; height: 17px; }
 
ul#loggedIn li#loggedList ul { padding-top: 5px; width: 163px; height: auto; position: absolute; border: 1px solid black; border-top: none; left: 0; top: 30px; visibility: hidden; background-color: rgba(0,0,0,0.8); -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px; -webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px; overflow: hidden; }
ul#loggedIn li#loggedList ul li { width: auto; height: auto;  }
ul#loggedIn li#loggedList ul li a { width: 108px; height: auto; border: none; padding: 3px 29px; background:none; -moz-box-shadow: rgba(000,000,000,0) 0 0 0; -webkit-box-shadow: rgba(000,000,000,0) 0 0 0; text-transform: none; letter-spacing: normal; }
ul#loggedIn li#loggedList ul li a:hover { background: none; }

/* @nav end */

#content { padding-bottom: 15px; overflow: hidden; height: 100%; clear: both; }
 
.container { overflow: hidden; height: 100%; width: 100%; }
.container.module {	padding: 0 30px;}
 
.one { width: 960px; }
.one.moduleOne { width: 930px; padding: 15px; }
 
.two { position: relative; width: 480px; float: left; overflow: hidden;}
.two.moduleTwo { width: 450px; padding: 15px; }
 
.three { width: 320px; float: left; }
 
.four { width: 240px; float: left; overflow: hidden; }
.four.module { width: 210px; padding: 15px; }
.four.moduleFour { width: 210px; padding: 15px; }
 
.wide { width: 720px; float: left; }
.wide.moduleWide { width: 690px; padding: 15px; }
 
/* @por eliminar */
 
.two.module { width: 450px; padding: 15px; }
.wide.module { width: 690px; padding: 15px; }
 
/* @por eliminar end */
 
.wide2 { width: 960px; float: left;}
 
/* @end */

/* @group

typefaces */

h1 { font: 30pt Avenir, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;	color: #a7dff6;}
h2 { font: 16pt Avenir, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;	text-transform: uppercase;	letter-spacing: -1px; display: block; }
h3 { font: 16pt Avenir, Arial, Helvetica, Geneva, sans-serif; letter-spacing: -1px; display: block; }
h4 { font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
h5 { font: italic 8pt Georgia, "Times New Roman", Times, serif; }

/* @end */

#singleTitle { padding: 0 15px; padding-top: 15px;	margin: 0 0 20px 0;}
#singleTitle h1 { font-weight: normal !important; }
#singleTitle h2 { text-transform: none;	font-size: 12pt;}

#singleTitle a { color: #e9c82f; }
#singleTitle a:hover { color: #A7DFF6;}

#singleTitle p { font: 10pt/15pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.wide #singleTitle,
.two #singleTitle {	padding: 0;}

/* @group eyecandy */

.aMessage {
	margin: 0px 15px 15px 15px;
	padding: 10px;
	border: 1px solid black;
	color: #989696;
	font: 10pt Avenir-Heavy, Arial, Helvetica, Geneva, sans-serif;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
	overflow: hidden;
	height: 100%;
}

.aMessage strong {
	color: #e9c82f;
	font-weight: bold;
}

.aMessage.big {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13pt;
	line-height: 20pt;
	padding: 20px;
}

a.seeMore {
	display: block;
	text-align: right;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e9c82f;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	border: 1px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.seeMore.big {
	font-size: 12pt;
	padding-top: 8px;
	padding-bottom: 8px;
	background: ;
}

a.seeMore:hover {
	color: #a7dff6;
	padding-right: 10px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}

.blogContainer a.seeMore {
	color: #505050;
	border-color: #afafaf;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#BFBFBF));
	-moz-box-shadow: rgba(255,255,255,1) 0 1px 0px;
	-webkit-box-shadow: rgba(255,255,255,1) 0 1px 0px;
}

/* @group thickbox */

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	-moz-box-shadow: rgba(000,000,000,1) 0 1px 8px;
	-webkit-box-shadow: rgba(000,000,000,1) 0 1px 8px;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus {
	color: #666666;
}

#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.TB_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay {
	/

* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}

* html #TB_window {
	/

* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
}

#TB_caption {
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow {
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle {
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;


/* 

-height/2 0 0 -width/2 */
}

* html #TB_load {
	/

* ie6 hack */
position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}

* html #TB_HideSelect {
	/

* ie6 hack */
     position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/* @end */

/* @group main calendar */

.aCalendar .else { padding: 20px; text-align: center; font: 14pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

.aCalendar {
	width: 690px;
	margin: 15px auto;
}

.aCalendar ul.artistList {
	width: 690px;
	overflow: hidden;
	height: 100%;
}

.aCalendar ul.artistList li {
	width: 230px;
	height: 230px;
	overflow: hidden;
	float: left;
	position: relative;
}

.aCalendar ul.artistList li a {
	display: block;
	width: 230px;
	height: 230px;
	position: relative;
	color: #e9c82f;
}

.aCalendar ul.artistList li.old { background-color: rgb(0,0,0,0.8) !important  }
.aCalendar ul.artistList li.old a .oldFiche { position: absolute; right: -10px; top: -13px; width: 84px; height: 85px; text-align: center; font: italic bold 10pt Georgia, "Times New Roman", Times, serif;  background:url(/images/efectuado.png); z-index: 1; }

.aCalendar ul.artistList li.old a { color: white; }

.aCalendar ul.artistList li a:hover {
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.aCalendar ul.artistList li a h3 {
	display: block;
	position: absolute;
	width: 210px;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.49);
	padding: 10px;
	border-top: 1px solid rgba(0,0,0,0.5);
}

.aCalendar ul.artistList li.old a h3 { background-color: rgba(0,0,0,0.3); }

.aCalendar ul.artistList li a:hover h3 {
	padding-bottom: 30px;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}

.aCalendar ul.artistList li a h3 span.date {
	width: 20px;
	height: 20px;
	background-color: black;
	text-align: center;
	font-size: 8pt;
	border: 1px solid #e9c82f;
	float: left;
	line-height: 8pt;
	padding: 10px;
	margin: 0 10px 0 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.aCalendar ul.artistList li.old a h3 span.date { background:none !important; border-color: white; }

.aCalendar ul.artistList li a h3 span.artistName {
	margin: 10px 0 0 0;
	width: 158px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11pt;
}

/* @end */

/* @group search */

.searchResult {
	width: 240px;
	position: absolute;
	top: 41px;
	right: 10px;
	background: #85b5c8 url(/images/backgroundBluesky.png) no-repeat center top;
	border: 1px solid #c6eefc;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-style: none;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	overflow: hidden;
	display: none;
}

.searchResult h4 {
	text-transform: none;
	letter-spacing: 0;
	color: black;
	text-shadow: white 0 1px 0;
	padding: 10px 10px 4px;
	border-bottom: 1px solid #c6eefc;
	font-size: 12pt;
}

.searchResult a#searchClose {
	display: compact;
	font-size: 8pt;
	color: black;
	padding: 0 10px 5px;
	text-align: right;
	text-transform: none;
	letter-spacing: 0;
	text-shadow: white 0 1px 0;
}

.searchResult ul.results li {
	padding: 5px 10px;
	border-bottom: 1px solid #c6eefc;
	font-size: 8pt;
	text-transform: none;
	letter-spacing: 0;
	color: black;
	text-shadow: white 0 1px 0;
	border-top: 1px solid #76a2b3;
}

.searchResult ul.results li:hover {
	-moz-box-shadow: rgba(255,255,255,1) 0 0px 5px;
	-webkit-box-shadow: rgba(255,255,255,1) 0 0px 5px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
}

.searchResult ul.results {
	border-bottom: 1px solid #76a2b3;
	margin-bottom: 5px;
}

/* @end */

/* @group footer */

#footer { font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; clear: both;  text-shadow: black 0 -1px 0; color: rgb(90,90,90); border: 1px solid black; border-top: none; margin: 30px 0 15px 15px; width: 900px; padding: 15px 14px 0 14px; background: rgba(0,0,0,0.6); z-index: 0; }

#footer #footerCupula { width: 930px; height: 29px; margin-left: -15px; margin-right: -15px; margin-top: -32px; background: url(/images/footerCupula.png) no-repeat; }

#footer .four { width: 195px; padding: 20px 15px 15px 15px; margin-bottom: 15px; }
#footer .four.movistarArenaFooter { float: right !important; padding-top: 100px; background: url(/images/movistarArena.png) no-repeat top center; text-align: center; }
#footer .four.movistarArenaFooter a { color: #a7dff6; }
#footer .four.movistarArenaFooter a:hover { color: white; }

#footer h1 { font-size: 10pt; color: #a7dff6; padding: 0 0 6px 20px; border-bottom: 1px solid #a7dff6; margin: 0 0 12px 0; text-transform: uppercase; font-weight: bold;  }

#footer a { color: white; font-weight: bold; font-size: 8pt; }
#footer a:hover {  color: #e9c82f;}

#footer ul { padding: 0 0 0 20px; }
#footer ul li { list-style-type: circle;}

#footer .ow { background-color: rgba(0,0,0,0.2); display: block; margin-left: -15px; margin-right: -15px; width: 930px; border-top: 1px solid rgb(40,40,40); font-size: 8pt; text-align: center; text-transform: uppercase; font-family: Georgia, "Times New Roman", Times, serif; color: white; padding: 15px 0; clear: both; }
#footer .ow a { font-weight: bold; color: #e9c82f; }

/* @end */

/* @group

dashboard */

.aMessage img {
	width: 50px;
	height: 50px;
	float: left;
	display: inline;
	margin-right: 10px;
	border: 1px solid white;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
}

.aMessage div {
	display: inline;
	float: left;
	width: 825px;
}

.aMessage div p {
	font: italic 9pt Georgia, "Times New Roman", Times, serif;
}

.aMessage a {
	color: #a7dff6;
}

.aMessage a:hover {
	color: #e9c82f;
}

/* @end */

/* @group profile */

.profilePic {
	position: relative;
	width: 215px;
	margin: 60px 0 0 0;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 2px 10px;
	border-style: solid;
	border-width: 5px;
	overflow: hidden;
}

.profilePic .play {
	position: absolute;
	left: 71px;
	top: 30%;
	width: 73px;
	height: 74px;
	background: url(/images/play.png);
}

.profilePic img {
	width: 215px;
}

.profilePic2 {
	position: relative;
	width: 450px;
}

.profilePic2 img {
	width: 450px;
}

.profilePic2 ul {
	padding: 15px 60px 0 60px;
	font: 11pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.profilePic2 ul li {
	margin: 0 0 6px 0;
}

.profilePic2 ul li a {
	color: #a7dff6;
}

.profilePic2 ul li a:hover {
	color: #e9c82f;
}

p.rsvp {
	background-image: url(/images/optionsBackground.jpg);
	border-style: solid;
	border-width: 1px;
	background-color: #000;
	height: 15px;
	margin-bottom: 30px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
	padding: 5px 20px;
}

p.rsvp a {
	color: #e9c82f;
	font: bold 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

p.rsvp a:hover {
	color: #9e7fc3;
}

ul.profileOptions {
	background-image: url(/images/optionsBackground.jpg);
	border-style: solid;
	border-width: 1px;
	background-color: #000;
	height: 25px;
	margin-bottom: 30px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 8pt;
	clear: both;
}

ul.profileOptions a {
	color: #e9c82f;
	text-decoration: none;
	font-weight: bold;
}

ul.profileOptions a:hover {
	color: #9e7fc3;
}

ul.profileOptions li {
	float: left;
	padding-left: 10px;
	padding-bottom: 1px;
	height: 20px;
	text-align: center;
	font: 8pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
	width: 205px;
}

.aProfile {
	width: 450px;
	margin: 0 0 15px 0;
	overflow: hidden;
	float: left;
}

.aProfile h1 {
	font-size: 16pt;
}

.aProfile h2 {
	margin: 0 0 12px 0;
}

.aProfile h3 {
	color: #e9c82f;
	margin: 0 0 12px 0;
}

.aProfile h4 {
	margin-bottom: 20px;
}

.aProfileRight {
	width: 225px;
	float: left;
	margin: 0 0 0 15px;
}

/* @text */

.text { font: 10pt/15pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
.text a { color: #e9c82f; }
.text a:hover {	color: #a7dff6; }
.text p { margin-bottom: 20px; }
.text ul,
.text ol { padding: 0 0 0 30px; }
.text li strong { color: #e9c82f; }
.text li { margin: 0 0 12px 0; list-style-position: outside; list-style-type: disc; }

/* @miniBlog */

ul.miniBlog li {
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 6px 30px;
	color: #e9c82f;
}

ul.miniBlog li p {
	font-size: 8pt;
	color: silver;
	display: block;
}

ul.miniBlog li p a {
	color: #865dcd;
}

ul.miniBlog li a {
	color: white;
}

ul.miniBlog li a:hover {
	color: #9e7fc3;
}

ul.miniBlog li span.date {
	color: silver;
	text-transform: uppercase;
}

/* @end */

/* @group sidebar */

p.help {
	margin-bottom: 10px;
	font: italic 10pt Georgia, "Times New Roman", Times, serif;
	color: silver;
}

p.help strong {
	font-weight: bold;
}

p.help a {
	color: #865dcd;
}

p.help a:hover {
	color: #a7dff6;
}

#sidebar {
	width: 230px;
}

#sidebar ul.miniBlog li a {
	font-size: 10pt;
}

#sidebar ul.miniBlog li p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar ul.miniBlog li p a {
	font-size: 8pt;
	color: #a7dff6;
}

#sidebar ul.miniBlog li p a:hover {
	color: #e9c82f;
}

/* @paginator */

.paginator {
	padding: 8px 12px;
	font: 12pt Avenir-Medium, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: right;
	margin: 15px 0;
}

.paginator a {
	color: #e9c82f;
	text-decoration: none;
}

.paginator a:hover {
	color: #a7dff6;
}

.disabled {
	display: none;
}

.paginator .current {
	
}

.prev_page {
	
}

/* @various */

p.else {
	font: 12pt Avenir-Medium, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	display: block;
	padding: 20px;
}

p.else a {
	color: #a7dff6;
}

p.else a:hover {
	text-decoration: none;
	color: white;
	
}

.recintoHead {
	text-align: left;
	border-bottom: 1px solid white;
	overflow: hidden;
	width: 940px;
	padding: 10px 10px 0 10px !important;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	-moz-box-shadow: rgba(000,000,000,1) 0 1px 0px;
	-webkit-box-shadow: rgba(000,000,000,1) 0 1px 0px;
}

/* @search */

#moduleSearch h2 {
	font-size: 12pt;
	margin: 15px 0;
	border-bottom: 1px solid white;
}

#moduleSearch a {
	color: #e9c82f;
}

#moduleSearch a:hover {
	color: #a7dff6;
}

ul.postListtwo {
	margin: 30px 0;
	padding: 0 0 0 40px;
	font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ul.postListtwo li.post {
	margin: 0 0 12px 0;
	list-style-type: circle;
}

ul.postListtwo li.post span {
	display: block;
	font-size: 10pt;
	font-style: oblique;
}

/* @notification */

#notification {
	width: 930px;
	margin: 15px auto 0 auto;
	text-align: center;
	font: 12pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#notification.nNotice {
	color: rgb(143,197,127);
}

#notification.nError {
	color: rgb(194,87,101);
}

#notification a {
	color: white;
}

#notification a:hover {
	text-decoration: underline;
}

/* @list postRelacionados */

.two ul.listpostmin {
	width: 430px;
}

.two ul.listpostmin li {
	width: 430px;
}

.two ul.listpostmin.noType {
	width: 450px;
}

.two ul.listpostmin.noType li {
	width: 450px;
}

.two ul.listpostmin li .listpostminBody {
	width: 386px;
}

.two ul.listpostmin.noType li .listpostminBody {
	width: 406px;
}

ul.listpostmin.noType {
	padding: 0;
}

ul.listpostmin.noType li {
	list-style-type: none;
}

ul.listpostmin li .listpostminBody {
	float: left;
}

ul.listpostmin {
	display: block;
	padding: 0 0 0 20px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

ul.listpostmin li.listpostmin-title {
	list-style-type: none;
	padding: 0 0 6px 0;
	border-bottom: 1px solid white;
	margin: 0 0 12px 0;
}

ul.listpostmin h2 {
	font-size: 12pt;
	color: #e9c82f;
}

ul.listpostmin li {
	list-style-type: circle;
	color: #e9c82f;
	font: 10pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 0 12px 0;
	list-style-position: outside;
}

ul.listpostmin li a {
	color: white;
}

ul.listpostmin li a:hover {
	color: #A7DFF6;
}

ul.listpostmin li span {
	display: block;
	font-size: 9pt;
	font-style: oblique;
	clear: both;
}

ul.listpostmin li .listpostminThumb {
	width: 30px;
	height: 30px;
	margin: 0 12px 0 0;
	overflow: hidden;
	border: 1px solid white;
	float: left;
}

ul.listpostmin li .listpostminThumb  img {
	width: 35px;
}

ul.listpostmin.listpostminImage a {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 2px 2px 0;
	float: left;
	border: 1px solid white;
	overflow: hidden;
}

ul.listpostmin.listpostminImage img {
	width: 50px;
	margin-top: -10px;
}

ul.listpostmin.listpostminImage.video img { width: auto; height: 70px; margin-left: -40px; }

ul.listpostmin.listpostminImage li {
	list-style-type: none;
}

ul.listpostmin.Linklist {
	width: 295px;
	float: left;
}

ul.listpostmin.linklistLeft {
	margin: 0 30px 0 0;
}

/* @share */

ul.shareList {
	margin: 12px 0 0 0;
	font-size: 8pt;
	color: rgb(100,100,100);
	text-transform: uppercase;
}

ul.shareList li {
	display: inline;
}

ul.shareList li.shareListitle {
	margin: 0 6px 0 0;
}

#a2apage_DEFAULT {
	display: none !important;
}

#a2apage_BROWSER {
	display: none !important;
}

#a2apage_any_email {
	display: none !important;
}

/* For standard sharing menu */

#a2amail_any_email {
	display: none !important;
}

/* For the email-only menu */

#a2apage_EMAIL {
	display: none !important;
}

#a2apage_border {
	background: black !important;
	border-color: black !important;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#a2apage_dropdown {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


.error_field { border-color: red !important;}

/* @end */


/* @tabs */

.mainTabs { clear: both; width: 928px; margin: 0 auto; border: 1px solid black; background: rgba(0,0,0,0.4); font: 10pt/15pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; -moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px; -webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;}
.mainTabs ul.tabs { width: 230px; float: left; font: 10pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif }
.mainTabs ul.tabs li a { display: block; font-weight: bold; border-bottom: 1px solid white; padding: 15px; color: #A7DFF6; text-transform: uppercase; }
.mainTabs ul.tabs li a.current,
.mainTabs ul.tabs li a:hover { background-color: rgb(51,51,51) }
.mainTabs .panes { width: 667px; min-height: 300px; height: auto !important; height: 300px; float: left; border-left: 1px solid white; padding: 15px; }
.mainTabs .panes h3 { color: #e9c82f; margin-bottom: 12px; }

.mainTabs .panes .panesGallery { width: 380px; margin: 0 0 15px 15px; float: right; text-align: center; }
.mainTabs .panes .panesGallery li { list-style-type: none; }

/* @mainLightbox */

#mainLightbox { width: 460px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: left !important; border: 5px solid rgb(255,198,0); font-size: 10pt; }
#mainLightbox h2 { display: block; background-color: rgb(255,198,0); color: black; padding: 10px 15px; font-size: 12pt; text-shadow: rgba(255,255,255,0.8) 0 1px 0; }

#mainLightbox ul { width: 460px; }
#mainLightbox ul li { float: left; }
#mainLightbox ul li a { display: block; width: 200px; padding: 15px; color: black; font-weight: bold; }
#mainLightbox ul li a img { float: left; margin-right: 6px; }
#mainLightbox ul li a:hover { text-decoration: underline; }


/* @module */

.moduleOpacity {
	clear: both;
	border: 1px solid black;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
}


/* @codigo */


/* @mainContents */

#mainContests { width: 900px; padding: 200px 30px 30px 30px; }


#mainContests #mcontestsLeft { width: 435px; margin-right: 30px; float: left; }
#mainContests #mcontestsRight { width: 435px; float: left; }

#mainContests #mcontestsLeft,
#mainContests #mcontestsRight { position: relative; margin-top: -30px; }

#contestHead { position: relative; width: 900px; height: 243px;  margin-bottom: 0; background: url(../images/contests/bgcontestHead.png) no-repeat center center; z-index: 0;  }

#contestHead #contestbox { position: absolute; z-index: 1; top: 67px; left: 217px; width: 466px; height: 109px; }

#contestHead #contestbox #participando { width: 402px; height: 72px; position: absolute; left: 32px; top: -44px; background: url(../images/contests/yaestasparticipando.png) no-repeat; z-index: 2; }


#contestHead #contestbox #contestsRedes { position: absolute; top: 30px; right: 20px;; width: 96px; height: 48px;  }
#contestHead #contestbox #contestsRedes a.contestsFb { display: block; width: 48px; height: 48px; background: url(../images/contests/facebook.png) no-repeat; float: left; }
#contestHead #contestbox #contestsRedes a.contestsTw { display: block; width: 48px; height: 48px; background: url(../images/contests/twitter.png) no-repeat; float: left; }

#contestHead #contestbox .mainCode { font-family: Avenir, Arial, Verdana, Sans-serif; }
#contestHead #contestbox .mainCode strong { display: block; text-transform: uppercase; font-size: 10pt; margin-bottom: 6px;  }
#contestHead #contestbox .mainCode h3 { font-size: 20pt; color: #a7dff6; }

#contestHead #contestbox .mainCode { padding: 32px 0 0 30px; }


#contestHead #contestbox p.else { padding: 30px 30px 10px 30px !important; }

#rankingList { width: 427px; border: 4px solid #E9C82F; border-top: none; }

#rankingList ul { width: 427px; /* height: 250px;  */background:url(../images/contests/bgUl.png) repeat; }
#rankingList ul li { font-family: Avenir, Arial, Verdana, Sans-serif;  width: 427px; height: 44px; padding: 5px 0 0 0; border-bottom: 1px solid #E9C82F; overflow: hidden; }

#rankingList ul li .countFirst { color: white; font-size: 18pt; width: 40px; text-align: center; float: left; padding: 7px 0 0 0; }
#rankingList ul li .avatar { width: 30px; height: 30px; margin-right: 15px; border: 5px solid rgba(0,0,0,0.5); float: left; }
#rankingList ul li .avatar img { width: 30px; }

#rankingList ul li .body {  width: 247px; padding: 9px 0 0 0; float: left; overflow: hidden; color: white; }
#rankingList ul li .body  a { color: white; }

#rankingList ul li .count { width: 70px; text-align: right; padding: 5px 15px 0 0; font-size: 20pt;  color: #E9C82F; float: left; }

#rankingList #rankingHead { position: relative; margin-left: -4px; font-family: Avenir, Arial, Verdana, Sans-serif; color: black; text-shadow: rgba(255,255,255,0.5) 0 1px 0; font-weight: bold; font-size: 14pt; text-align: center; text-transform: uppercase; width: 435px; height: 40px; padding: 9px 0 0 0; background: #E9C82F url(../images/contests/bgrankingHead.png) no-repeat; }


#contestTutorial { font-family: Avenir, Helvetica, Arial, Verdana, Sans-serif; font-size: 12pt; color: white; margin-bottom: 20pt; }
#contestTutorial li { margin-bottom: 12px; }
#contestTutorial li a { color: #E9C82F; }
#contestTutorial li span { display: inline-block; padding-right: 12px; color: #a7dff6; }

a.bigButtonMax {
	display: inline-block;
	padding: 15px 60px 10px 60px;
	font: 20pt Avenir, Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: center;
	border: 1px solid #c6eefc;
	background: #c6eefc url(/images/backgroundBluesky.png) center top;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: black;
	font-weight: bold !important;
	text-shadow: white 0 1px 0;
}
a.bigButtonMax:hover { color: black; background-image: none; }
a.bigButtonMax em { display: block; margin-left: 10px;	margin-right: 10px;	font-size: 8pt;	color: #33809e;	letter-spacing: 0;	text-transform: none;}

.contentFb { clear: both; background-color: white; padding: 20px; }


#mainbases { font-family: Helvetica, Arial, Verdana, Sans-Serif; font-size: 10pt; width: 600px; height: 300px; padding: 20px; overflow: auto; text-align: left; }


#mainbases p { line-height: 14pt; }

#mainbases ul, 
#mainbases ol { margin-bottom: 12px; padding: 0 0 0 20px; }

#mainbases li { margin-bottom: 6px; }

#mainbases h1 { font-size: 16pt; color: black; margin-bottom: 20px;  }
#mainbases h2 { font-size: 12pt; color: rgb(60,60,60); margin: 30px 0 12px 0; }

#premios { padding: 20px 0 0 0; font-family: Helvetica, Arial, Verdana, Sans-Serif; font-size: 10pt; color: #E9C82F;}
#premios strong { color: white; }

#mainContests #winners { padding: 20px 120px 0 120px; text-align: left; }
#mainContests #winners h1 { font-size: 18pt; color: white; margin-bottom: 40px; }
#mainContests #winners h1 span { color: #a7dff6; }
#mainContests #winners h1 strong {  color: #e9c82f; font-weight: bold; }
#mainContests #winners h3 { margin-bottom: 12px; }

#mainContests #winners ol { padding: 0 0 0 40px; font: 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
#mainContests #winners ol li { list-style-type: decimal-leading-zero; margin-bottom: 6px; }


#mainContests #winners table.premios { font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; margin-bottom: 30px; }
#mainContests #winners table.premios td { padding: 8px; }
#mainContests #winners table.premios th { padding: 8px; font-weight: bold; color:#a7dff6; }
#mainContests #winners table.premios tr.odd td { background: rgba(50,50,50,0.5) }

.titleFeatured { text-align: center; padding: 20px; }
.titleFeatured h1 { font-size: 20pt; color: white; }
.titleFeatured h1 span { color: #eac915; }

#cartelera { background: rgba(0,0,0,0.5); width: 960px; height: 283px; border-bottom: 1px solid #2b2b2b; padding: 10px 0; margin-bottom: 20px; overflow: hidden; }

.ie #cartelera {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);   /* IE6 & 7 */
      zoom: 1;
} 

#cartelera #carteleraPanel { width: 930px; height: 283px; margin: 0 auto; overflow: auto; }
#cartelera #carteleraPanel #containShows { height: 263px; }
#cartelera #carteleraPanel .show { width: 180px; padding: 10px; height: 243px; float: left; cursor: pointer; }
#cartelera #carteleraPanel .show a { display: block; width: 180px; height: 223px; padding: 20px 0 0 0; color: black; }
#cartelera #carteleraPanel .show a .showPhoto { width: 170px; height: 170px; border: 5px solid white; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; cursor: pointer;  }
#cartelera #carteleraPanel .show a:hover { height: 243px; padding: 0; }
#cartelera #carteleraPanel .show a:hover .showPhoto { height: 190px; }

#cartelera #carteleraPanel .show .showTitle { position: relative; width: 169px; height: 63px; margin: -20px auto 0 auto; background: url(/images/showList_title.png) no-repeat; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align: center; text-shadow: none; font-size: 12pt; cursor: pointer; }
#cartelera #carteleraPanel .show .showTitle .showData { width: 135px; height: 17px; position: absolute; top: -5px; left: 12px; background: url(/images/showList_date.png) no-repeat; font: 9pt "Avenir", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-transform: uppercase; font-weight: bold; padding: 5px 5px 10px 5px; }
#cartelera #carteleraPanel .show .showTitle h4 { width: 169px; padding: 25px 0 0 0; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-weight: normal !important; font-size: 11pt; overflow: hidden; }



