/* CSS Document */
.prog-contenedor {
	margin: 20px auto 0;
	border: 1px solid #3DB1B1;	
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3DB1B1;
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Esto es para que no haga el hightlight al hacer tap */
	-moz-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	/*width: 79.8%;*/
}
.prog-fecha {
	text-align: center;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	letter-spacing: -1px;
	color: #FFF;
}
.prog-tv {
	width: 40%;
	height: 400px;
	float: left;
	vertical-align: middle;
	background-color: #CCC;
}
#tabs {
	/*width: 95%;*/
	height: 400px;
	margin: auto;
	border-radius: 0;
	overflow: hidden;
}
.prog-fecha-titulo {
	margin: 20px auto 5px auto;
	width: 95%;
	font-size: 14px;
}
.prog-fecha-titulo span {
	font-size: 12px;
}
.prog-tv iframe {
	width: 95%;
	height: 300px;
}
.prog-tabs {
	width: 60%;
	float: left;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
/* Tabla */
.ui-tabs-panel table {
	width: 100%;
}
.ui-tabs-panel table, .ui-tabs-panel table td {
	border: none;
	padding: 0;
}
.row-no-activa {
	display: none;
}
.vacio {
	color: #333;
    font-size: 14px;	
	height: 100%;
	background-color: #f9f9f9;	
}
.vacio span {
	padding: 10px;
	display: block;
}
.titulo-cal {
	border-bottom: 1px #CCC solid;
	font-weight: bold;
	color: #3DB1B1;
	padding-left: 15px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.titulo-hora {
	width: 60px;
	float: left;	
}
.una-linea .titulo-hora {
	float: right;
	width: 100px;
}
.titulo-programa {
	float: left;
	width: 60px;
}
.ui-tabs-panel table td {
	height: 15px;
	background-color: transparent;
	color: #036;
}
.ui-tabs-panel table .td-hora {
	width: 60px;
	background-color: #e6eef1;
    border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
    color: #333;
    font-size: 14px;
	text-align: right;
	vertical-align: top;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
}
.prog-fila {
	overflow: hidden;
	color: #036;
	padding-left: 5px;
}
.prog-hora {
	font-size: 12px;
}
.prog-desc {
	margin-right: 60px;
	font-size: 12px;
}
.ui-tabs-panel table .td-hora span, .prog-hora span {
	font-size: 10px;
}
.ui-tabs-panel table .td-hora span {
	padding: 4px 4px 0 0;
}
.ui-tabs-panel table .td-texto00 {
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	padding: 0;
	height: 70px;
}
.ui-tabs-panel table .td-texto30 {
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	padding: 0;
	height: 70px;
}
.ui-tabs-panel table .td-texto {
	border-bottom: 1px solid #CCC;
	padding: 0;
	height: 30px;
}
.prog-img {
	float: right;
	margin: -15px 5px 0 0;
}
.hora_actual .prog-titulo {
	font-weight: bold;
}
.prog-titulo a {
	color: #036;
	text-decoration: none;
}
.prog-titulo {
	font-size: 14px;
}
.una-linea .prog-titulo {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	float: left;
}
.una-linea .prog-hora {
	font-size: 14px;
	float: right;
	padding-right: 15px;
}


.flotante {
	background-color: #f9f9f9;
	position: absolute;
	top: 0;
	height: 70px;
	width: 550px;
	left: 61px;
	overflow: auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0 0 0 5px;
}

.alternado {
	background-color: #E7F8F8 !important;
}


/* Estilo de Simon */
.AreaWidgetsHome {
    margin: 20px auto 0 !important;
}

/*= Estilos de UI Tabs 
------------------------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
}
.ui-widget-content {
	border: 0;
	border-radius: 0;
}
.ui-tabs {
    padding: 0;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ui-tabs .ui-tabs-panel {
	padding: 0;
	position: relative;	
	overflow-x: hidden !important;
}
.ui-widget-header {
	border-radius: 0;
	border: 0;	
	background: #09c;
	background: #0099cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #0099cc 0%, #003b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#003b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0099cc 0%,#003b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0099cc 0%,#003b5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0099cc 0%,#003b5b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0099cc 0%,#003b5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#003b5b',GradientType=0 ); /* IE6-9 */
}
.ui-widget-header .ui-state-default, .ui-widget-header {
	background: #82BEBF;	
	color: #FFF;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #FFF;
}
.ui-widget-header .ui-state-active {
    /*background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #ffffff;*/
    color: #212121;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
}
.ui-tabs .ui-tabs-nav li {
    margin: 0 0 0 -1px;	
	/*width: 20%;*/
	border-left: 1px #CCC solid;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 5px 0;
	display: block;
	width: 100%;
	text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	font-weight: bold;
}
.ui-state-hover a, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-active a {
 	/*border: 1px solid #999999;*/
	background-color: #3DB1B1 !important;
	color: #FFF !important;
	font-weight: bold;
	outline: none;	/* remueve el glow azul en mac chrome */
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}
.hora_actual {
	background-color: #CCC !important;
}
.una-linea.hora_actual .prog-titulo, .una-linea.hora_actual .prog-hora {
	font-weight: bold;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

.prog-tv {
	width: auto;
	height: auto;
	float: none;
}
.prog-tabs {
	width: auto;
	float: none;
}
.prog-fecha-titulo {
	margin: 0 auto 5px;
}

}