/* ///////////////////// COMIENZA columna2 */

#columna2 {
	width: 722px;
	float:right;
	margin-top: 2px;
	background-image:url(../imagenes/fondo-titulo-columna.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#columna2 h1 {
	
	height: 38px;
	padding-left: 6px;
	font-size:18px;
	color: #FE8B57;
	font-weight:bold;
	border-top: 1px solid #D0DBC5;
	background-position:right;
	background-repeat:no-repeat;
}

.barramenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	border-bottom: 1px solid #FE8B57;
	margin: 5px;
}


.alinear {
	text-align:right;
}
#columna2 a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	text-decoration:underline;

}

#columna2 a:hover {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000;
	font-weight:bold;
	text-decoration:none;

}


.titulares {
	color:  #FE8B57;
	font-weight: bold;
	margin: 20px 5px 5px 5px;
	border-bottom: 2px solid #D0DBC5;
}


/* /////////////////////////// BLOQUE BUSCADOR */
#buscador {
	margin: 5px;
	padding: 5px;
	width: 700px;
	height: 50px;
	background-color: #D0DBC5;
	
}


.celdas_form {
	border: 1px solid #D0DBC5;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color:#FE8B57;
	margin-right: 5px;
}

.boton-form {
	width: 100px;
	background-color: #fff;
	color: #337424;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid  #D0DBC5;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 300px;
}

.boton-form2 {
	width: 200px;
	background-color: #fff;
	color: #337424;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	border: 1px solid  #D0DBC5;
}
/* /////////////////////////// fin BUSCADOR */

#listado {
	width: 700px;
}

table {
	border-collapse: collapse;
	aling: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-left:10px;
	width: 100%;
}
table td, table th {
	padding: 2px;
	margin: 2px;
	border-bottom: 1px solid #D0DBC5;
	vertical-align: top;
}

table caption {
	display: none;
}

table th {
	text-align: left;
	background-color: #D0DBC5; 
}

.enlaces {
	clear: both;
}
.enlaces ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.enlaces a {
	display: block;
	padding: 3px;
	margin: 3px;
	width: 707px;
	background-color:#D0DBC5;
	border-bottom: 1px solid #eee;
}

.enlaces a:hover {
	background-color: #eee;
	text-decoration: none;
}

#foto-curso {
	text-align:center;
	
}
/* ///////////////////////////incio listado cursos */

.listado-titulares {
	
}

.listado-titulares h2 {
	padding: 10px;
}

.listado-titulares p {
	padding: 10px;
}

/* /////////////////////////// inicio pie */
#pie {
	clear: both;
	width: 913px;
	height: 35px;
	background-image: url(../imagenes/fondo-pie.gif);
	background-position: top;
	background-repeat: repeat-x;
}
