﻿      body {
        padding-top: 10px;
				background: #ebebeb;
				background: -moz-linear-gradient(top, #ebebeb 0%, #eeeeee 37%, #e6e6e6 69%, #e0e0e0 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(37%,#eeeeee), color-stop(69%,#e6e6e6), color-stop(100%,#e0e0e0));
				background: -webkit-linear-gradient(top, #ebebeb 0%,#eeeeee 37%,#e6e6e6 69%,#e0e0e0 100%);
				background: -o-linear-gradient(top, #ebebeb 0%,#eeeeee 37%,#e6e6e6 69%,#e0e0e0 100%);
				background: -ms-linear-gradient(top, #ebebeb 0%,#eeeeee 37%,#e6e6e6 69%,#e0e0e0 100%);
				background: linear-gradient(to bottom, #ebebeb 0%,#eeeeee 37%,#e6e6e6 69%,#e0e0e0 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 );
				background-size: cover;
				background-repeat: no-repeat;
				font-family: "Verdana";
				font-size: 12px;
      }

      .sidebar-nav {
        padding: 9px 0;
      }

			.container-fluid {
				max-width: 950px;
				margin: 0 auto;
			}

			.social-icons{
				text-align: right;
				list-style: none;
				margin-right: 10px;
			}
			
			.social-icons li {
				display: inline-block;
				margin: 0 1px;
			}

			.social-icons [class^="icon-"] {
				width: 28px;
				height: 28px;
				cursor: pointer;
				box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.3);
			}

			.icon-fb {
				background: url('/RLM_ARTISTA_images/facebook.png') no-repeat center center;
			}
			
			.icon-instagram {
				background: url('/images/icon-instagram.png') no-repeat center center;
				}
			
			.icon-instagram:hover {
				background: url('/images/icon-instagram-hover.png') no-repeat center center;
				}
			
			.icon-tt {
				background: url('/RLM_ARTISTA_images/twitter.png') no-repeat center center;
			}

			.icon-wl {
				background: url('/RLM_ARTISTA_images/wireless.png') no-repeat center center;
			}

			.icon-audio {
				background: url('/RLM_ARTISTA_images/audio.png') no-repeat center center;
			}

			.icon-www {
				background: url('/RLM_ARTISTA_images/world.png') no-repeat center center;
			}
			.icon-sh {
				background: url('/RLM_ARTISTA_images/cart.png') no-repeat center center;
			}
			.icon-in {
				background: url('/RLM_ARTISTA_images/instagram.png') no-repeat center center;
			}
            			.icon-yt {
				background: url('/RLM_ARTISTA_images/youtube.png') no-repeat center center;
			}
			.icon-rss {
				background: url('/images/icon-rss.png') no-repeat center center;
			}
			
			.icon-facebook {
				background: url('/images/icon-facebook.png') no-repeat center center;
			}

			.icon-twitter {
				background: url('/images/icon-twitter.png') no-repeat center center;
			}

			.icon-linkedin {
				background: url('/images/icon-linkedin.png') no-repeat center center;
			}

			.icon-youtube {
				background: url('/images/icon-youtube.png') no-repeat center center;
			}

			.icon-wireless {
				background: url('/images/icon-wireless.png') no-repeat center center;
			}

			.icon-rss:hover {
				background: url('/images/icon-rss-hover.png') no-repeat center center;
			}

			.icon-facebook:hover {
				background: url('/images/icon-facebook-hover.png') no-repeat center center;
			}

			.icon-twitter:hover {
				background: url('/images/icon-twitter-hover.png') no-repeat center center;
			}

			.icon-linkedin:hover {
				background: url('/images/icon-linkedin-hover.png') no-repeat center center;
			}

			.icon-youtube:hover {
				background: url('/images/icon-youtube-hover.png') no-repeat center center;
			}

			.icon-wireless:hover {
				background: url('/images/icon-wireless-hover.png') no-repeat center center;
			}
			.icon-home {
				background: url('/images/icon-home.png') no-repeat center center;
			}

			.icon-cart {
				background: url('/images/icon-cart.png') no-repeat center center;
				width: 18px;
				height: 13px;
			}

			.icon-congress {
				background: url('/images/icon-congress.png') no-repeat center center;
				width: 11px;
				height: 23px;
			}

			.icon-newsletter {
				background: url('/images/icon-newsletter.png') no-repeat center center;
				width: 20px;
				height: 17px;
			}

			.icon-ticket {
				background: url('/images/icon-ticket.png') no-repeat center center;
				width: 30px;
				height: 28px;
				margin-top: -8px;
				margin-left: 10px;
			}

			.icon-search {
				background: url('/images/icon-search.png') no-repeat center center;
				width: 18px;
				height: 18px;
			}

			.subnav {
				background: none;
				border: none;
				margin-top: 5px;
				margin-bottom: 5px;
			}

			.subnav .nav li {
				min-width: 90px;
				*min-width: 75px;
				min-width: 75px\0/IE8+9;
				/*border-right: 2px solid #b9b9b9;*/
				max-height: 35px;
				/*background-color: White;*/
			}

			.subnav .nav li a {
				text-transform: uppercase;
				text-align: center;
				border: none;
				padding-top: 10px;
				padding-bottom: 10px;
				color: #00335d;
				font-size: 12px;
				font-weight: normal;
			}

			.subnav .nav li a:hover {
				/*color: #0088CC;*/
				color: #FFFFFF;
			}
			.subnav .nav li.btnHome:hover {
				background-color:#FFF;
			}
			.subnav .nav li:hover {
				background-color:#00335d;
				
			}

			.subnav .nav li:last-child {
				border-right: none;
			}

			img.logo {
				margin-bottom: 27px;
			}

			.subnav .nav li a:hover {
				background-color: transparent;
			}

			form.well.form-search {
				padding: 0;
				margin: 7px 0 0 0;
				background-color: transparent;
				border: none;
				box-shadow: none;
				text-align: right;
				margin-right: 7px;
			}

			.form-search input.search-query {
				border-radius: 0;
				padding-left: 5px;
				padding-right: 0;
				background-color: #f4f4f4;
				border: none;
				height: 25px;
			}

			form.well.form-subscribe {
				background-color: transparent;
				border: none;
				box-shadow: none;
			}

			.form-subscribe input[type=text].subscribe {
				border-radius: 0;
				padding-left: 5px;
				padding-right: 0;
				background-color: #fff;
				border: none;
				height: 35px;
				margin: 0;
				color: #b3b3b3;
				margin-top: -3px;
				margin-left: -3px;
				width: 150px;
			}

			.form-subscribe .btn {
				margin: 0;
				margin-left: -4px;
				background: #023763;
				background: -moz-linear-gradient(top,  #023763 0%, #01325a 50%, #002b4f 100%, #012c51 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023763), color-stop(50%,#01325a), color-stop(100%,#002b4f), color-stop(100%,#012c51));
				background: -webkit-linear-gradient(top,  #023763 0%,#01325a 50%,#002b4f 100%,#012c51 100%);
				background: -o-linear-gradient(top,  #023763 0%,#01325a 50%,#002b4f 100%,#012c51 100%);
				background: -ms-linear-gradient(top,  #023763 0%,#01325a 50%,#002b4f 100%,#012c51 100%);
				background: linear-gradient(to bottom,  #023763 0%,#01325a 50%,#002b4f 100%,#012c51 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023763', endColorstr='#012c51',GradientType=0 );
				border-radius: 0;
				color: white;
				font-weight: normal;
				border: none;
				font-size: 12px;
				text-shadow: none;
				margin-top: -4px;
				padding: 13px 12px;
			}

			.btn.signin {
				background: #fff;
				color: #01315a;
				font-size: 16px;
				margin-top: -3px;
				margin-right: 30px;
				padding-left: 30px;
				padding-right: 30px;
			}

			.form-subscribe label {
				background: #3d3e3e;
				background: -moz-linear-gradient(top,  #3d3e3e 0%, #212222 50%, #002b4f 100%, #090a0a 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3e3e), color-stop(50%,#212222), color-stop(100%,#002b4f), color-stop(100%,#090a0a));
				background: -webkit-linear-gradient(top,  #3d3e3e 0%,#212222 50%,#002b4f 100%,#090a0a 100%);
				background: -o-linear-gradient(top,  #3d3e3e 0%,#212222 50%,#002b4f 100%,#090a0a 100%);
				background: -ms-linear-gradient(top,  #3d3e3e 0%,#212222 50%,#002b4f 100%,#090a0a 100%);
				background: linear-gradient(to bottom,  #3d3e3e 0%,#212222 50%,#002b4f 100%,#090a0a 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3e3e', endColorstr='#090a0a',GradientType=0 );
				padding: 13px 5px;
				color: white;
			}
			
			.upcomming h4 {
				font-weight: normal;
				font-size: 12px;
				text-transform: uppercase;
				color: white;
				background: #00325b;
				background: -moz-linear-gradient(top,  #00325b 0%, #012d52 50%, #002b4f 100%, #022848 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00325b), color-stop(50%,#012d52), color-stop(100%,#002b4f), color-stop(100%,#022848));
				background: -webkit-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -o-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -ms-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: linear-gradient(to bottom,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00325b', endColorstr='#022848',GradientType=0 );
				padding: 10px 0 10px 10px;
			}

			.form-search .btn {
				height: 33px;
				background: #023864;
				background: -moz-linear-gradient(top,  #023864 0%, #013259 50%, #002b4f 100%, #002b4f 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#023864), color-stop(50%,#013259), color-stop(100%,#002b4f), color-stop(100%,#002b4f));
				background: -webkit-linear-gradient(top,  #023864 0%,#013259 50%,#002b4f 100%,#002b4f 100%);
				background: -o-linear-gradient(top,  #023864 0%,#013259 50%,#002b4f 100%,#002b4f 100%);
				background: -ms-linear-gradient(top,  #023864 0%,#013259 50%,#002b4f 100%,#002b4f 100%);
				background: linear-gradient(to bottom,  #023864 0%,#013259 50%,#002b4f 100%,#002b4f 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023864', endColorstr='#002b4f',GradientType=0 );
			}

			.contact-info {
				background-color: #fff;
				display: inline-block;
				padding: 2px 5px;
				color: #023960;
				font-size: 11px;
				box-shadow:0px 0px 3px 1px rgba(119,119,119,.3);;
			}
			
			#main-carousel {
				margin-left: 10px;

			}

			#main-carousel .carousel-control {
				border-radius: 0;
				border: none;
				background-color: transparent;
				/*background-color: #00335d;*/
				color: transparent;
				opacity: 1;
				font-weight: bold;
				font-size: 20px;
				height: 24px;
				width: 28px;
				padding-top: 0px;
				padding-bottom: 10px;
				margin-top: 0;

			}


			#main-carousel .carousel-control.right {
				right: 20px;
				border: none;
			}

			#main-carousel .pager {
				position: absolute;
				right: 20px;
				bottom: -15px;
				display:none;
			}
			
			#main-carousel .pager li {
				width: 14px;
				height: 14px;
				display: inline-block;
				text-indent: -9999px;
				background-color: #00335d;
			}

			#main-carousel .pager li.pager-active {
				background-color: #9D9D9D;
			}

			@media (max-width: 770px) {
				.subnav .nav li {
					border-right: none;
				}
			}

			.upcomming {
				margin-bottom: 10px;
				background-color: #fff;
				color: #00335d;
			}

			ul.upcoming-events, ul.club {
				list-style: none;
				margin: 0;
				padding: 0;
				border-top: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
			}

			.clear {
				clear: both;
			}

			.calendar, .subject, .cart {
				float: left;
			}

			.calendar {
				width: 28%;
				text-align: center;
				margin-top: -10px;
				text-transform: uppercase;
			}

			.club .calendar {
				width: 30%;
				margin-top: 15px;
				color: #00335d;
			}

			.cart {
				width: 20%;
				text-align: center;
			}

			.club .cart {
				margin-top: 10px;
			}

			.subject {
				width: 50%;
				font-weight: bold;
				font-size: 11px;
			}
			
			.club .subject {
				font-size: 11px;
				color: #00335d;
				line-height: 15px;
				font-weight: normal;
				width: 48%;
				padding-left: 1%;
				padding-right: 1%;
			}
			
			.event {
				margin-right: 1.5%;
				border-bottom: 2px solid #aabac6;
				padding: 25px 0;
			}

			.club .event {
				margin-right: 0;
				border-bottom-color: #00335d;
				padding: 10px 0;
			}

			.upcoming-events li {
				line-height: 15px;
			}

			.club li {
				background: #ffffff;
				background: -moz-linear-gradient(top,  #ffffff 0%, #fdfdfe 50%, #e9eef2 100%, #e9eef2 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#fdfdfe), color-stop(100%,#e9eef2), color-stop(100%,#e9eef2));
				background: -webkit-linear-gradient(top,  #ffffff 0%,#fdfdfe 50%,#e9eef2 100%,#e9eef2 100%);
				background: -o-linear-gradient(top,  #ffffff 0%,#fdfdfe 50%,#e9eef2 100%,#e9eef2 100%);
				background: -ms-linear-gradient(top,  #ffffff 0%,#fdfdfe 50%,#e9eef2 100%,#e9eef2 100%);
				background: linear-gradient(to bottom,  #ffffff 0%,#fdfdfe 50%,#e9eef2 100%,#e9eef2 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eef2',GradientType=0 );
			}

			.club li:last-child .event {
				border-bottom: none;
			}

			.reference {
				display: inline-block;
				text-transform: uppercase;
				padding: 3px 10px;
				text-decoration: none;
				font-size: 10px;
				color: white;
				background: #00325b;
				background: -moz-linear-gradient(top,  #00325b 0%, #012d52 50%, #002b4f 100%, #022848 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00325b), color-stop(50%,#012d52), color-stop(100%,#002b4f), color-stop(100%,#022848));
				background: -webkit-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -o-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -ms-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: linear-gradient(to bottom,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00325b', endColorstr='#022848',GradientType=0 );
				margin: 20px 0 16px 85px;
				box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.7);
				font-weight: normal;
			}
			.reference2 {
				display: inline-block;
				text-transform: uppercase;
				padding: 3px 10px;
				text-decoration: none;
				font-size: 10px;
				color: white;
				background: #00325b;
				background: -moz-linear-gradient(top,  #00325b 0%, #012d52 50%, #002b4f 100%, #022848 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00325b), color-stop(50%,#012d52), color-stop(100%,#002b4f), color-stop(100%,#022848));
				background: -webkit-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -o-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: -ms-linear-gradient(top,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				background: linear-gradient(to bottom,  #00325b 0%,#012d52 50%,#002b4f 100%,#022848 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00325b', endColorstr='#022848',GradientType=0 );
				/*margin: 20px 0 16px 85px;*/
				box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.7);
				font-weight: normal;
			}

			h4.reference {
				margin: 0 13px 15px 15px;
				display: block;
				text-align: center;
				padding: 7px 0;
			}

			.header-description {
				padding: 0 15px 20px 30px;
			}

			p {
				color: #191919;
				font-size: 12px;
			}

			h2 {
				color: #00335d;
				font-size: 25px;
				margin: 10px 0;
				font-weight: normal;
			}

			a.btn-icon {
				display: inline-block;
				box-shadow: 1px 3px 2px gray;
				background-color: #fff;
				padding: 9px;
				border-radius: 4px;
			}

			.date {
				display: inline-block; 
				background-color: #f7f7f7; 
				width: 56px; 
				height: 56px;
				box-shadow: 1px 3px 2px gray;
				border-radius: 4px;
			}

			.month {
				border-bottom: 1px solid #c3c3c3;
				margin: 2px 0;
			}

			.day {
				font-size: 30px;
				margin-top: 10px;
			}
			
			.thumbnail {
				border: none;
				border-radius: 0;
				box-shadow: none;
			}

			.thumbnail h5 {
				color: #00335d;
				font-weight: 16px;
			}

			ul.thumbnails {
				padding: 15px 20px 0 20px;
			}

			ul.thumbnails li.span2:nth-child(6n+1) {
				margin-left: 0;
			}

			ul.thumbnails li.span2 .caption {
				border: 1px solid #e1e1e1;
				border-top: 0;
				text-align: center;
				padding: 3px 0;
			}

			.caption p {
				margin-bottom: 0;
			}

			ul.thumbnails .span4 {
				width: 32%;
				margin-left: 2%;
				margin-bottom: 0;
			}

			h6 {
				color: #000;
				font-weight: normal;
				font-size: 14px;
				margin-bottom: 15px;
				margin-top: 20px;
			}

			.row-fluid [class*="span"]:first-child h6 {
				padding-left: 25px;
			}

			.row-fluid.article {
				background-color: #ccc;
				margin-bottom: 7px;
			}

			.row-fluid.article .span4:last-child {
				width: 32.9239%;
				margin-left: 1.2641%;
			}

			h3.special-title {
				background-color: #00325B;
				color: #fff; 
				font-size: 12px; 
				font-weight: normal; 
				padding: 4px 0 4px 20px; 
				margin: 13px 0; 
				/*text-shadow: 4px 4px 2px rgba(0,0,0,.5);*/
				text-transform: uppercase;
			}

			h3.special-title.padding {
				margin: 8px 0;
			}
			
			ul.nav-icons {
				margin-left: 60px;
			}

			ul.nav-icons li {
				display: inline-block;
				margin: 0 1px;
				vertical-align: middle;
			}

			.icon-onstage {
				background: url('/images/icon-onstage.png') no-repeat center center;
				width: 94px;
				height: 61px;
			}

			.icon-arte {
				background: url('/images/icon-arte.png') no-repeat center center;
				width: 74px;
				height: 31px;
			}

			.icon-apm {
				background: url('/images/icon-apm.png') no-repeat center center;
				width: 52px;
				height: 48px;
			}

			.footer-links {
				background: #cccccc;
				background: -moz-linear-gradient(top,  #cccccc 0%, #bebebe 50%, #adadac 100%, #adadac 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#bebebe), color-stop(100%,#adadac), color-stop(100%,#adadac));
				background: -webkit-linear-gradient(top,  #cccccc 0%,#bebebe 50%,#adadac 100%,#adadac 100%);
				background: -o-linear-gradient(top,  #cccccc 0%,#bebebe 50%,#adadac 100%,#adadac 100%);
				background: -ms-linear-gradient(top,  #cccccc 0%,#bebebe 50%,#adadac 100%,#adadac 100%);
				background: linear-gradient(to bottom,  #cccccc 0%,#bebebe 50%,#adadac 100%,#adadac 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#adadac',GradientType=0 );
				font-size: 10px;
				margin-bottom: 0;
				text-align: center;
			}
            .nav.nav-pills 
            {
                background-color: White;
            }
			.footer-links .nav.nav-pills a {
				color: #000;
				padding: 5px 12px;
				margin: 0;
			}

			.footer-links .nav.nav-pills {
				display: inline-block;
				margin-bottom: 0;
				margin-top: 5px;
			}

			.footer-links .nav.nav-pills li {
				padding: 0px 4px;
				border-right: 2px solid #000;
			}

			.footer-links .nav.nav-pills li:last-child {
				border-right: none;
			}

			.copyright {
				background: #414040;
				background: -moz-linear-gradient(top,  #414040 0%, #282728 50%, #111110 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414040), color-stop(50%,#282728), color-stop(100%,#111110));
				background: -webkit-linear-gradient(top,  #414040 0%,#282728 50%,#111110 100%);
				background: -o-linear-gradient(top,  #414040 0%,#282728 50%,#111110 100%);
				background: -ms-linear-gradient(top,  #414040 0%,#282728 50%,#111110 100%);
				background: linear-gradient(to bottom,  #414040 0%,#282728 50%,#111110 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414040', endColorstr='#111110',GradientType=0 );
				padding-top: 5px;
			}

			.copyright p {
				color: white;
				font-size: 11px;
			}

			.span4.special {
				margin-left: 1.0641%;
			}

			.span8.special {
				width: 66.712%;
			}

			.player {
				background-color: white;
				border-top: 1px solid #e1e1e1;
				border-bottom: 1px solid #e1e1e1;
				padding: 8px 0;
			}

			.social-sign ul {
				list-style: none;
				margin: 0;
				padding: 0;
				border-top: 1px solid #e0e0e0;
				border-bottom: 1px solid #e1e1e1;
			}

			.social-sign ul > li {
				background: #ffffff;
				background: -moz-linear-gradient(top,  #ffffff 0%, #e6ebef 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6ebef));
				background: -webkit-linear-gradient(top,  #ffffff 0%,#e6ebef 100%);
				background: -o-linear-gradient(top,  #ffffff 0%,#e6ebef 100%);
				background: -ms-linear-gradient(top,  #ffffff 0%,#e6ebef 100%);
				background: linear-gradient(to bottom,  #ffffff 0%,#e6ebef 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ebef',GradientType=0 );
				border-bottom: 1px solid #003059;
				padding: 10px 0;
				font-size: 12px;
			}

			.social-sign ul > li:last-child {
				border-bottom: 0;
			}

			.social-sign ul p {
				font-size: 14px;
				line-height: 5px;
			}

			ul.thumbnails li.span6 {
				width: 49.2105%;
				margin-bottom: 1.5789%;
			}

			ul.thumbnails li.span6:nth-child(odd) {
				margin-left: 0;
			}

			ul.thumbnails li.span6:nth-child(even) {
				margin-left: 1.5789%;
			}

			.social-links {
				background-color: #02335b;
				float: left;
				width: 29%;
				*width: 27%;
				width: 27%\0/IE8+9;
				margin: 0;
				padding: 0;
				text-align: center;
			}
			
			.social-links ul {
				margin: 0;
				padding: 0;
				display: inline-block;
				padding: 40px 0 29px;
			}

			.social-links li {
				margin-bottom: 10px;
			}

			.social-links a {
				background-color: white;
				padding: 12px 0 12px 40px;
				width: 80px;
				display: block;
				text-align: left;
				color: #023660;
				vertical-align: middle;
				background-position: 10px center;
				height:7px;
			}

			ul.news {
				list-style: none;
				margin: 0 20px 0 15px;
			}

			.news .profile {
				float: left;
			}

			.news li {
				border-bottom: 1px solid #ededed;
				margin-bottom: 22px;
			}

			.news li:last-child {
				border-bottom: 0;
				margin-bottom: 0;
			}

			.news .contents {
				float: right;
				text-align: left;
				width: 80%;
			}

			.publish-date {
				font-size: 11px;
				color: #d11111;
			}

			.description {
				font-size: 16px;
				color: #000;
			}

			a.read-more {
				box-shadow: 1px 3px 2px gray;
				background-color: #fff;
				color: #023660;
				font-size: 11px;
				padding: 5px 10px;
				text-align: right;
			}

			.video {
				background-color: #fff;
				border: 1px solid #dfdfdf;
				padding: 8px;
			}

			.video img {
				margin-bottom: 10px;
			}

			.video h5 {
				font-weight: normal;
				color: #00335d;
				font-size: 16px;
			}

			.twitter {
				background-color: white;
				padding: 10px 15px;
				border: 1px solid #dfdfdf;
			}

			.twitter p {
				font-size: 11px;
				color: #00335d;
				padding: 0 3px;
				line-height: 14px;
				margin-bottom: 0;
			}

			.twitter ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.twitter li {
				border-bottom: 1px solid #efefef;
				margin-bottom: 5px;
			}

			.twitter li:last-child {
				border-bottom: 0;
			}

			.advertise {
				border: 1px solid #dfdfdf;
				padding: 20px 10px 10px 10px;
				background-color: #fff;
				margin-bottom: 10px;
			}

			.advertise .thumbnail {
				background-color: #e8e9e8;
			}

			.version {
				margin-left: 13px;
			}

			.version p {
				border: 1px solid #e0e0e0; 
				background-color: #fff;
				margin: 0;
				padding: 3px 10px;
				float: left;
				font-size: 10px;
				color: #00305a;
			}

			.doc {
				float: left;
				margin-top: 15px;
			}

			.doc p {
				line-height: 10px;
				color: #00315a;
				font-size: 9px;
				padding: 0;
				margin: 0;
			}

 

			#myModal.modal {
				border-radius: 0;
				box-shadow: none;
				background-color: transparent;
				border: none;
				width: 840px;
			}

			.modal-wrapper {
				margin: 20px 20px 0 0;
				background-color: #e0e0e0;
			}

			.modal-backdrop {
				background-color: #5F8EB7;
			}
			
			.modal-header {
				padding: 23px 0 0 0;
				border-bottom: 0;
			}

			.modal-header h3 {
				background-color: #fff;
				color: #01315a;
				font-size: 16px;
				font-weight: normal;
				padding: 10px 0 10px 30px;
			}

			.modal-header .close {
				background-color: white;
				opacity: 1;
				padding: 8px 10px;
				position: absolute;
				right: 2px;
				top: 0;
				z-index: 99999;
				font-weight: normal;
				font-size: 30px;
				color: #00315a;
				text-shadow: none;
				box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
			}
			
			.modal-body {
				font-size: 12px; 
				color: #023660;
				padding: 0px 25px 20px 20px
			}

			.modal-body p {
				color: #023660;
			}

			.modal-body ul li {
				margin: 10px 0;
				list-style-image: url(/images/list-style-image.png);
				margin-left: 15px;
			}

			.modal-footer {
				background: transparent;
				box-shadow: none;
				padding: 0;
			}

			.modal-footer form.well.form-subscribe {
				padding: 0;
				text-align: left;
			}

			ul.desc {
				margin: 0;
				padding: 0;
			}

			ul.desc li {
				list-style: none;
				padding: 0;
				margin: 0;
			}
            a.btn-icon.special {
				display: inline-block;
				box-shadow: 1px 3px 2px gray;
				background-color: #fff;
				padding: 12px 30px;
				border-radius: 0;
				margin: 0 20px 0 0;
			}
			.icon-shotify {
				background: url('/RLM_ARTISTA_images/shotify.png') no-repeat center center;
			}

			.icon-itune {
				background: url('/RLM_ARTISTA_images/itune.png') no-repeat center center;
			}
			.artistas {
      	/*height: 200px;*/
      	margin: 15px;
      }
      .artistas li { 
      	list-style-type: none;
      	float: left;
      	margin: 5px 10px;
      	padding: 5px;
      	width: 180px;
      	text-transform: uppercase
      }
      .artistas li.activo {
      	background: #02335B;
      	color: #ffffff;
      }
      .linkYoutubeHome 
      {
          display: block; position: absolute; width: 287px; height: 218px; z-index: 1
      }
            .linkYoutubeHome:hover
      {
          display: block; position: absolute; width: 287px; height: 218px; z-index: 1
      }
           .linkYoutubeHome img
      {
          margin: 90px 120px;
      }
      .row-fluid .span4 {
width: 31.314893614%;
}

/*thumbmove*/
.contThumbMove{
	float:left; width:290px; background-color:#F4F4F4; margin:8px; position:relative; height:204px; overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	}
.thumbMove{
	position:absolute;
	top:0;
	left:0;
	width:290px;
	opacity: 1;    
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
     transition: all 0.4s ease-out;
	}
.thumbMoveHome{
	top:-70px;
	left:0;
	}
.thumbMove:hover{
	top:-102px;
	}	
.thumbMove .contImgThumbMove{background:#00325b; height:204px;	overflow:hidden;}	
.thumbMove .contImgThumbMove .imgThumbMove{
	moz-opacity: 1; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
	
}	
.thumbMoveHome .contImgThumbMoveHome{position:relative; background:#00325b; height:204px; overflow:hidden;}	
.thumbMoveHome .contImgThumbMoveHome .imgThumbMoveHome{
	position:absolute;
	top:20px;
	left:0;
	moz-opacity: 1; opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
	}
.thumbMove .contImgThumbMove .imgThumbMove{
width:290px;
}	
.thumbMove:hover > .contImgThumbMove .imgThumbMove { moz-opacity: .4; opacity: .4; filter: alpha(opacity=40);}
.txtThumbMove{
	float:left; height:102px; background:#f4f4f4; width:100%; /*background:url(../img/new/fdoLinea.gif) bottom left repeat-x;*/}
.txtThumbMove .izq{
	float:left; width:186px; padding:15px 0 0 15px;
	}
.txtThumbMove .izqHome{float:left; width:260px;}
.txtThumbMove .izq strong{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	display:block;
	margin:0 0 5px 0;
	overflow:hidden;
	}	
.txtThumbMove .izq p{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#626262;
	overflow:hidden;
	}
.txtThumbMove .der{
	float:right; width:80px; margin-top:15px;
	}
.txtThumbMove .derHome{float:left; width:260px; padding:0 15px; margin-top:8px;}		
.txtThumbMove .der a.comprar{display:block; font-size:10px; line-height:11px; background:url(../img/new/fdoComprar.jpg) top center no-repeat; width:64px; height:18px; color:#FFF; text-decoration:none; text-align:center; text-transform:uppercase; padding:23px 0;}	
.txtThumbMove .der span{display:block; width:64px; text-align:center; font-size:9px; font-style:italic; text-transform:uppercase; overflow:hidden; color:#000;}
.txtThumbMove .derHome a.comprar{float:left; display:block; font-size:10px; line-height:18px; width:123px; height:none; color:#FFF; text-decoration:none; text-align:center; text-transform:uppercase; padding:0; background-image:none; background-color:#4d83b0; border-radius: 6px;}	
.txtThumbMove .derHome span{float:right; display:block; width:84px; text-align:right; font-size:9px; line-height:18px; font-style:italic; text-transform:uppercase; overflow:hidden; color:#000;}

/* botones app */

.cajaSello{position:relative;}
.enlacesLogos{position:absolute; right:25px; top:20px; list-style:none; display:block;}
.enlacesLogos li{text-align:right;}
.enlacesLogos li.apm{margin-top:10px;}
.botonesApp{float:left; display:block; list-style:none; margin-bottom:20px;}
.botonesApp li{float:left; display:block; padding-right:20px;}
.aplicacion{font-size:12px; margin-bottom:10px; margin-top:10px;}