/* ----------------------- Estilo de páginas "externas" -------------------------------------------*/

.panelSubMenu { margin-left: 10px; background-color: gray; }
.panelSubMenu ul {  list-style: none; padding: 0 0 0 30px; }
.panelSubMenu ul li { border-bottom: none; }

.dashedBottom { border-bottom: 1px dashed black; }
.toUpper { text-transform: uppercase; }
.contenidoSeccion ul { list-style-type: disc; }

#links_programas
{
	/*padding-left: -30px;*/
	width: 100%;
	text-align: center;
}

#links_programas li
{
	list-style-type: none;
	display: inline;
	
}

#links_programas img
{
	height: 90px;
	width: 200x;
	margin-left: 10px;
	margin-right: 10px;
}

#thumbs { width: 100%; } 	
#thumbs ul { list-style: none; }
#thumbs li { float: left; margin: 8px; }
/*-------------------------------------------------------------------------------------------------*/


