@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?j3mcb');
	src:url('fonts/icomoon.eot?#iefixj3mcb') format('embedded-opentype'),
		url('fonts/icomoon.woff?j3mcb') format('woff'),
		url('fonts/icomoon.ttf?j3mcb') format('truetype'),
		url('fonts/icomoon.svg?j3mcb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.center-content{
	padding-bottom: 40px;
}
.overlay{
    display: none;
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: .75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}
.modal {
	display: none;
	font-family: 'Open Sans', sans-serif;
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 260px);
	width: 500px;
	border-radius: 5px;
	font-size: 0;
	color: #333;
	z-index: 2;
	text-align: center;
	background: #fff;
	padding: 10px;
	height: 333px;
	overflow: hidden;
}
.modal .close{
	position: absolute;
	top: 5px;
	right: 5px;
	background: #FFF;
	color: #000;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
}
.modal .close:before{
	font-family: 'icomoon';
	content: "\e602";
}
.modal iframe{
	width: 100%;
}
.confirmacion{
	width: 400px;
	left: calc(50% - 210px);
	font-family: 'Roboto Condensed', sans-serif;
	background: #0F0F0F;
	color: #fff;
	bottom: calc(50% - 270px);
	height: 480px;
}
.confirmacion .close{
	color: #fff;
	background:#0F0F0F;
}
.confirmacion img{
	cursor: pointer;
}
.arte-masmas{

}
.arte-masmas img{
	width: 100%;
	height: 325px;
}
.descripcion{
	font-family: 'Roboto Condensed', sans-serif;
	color: #282828;
	font-size: 16px;
}
.descripcion p{
	font-size: 24px;
	text-align: center;
	padding: 0 60px;
	margin: 7px 0;
	font-weight: 700;
}
.descripcion ul{
	margin:7px 0;
}
.lista-ranking{
	border-top: 1px solid #EDEDED;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 0;
}
.lista-ranking .ranking-song{
	font-family: 'Roboto Condensed', sans-serif;
	width: calc(25% - 50px);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 25px;
	margin-bottom: 40px;
}
.lista-ranking .ranking-song>p{
	font-size: 14pt;
	color: #5A5A5A;
	margin: 5px 0;
}
.ranking-song figure{
	margin: 0;
	border: 1px solid #E4E4E4;
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 8px #D7D7D7;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 7px;
}
.ranking-song figure img{
	width: 100%;
}
.ranking-song .check .tema:before{
	font-family: 'icomoon';
	content: "\e600";
	color: #E21129;
	font-size: 23px;
	position: absolute;
	top: 0;
	left: -30px;
	display: inline-block;
}
.ranking-song .check figure{
	box-shadow: 0px 0px 8px rgb(226, 17, 41)
}
.song-info p{
	margin: 0;
}
.song-info .tema{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0;
	position: relative;
	display: inline;
}
.song-info .artista{
font-size: 16px;
}
.ranking-song button.ver-video{
	display: block;
	margin: 0 auto;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	width: 110px;
	line-height: 25px;
	margin-top: 10px;
	font-weight: 700;
	border-radius: 3px;
	padding: 0;
	cursor: pointer;
}
.ranking-song button.ver-video{
	background: #E21129;
	transition: all 0.5s ease;
}
.ranking-song button.ver-video:hover{
	background: #BB0B1F;
	transition: all 0.5s ease;
}
.ranking-song button.ver-video:before{
	font-family: 'icomoon';
	content: "\e601";
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	vertical-align: bottom;
	margin-right: 5px;
}

