.sizeBig{ 
	width:530px; 
	height:298px;
}

.sizePlatinum{ 
	width:260px; 
	height:298px;
}

.sizeSmall{
	width:125px; 
	height:120px;
}

.sizeLong{
	width:125px; 
	height:250px;
}

.sizeIFCC{
	width:260px; 
	height:144px;
	border-color: rgb(80, 134, 248);
}

.encuesta-4{
	height:290px;
}

.encuesta-5{
	height:550px;
}

.encuesta-6{
	height:125px;
}

#programa-hoy{
background-color : transparent;
border-color: transparent;
}

#select-menu{
	margin: 10px auto 0px;
	/*margin: 0px auto 0px;*/
	padding-top:5px;
	width:100%;
	max-width:1099px;
	height:25px;
	background-color:#666;
	text-align:center;
	font-weight:bold;
	font-size:1.15em;
	letter-spacing:2px; 
}
#select-menu a{
	color:rgb(215, 233, 243);
}

#select-menu a:hover{
	color:#4BF;
}
#select-menu img{
	margin-bottom: -3px;
}
#popeable { 
	display:none;
    background-color:#fff;
    border-radius:15px;
    box-shadow: 0 0 25px 5px #999;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}

.escondida{
	display:none;
}

#mas-info{
	cursor:pointer; 
}
#mas-info img{
	float:right;
}

.element figcaption span{
line-height: 15px;
}
.button.b-close, .button.bClose {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 3px 6px;
	position: absolute;
	right: -7px;
	top: -7px;
}

.button:hover {
background-color: #1e1e1e;
}

.button {
	background-color: #2b91af;
	border-radius: 10px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}

.cartelito{
	position: absolute;
	left: 0;
	top: 0;
	height: 17px;
	background: url(../img/cartelito.png) repeat;
	line-height: 17px;
	padding: 0px 5px;
	color:#FFF;
	font-weight:bold;
	/*letter-spacing:1.5px;*/
	font-size: 15px;
}
.sizeIFCC .cartelito{
	color: rgb(38, 47, 253);
}

#encuesta-down-rep{
	width:100%; 
	text-align:center; 
	font-size : 1.1em; 
	/*border-width:1px; 
	border-color:#4EFF3C; 
	border-style:solid; */	
}

#compartir-rs{
	width:100%; 
	text-align:center; 
	padding:10px 0;
	
	/*border-width:1px; 
	border-color:#4EFF3C; 
	border-style:solid; 	*/
}

.pane {
	margin-top:10px;
	position: relative;
	padding: 4px;
	background: rgba(255, 0, 0, 0.05);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid rgba(255, 0, 0, 0.2);
}
.grey{
background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.2);
}

.pane-header {
	position: relative;
	margin: 0;
	padding: 4px;
	color: rgba(160, 0, 0, 0.6);
	font-size: 14px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.header-grey{
	color: rgba(16, 16, 16, 0.6);
}

.pane-content{
	background-color: #fff;
}

#reproductor_container{
	width:480px;
	margin:0 auto;
}

#reproductor_mascara{
	float: none;
	position:absolute;
	background: url(../img/play-completo-tiny.png) no-repeat center top;
	width:530px; 
	height:298px;
	z-index: 6;
}

#reproductor_mascara:hover{
	background: url(../img/play-completo-tiny.png) no-repeat center bottom;
	cursor:pointer;
}

div.jp-playlist li{
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 10px;
}

div.jp-title{
	border-bottom: 1px solid #009be3;	
}

div.jp-title li{font-size:15pt; font-size: 16px; line-height: 35px;}
div.jp-title img{/*float:left; margin: 5px 10px 0;*/}

.contentHolder{
	overflow : hidden;
	position:relative; 
	padding:0px; width: 480px; height: 185px; 	
} 
.element figure {
	margin: 0;
	position: relative;
}

.element figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.element figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: #2c3f52;
	color: #ed4e6e;
	
}

.element figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:1.1em;
	/*letter-spacing:1.7px;*/
	text-transform:uppercase;
}

.element figcaption span:before {
	content: ' ';
}

.element figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
/*	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);*/	
}

.cs-style-3 figcaption {
	height: 55px;
	width: auto;
	top: auto;
	bottom: 0px;
	line-height: 15px;
	opacity:0.6;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 0.95;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#features{
	margin:115px auto 0;
	width:600px;
	text-align:center;
}		

#features .feature{
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	/*width:170px;*/
	padding:5px 0;
	float: left;
	margin: 0 13px;
	/*margin: 0 auto;*/
}

footer h3, footer div{
font-family: UbuntuRegular,Helvetica,Arial,sans-serif;
font-style : normal;
}

.css3button {
float:left;
cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #faf5fa;
	padding: 3px 13px;
	background: -moz-linear-gradient(
		top,
		#0033ff 0%,
		#16458a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#0033ff),
		to(#16458a));
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 3px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#mas-data h4{
	font-weight: bold;
	text-align: center;
}
/*
#comentarios-face{
	height:200px;
	overflow:auto;
}*/

.encuesta{
	background-image: url('../img/pie_chart.png'); 
	background-color: rgb(240, 240, 240); 
	background-repeat: no-repeat;
	cursor:default;
}

.encuesta input[type="text"]{
	width:120px;
	height:11px;
}
.encuesta h3{
	margin: 5px;
	font-size: 1.1em;
	text-align: center;
}
.encuesta .votar{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #FFF;
	border-radius: 3px 3px 3px 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	margin:2px 10px 5px 10px;
	padding: 2px;
	text-align: center;
	width: auto;
	visibility:hidden;
	cursor:pointer;
}
.encuesta-answer{
	height:15px; 
	background-color: rgba(0,0,200,0.8); 
	color: rgb(255,255,255); 
	border-radius: 3px 3px 3px 3px; 
	font-size:0.9em;  
	font-weight: bold;
	line-height: 15px;
	/*letter-spacing: 1px;*/
}

.encuesta-ans-wrapper{
	width:100%;
	background-color: rgba(200,200,200,0.8);
}

.notas-similares{
	width:100%;
	height:225px;
	overflow:hidden;
	clear:both;
	margin-top:15px;
}

.notas-similares .notita{
	width:82px;
	float:left;
	height:200px;
	margin-left:10px;
	overflow:hidden;
	line-height: 14px;
}

.notas-similares .notita .titulo{
	font-weight:bold !important;
}

.notas-similares .notita .cuerpo{
	color:black !important;
}

.cloud-temas{
	margin: 10px auto 0px;
	height:160px;
	width:100%;
	max-width: 1099px;
	color:#FFF;
	overflow: hidden;
	padding: 0px;
	/*background-color: #FFFFEE;
	border: 1px solid #F8E78C ;*/
	display:none;
	text-align:center;
}
#ct2{width:100%}
.cloud-temas a{color: #FFF; padding:1px 3px; display: inline-block;}
.cloud-temas li{ padding:7px !important;}

#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 3px #444;
    border: 0 none;
    font: bold 10px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:100px;
    padding: 4px 15px 4px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    background: url(search-dark.png) no-repeat 10px 3px #fcfcfc;
    color: #6a6f75;
    width: 150px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

.gsc-control-cse {
	font-family: Arial, sans-serif;
	border-color: transparent !important;
	background-color : transparent !important;
	padding:0px;
}
