/* Elementos de maquetación y efectos de texto propios de la sección programa */

#contenedor {
	width: 100%;
	background: White url(../imagenes/fnd_programa.gif) no-repeat;
	height: 527px;
}

#col_izq {
	width: 144px;
	color: #009933;
	margin-left: 3px;
	margin-right: 15px;
	padding-left: 3px;	
	text-align: right;
	border-top: 19px solid #009933;
	float: left;
}

#col_izq h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;	
}

#col_izq ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%;
	margin-top: 5px;
	margin-left: 3px;
	padding-left: 3px;
}

#col_izq li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 0px;
	line-height: 200%;
	margin-left: 3px;
	padding-left: 3px;
}

#col_izq li#seleccionado {
	display: block;
	list-style: disc;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 0px;
	line-height: 200%;
	margin-left: 3px;
	padding-left: 3px;	
}

#col_izq li a {
	color: #009933;
	text-decoration: none;
}

#col_izq li a:hover {
	color: #009933;
	text-decoration: underline overline;
	background-color: #CEECCF;
}

#contenidos {
	width: 360px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
	color: Black;
	float: left;
}

#contenidos h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 120%;
	text-indent: 20px;
	color: #009933;
	background-image: url(../imagenes/trsql_verde.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#contenidos h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	text-indent: 40px;
	color: #009933;
	background-image: url(../imagenes/h2_programa.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	clear: both;
}

#contenidos .destacado {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #009933;
}

#contenidos .destacadopeq {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height: 80%;
	color: #009933;
}

#contenidos a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #000064;
}

#contenidos a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #009933;
	background-color: #CEECCF;
}

#col_der {
	width: 140px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 65%;
	margin-left: 5px;
	float: left;
}

#col_der a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	color: #000064;
}

#col_der a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	color: #000064;
	background-color: #CEECCF;
}

#buscador {
	width: 140px;
	border: 1px solid #346799;
	background-color: #ECECEC;
	padding: 3px;
}

#buscador .destacado {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #009933;
}

#buscador a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	color: red;
}

#buscador a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 90%;
	color: red;
	background-color: #FFE1E1;
}

#pie {
	width: 510px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 70%;
	line-height: 10px;
	color: #003399;
	margin-top: 20px;
	margin-left: 150px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
}

#pie a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #003399;
}

#pie a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #009933;
	background-color: #CEECCF;
}

#pie hr {
	color: #003399;
}

#pie ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#pie li a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	line-height: 140%;
	color: Red;
}

#pie li a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: Red;
	background-color: #FFE1E1;	
}