input.enviar[type="submit"]{
	display: block;
	width: 160px;
	border: none;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 3px;
	margin: 0 auto;
	border-bottom: 3px solid #4D4D4D;
	cursor: pointer;
	color: #fff;
	margin-bottom: 20px;
}
input.enviar[type="submit"]{
	background: #696969;
	transition: all 0.5s ease;
}
input.enviar[type="submit"]:hover{
	background: #4D4D4D;
	transition: all 0.5s ease;
}
.mas-mas{
	width: 300px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.mas-mas .title{
	font-size: 28pt;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.86);
	color: #E21129;
	font-weight: 700;
	margin-bottom: 10px;
}
.mas-mas figure{
	width: 160px;
	height: 160px;
}
.mas-mas .song-info .tema{
	font-size: 22pt;
}
.mas-mas .song-info .artista{
	font-size: 18pt;
}
.lista-ranking>p{
	font-size: 12pt;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.lista-ranking{
	padding-top: 0;
}
.ranking-song figure:hover, .seleccionado{
    box-shadow: 0px 0px 10px 4px #56040E !important;
}

/* plataforma de votacion para diciembre 2015 */
#plataforma-lo-mejor{
	font-family: GothamBook;
	padding: 20px;
	background: white;
}
#plataforma-lo-mejor a{
	text-decoration: none;
}
#plataforma-lo-mejor a:hover{
    text-decoration: underline;
    color:#E2001A;
}
#plataforma-lo-mejor .nota{
	/*background: #E6DECB;
	padding: 3px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #333333;*/
	margin-bottom: 12px;
}
#plataforma-lo-mejor h2{
    font-size: 23px;
    text-align: left;
    font-family: GothamBlack;
    color:#E2001A;
    text-shadow:rgba(3, 3, 3, 0.99) 1px 1px 1px;
}
#plataforma-lo-mejor .title{
    display: block;
    background: #E2001A;
    color: white;
    padding: 9px 2px 9px 16px;
    border-radius: 3px;
    margin-top: 30px;
}
#plataforma-lo-mejor .preguntas p{
	margin-left: 11px;
	margin-bottom: -3px;
}
#plataforma-lo-mejor label{
	cursor: pointer;
}
.invisible{
	display: none;
}
.visible{
	display: block;
}
.buttonPana{

    display: block;
    margin-left: 44.5%;
    background: #E2001A;
    border: none;
    padding: 12px 25px;
    color: white;
    font-family: GothamBlack;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 20px;

}
.buttonVolver{
    display: none;
    margin-left: 43.7%;
    background: #E2001A;
    border: none;
    padding: 12px 25px;
    color: white;
    font-family: GothamBlack;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 20px;
}
a.buttonVolver:hover{
   color:white !important;
   text-decoration: none !important;
}


/*Feliz dia mama*/


.registrar {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: GothamBlack;
  color: #E70011;
  font-size: 35px;
  background: #fafafa;
  padding: 10px 20px 10px 20px;
  border: dotted #E70011 5px;
  text-decoration: none;
  margin-left: 40%;
  padding: 10px;
  text-decoration: none;
  cursor: pointer;
}

.registrar:hover {
  background: #E70011;
  text-decoration: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
}


#elija{font-size:16px;text-align:center;}
.form-control{display:block;margin-bottom:15px;}
.form-control input{box-sizing:border-box;padding:15px;border:1px solid #ddd;background:#fff;width:100%;}
.form-control button{box-sizing:border-box;padding:15px;border:1px solid #ccc;;background:#ddd;width:100%;cursor:pointer;}
.form-control button:hover{border:1px solid #bbb;;background:#ccc;}
#meme{margin:30px auto;width:700px;}
#meme canvas{border:1px solid #ddd;background:#fff;}
.none{display:none;}

.buttonPanasNuevo {
  font-family: arial;
  font-weight: bold;
  color: #FFFFFF !important;
  font-size: 14px;
  text-shadow: 1px 0px 0px #7CACDE;
  box-shadow: 1px 1px 1px #BEE2F9;
  padding: 5px 19px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px dotted #F00C0C;
  background: #EE0E0E;
  background: linear-gradient(top,  #EE1A1A,  #CF0C13);
  background: -ms-linear-gradient(top,  #EE1A1A,  #CF0C13);
  background: -webkit-gradient(linear, left top, left bottom, from(#EE1A1A), to(#CF0C13));
  background: -moz-linear-gradient(top,  #EE1A1A,  #CF0C13);
}
.buttonPanasNuevo:hover {
  color: #CFCFCF !important;
  background: #CC2121;
}