/*
 * GENËRICO
 */
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	/*background: #b93f92;*/
}

img{border: 0}

.img-responsive {
	display:inherit;
	/*width: 100%;*/
}

.navbar {
	border-radius: 0;
}

/*.navbar-collapse {
	padding-left: 0;
}*/

.dropdown-menu > li > a {
	padding: 3px 20px 3px 13px;
}

.alturaBarras
{
	height: 1.7778em;
	line-height: 1.7778em;
}

/*
 * PAGE
 */
.page
{
	width: 960px;
	margin: 0px auto;
}

/*
 * HEAD
 */
.head
{
	float: left;
	width: 100%;
}


.barraSuperior
{
	float: left;
	width: 100%;
	text-align: center;
	color: #0d3b30;
}

.barraSuperior .slogan
{
	float:left;
	font-size: 1.5em;
	text-align: right;
	width: 100%;
	font-style: italic;
}

.banner
{
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
}

.banner img
{
	display: block;
	border: 0px;
	width: 100%
}

.alturaBarrasMenus
{
	height: 3em;
	line-height: 3em;
}

.dropdown-menu
{
	font-size:13px;
}

.navbar
{
	margin-bottom:0;
}

/*
 * RASTRO DE MIGAS
 */

.rastroMigas
{
	/*float:left;*/
	width: 100%;
	/*border-bottom: 1px solid black;*/
	color: #fff;
	font-size: 9px
}

.rastroMigasItem, .rastroMigasSeparador
{
	/*float:left;*/
	padding: 0px 0px
}

.rastroMigasItem a, .rastroMigasSeparador a
{
	color: #b93f92;
	text-decoration: none;
}

.rastroMigasSeparador a
{
	margin: 0 3px
}

/*
 * CUERPO
 */

 .contenido
{
	/*display: table-cell;*/
	/*float: none;*/
	width: 100%; /*730px;*/
	/*height: auto;*/
	vertical-align: top;
	background: #fff;
	padding-top: 20px;
	padding: 0 15px 30px 15px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.contenido100
{
	display: table-cell;
	float: none;
	width: 100%;
	height: auto;
	vertical-align: top;
	/*margin: 0px 20px 0px 20px;*/
	padding-top: 20px;
	padding: 0px 5px;
}

.contenido li, .contenido100 li
{
	display: list-item;
	margin-left: 18px
}

/*
	RIGHT PART
*/

.rightPart
{
	/*float: none;*/
	/*width: 240px;*/
	padding: 10px 10px;
	/*display: table-cell; */
	height: auto;
    /*vertical-align: top;*/
}

/*
 * IDIOMAS
 */
.barraSuperior .idiomas
{
	float : right;
	width: 25%;
	height: auto;
}

.idiomas .textoIdiomas
{
	float:left;
	border-bottom: 1px solid black;
	width: 100%;
	font-style: italic;
}

.idiomas .listaIdiomas
{
	/*float:left;*/
	width: 100%;
	margin-top: 2px;
}

.idiomas .listaIdiomas select
{
    border: 1px solid #DDDDDD;
    padding: 0.3em;
	width: auto;
	margin: 0px 10px;
	float:right;
}

/*
	REDES SOCIALES
*/
.redesSociales
{
	/*float:left;*/
	width: 100%;
	height: 45px;
	line-height: 40px;
	text-align: center;
}

.redesSociales .textoRedesSociales
{
	float:left;
	text-align: left;
	border-bottom: 1px solid black;
	width: 100%;
	font-style: italic;
}

.redesSociales .listaRedesSociales
{
	float:left;
	width: 100%;
	height: auto;
	line-height: 40px;
	/*padding-top: 10px;*/
}

.redesSociales .listaRedesSociales img
{
	/*margin-top: 3px;*/
	width: 20px;
	border: 0px;
	/*padding: 0px 2px;*/
}

/*
 * BANNERS
 */
.banners
{
	float: left;
	width: 100%;
	margin: 5px 0;
	height: auto;
	text-align: center;
}

.banners .textoBanners
{
	/*float:left;*/
	text-align: left;
	border-bottom: 1px solid black;
	width: 100%;
	font-style: italic;
}

.banners .listaBanners
{
	/*float:left;*/
	width: 100%;
	margin-top: 2px;
}

.banners .listaBanners img
{
	/*width: 137px;*/
	border: 0px;
	margin: 10px 0px
}

/*
 * PIE
 */
.pie
{
	float:left;
	width: 100%;
	margin-top: 50px;
	height: auto;
}

.pie .textoLegal
{
	float:left;
	width: 99%;
	text-align: center;
}

.pie .powered
{
	float:left;
	width: 99%;
	text-align: center;
	margin-bottom: 20px;
}

.pie a
{
	text-decoration: none;
}

/*
 * FORMULARIOS
 *
 */

.grupoForm .tituloGrupoForm {
    background: none repeat scroll 0 0 #DBDF80;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

/*
 * PARA LAS TABLAS DE LOS PROGRAMAS
 */
.contenido .contenedorTablaPrograma
{
	width: 100%; /*780px;*/
	overflow: auto;
}

.contenido100 .contenedorTablaPrograma
{
	width: 980px;
	overflow: auto;
}


@media screen and (max-width: 767px)
{
	.rightPart .idiomas, .barraSuperior .idiomas
	{
		/*display: none*/
	}

	.navbar-brand .idiomas
	{
		background: red;
		top: 0px
	}

	.idiomas .listaIdiomas select
	{
		padding: 0px
	}
}