#bannerprincipal h1 {
	float: left;
	margin-right: 25px;
}
#bannerprincipal p {
	padding: 20px 0 0 0;
}
#imagenderecha {
	float: right;
	width: 250px;
	padding: 10px;
}
#imagenderecha p {
	border-top: 1px solid #ef4824;
	text-align: center;
}
.miniatura {
	float: left;
	margin: 4px 0 0 4px;
}
.imagen-miniatura {
	width: 100px;
	height: 100px;
}
#contenidos p {
	padding: 5px 0 5px 0;
}
#contenidos h3 {
	border-bottom: 1px solid #ef4824;
	color: #ef4824;
	margin-top: 10px;
}
#contenidos ul {
	list-style-type: circle;
	color: #000;
	margin-left: 15px;
	margin-bottom: 15px;
}
#contenidos ul li a {
	color: #000;
}
#contenidos table, #contenidos table td, #contenidos table tr {
	border: 1px solid #ccc;
	border-collapse:collapse;
	padding: 4px;
}
#contenidos strong {
	color: #ef4824;
}
/* ////////////////////////// BOLSA PROFESORADO */
#bolsaprofesorado {

}
#bolsaprofesorado h3 {
	border-bottom: none;
	color: #ef4824;
	margin-top: 0;
}
#bolsaprofesorado table {
	background-color: #fff;
	margin-top: 5px;
}
#bolsaprofesorado table td, #bolsaprofesorado table th {
	padding: 4px;
}
#bolsaprofesorado table th {
	text-align: left;
	background-color: #ffddc9;
	color: #ef4824;
}
#bolsaprofesorado table td {
	border-bottom: 1px solid #ffddc9;
}
#bolsaprofesorado .titulotabla {
	background-color: #fff;
	color: #ef4824;
	border-top: 1px solid #ef4824;
	border-bottom: 1px solid #ef4824;
}
#bolsaprofesorado .titulotabla strong {
	background-color: #ef4824;
	color: #fff;
}
/* //////////////////////////////// FORMULARIO */
#formulario {
	width: 500px;
	padding: 5px;
	margin: 10px 40px 0 0;
	background-color: #FFDDC9;
}
#formulario form {
}
#formulario fieldset {
	padding: 0 15px 15px 15px;
}
