/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3F3F3;
}
#wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#logo {
	float: left;
	width: 290px;
}
#banner_head {
	float: left;
}
#navegacion {
	height: 30px;
	clear: both;
	float: none;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#navegacion ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navegacion li {
	display: inline;
}
#navegacion a {
	line-height: 30px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
#navegacion a:link, #navegacion a:visited {
	color: #000;
}
#navegacion a:active, #navegacion a:hover {
	color: #C00;
}
#contenido {
	clear: both;
	float: none;
}
#contenido_left {
	float: left;
	width: 240px;
	padding-top: 5px;
	margin-left: 10px;
}
#menu {
	float: left;
	background-image: url(../imag/fondo_menu_celeste.jpg);
	margin-bottom: 20px;
	width: 240px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B30000;
	border-left-color: #B30000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B30000;
}
#menu2 {
	width: 240px;
	background-color: #2666A6;
}
#menu2 ul, #menu_pagina ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu2 li {
	display: block;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDC00;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../imag/bullet_menu2.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	padding-right: 5px;
	text-transform: uppercase;
}
#menu2 a:link, #menu2 a:visited {
	color: #FFF;
}
#menu2 a:active, #menu2 a:hover {
	color: #DCDC00;
}
#menu_pagina {
	margin-bottom: 20px;
}
#menu_pagina a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	height: 25px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_pagina a:link, #menu_pagina a:visited {
	color: #003;
	background-image: url(../imag/fondo_boton_pagina.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_pagina a:hover, #menu_pagina a:active {
	background-color: #CCC;
	background-image: url(../imag/fondo_boton_pagina.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contenido_right {
	float: left;
	width: 700px;
	padding-left: 15px;
}
#contenido_right_pagina {
	float: left;
	width: 500px;
	background-image: url(../imag/filete_rojo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
}
#right_central {
	float: left;
	width: 465px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
}
#banner_cuadrados {
	font-size: 10px;
}
#banner_cuadrados p {
	margin-bottom: 0px;
	margin-top: 0px;
}
#banner1, #banner2, #banner3 {
	background-color: #719BC6;
	height: 100px;
	width: 140px;
	float: left;
	color: #FFF;
	padding: 5px;
}
#banner1, #banner2 {
	margin-right: 7px;
}
#right_right {
	width: 200px;
	float: left;
	background-image: url(../imag/fondo_right_gris.gif);
	background-repeat: repeat-y;
}
#right_right p {
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
}
#right_right a {
	font-size: 8px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
}
#right_right a:link, #right_right a:visited {
	color: #000;
}
#right_right a:active, #right_right a:hover {
	color: #C00;
}
#link-rojo a {
	font-size: 8px;
	padding-left: 10px;
	text-transform: uppercase;
}
#link-rojo a:link, #link-rojo a:visited {
	color: #C00;
}
#link-rojo a:active, #link-rojo a:hover {
	color: #000;
}
#links-interes {
	background-color: #2666A6;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
}
#links-interes a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#links-interes a:link, #links-interes a:visited {
	color: #FFF;
}
#links-interes a:hover, #links-interes a:active {
	color: #000;
}
#llamenos_aula {
	clear: both;
	float: none;
	padding-top: 10px;
}
#llamenos_aula a {
	text-decoration: underline;
}
#llamenos_aula p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#llamenos {
	float: left;
	width: 220px;
	padding-right: 5px;
}
#llamenos a, #aula a {
	text-decoration: none;
}
#llamenos a:link, #llamenos a:visited, #aula a:link, #aula a:visited {
	color: #000;
}
#llamenos a:active, #llamenos a:hover, #aula a:active, #aula a:hover {
	color: #CC0000;
}
#aula {
	float: left;
	width: 220px;
	margin-right: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 5px;
}
#pie {
	clear: both;
	float: none;
	padding-top: 20px;
}
#tabla_claves {
	width: 100%;
}
#tabla_claves td {
	width: 50%;
}
#tabla_gris {
	width: 100%;
	background-color: #eee;
}
#tabla-gris td {
}
#foto {
	text-align: center;
	padding-bottom: 20px;
}
#foto1, #foto2, #ancla1, ancla2 {
	width: 50%;
	float: left;
	text-align: center;
}
#ancla1, #ancla2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#ancla1 a, #ancla2 a {
	font-weight: bold;
	color: #B30000;
	text-transform: uppercase;
}
#oportunidades, #oportunidades_pag {
	background-color: #DEDEDE;
	font-size: 12px;
	margin-bottom: 10px;
}
#oportunidades ol {
	background-image: url(../imag/bullet_menu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #B30000;
	font-weight: bold;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B30000;
}
#oportunidades_pag ol {
	background-image: url(../imag/bullet_menu.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #B30000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	padding-top: 5px;
}
#ver_mas {
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ver_mas a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../imag/mas.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}
#margen {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #003;
	line-height: 1.5em;
}
#filete, #filete_gris {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#filete {
	border-bottom-color: #C00;
}
#filete_gris {
	border-bottom-color: #CCC;
}
#oportunidades_links {
	color: #B30000;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#oportunidades a:link, #oportunidades a:visited {
	color: #B30000;
}
#oportunidades a:active, #oportunidades a:hover {
	color: #006;
}
#oportunidades_requiere {
	height: 2em;
}
#fondo_gris {
	background-color: #DDDDDD;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#tabla_oportunidades {
	width: 460px;
}
#tabla_oportunidades td {
	width: 50%;
}
#tabla_contacto {
	width: 100%;
}
#tabla_contacto th {
	text-align: left;
	color: #B30000;
	font-size: 14px;
	background-image: url(../imag/flecha_ch.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#tabla_contacto td {
	background-color: #DEDEDE;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#tabla_programas {
	width: 500px;
	background-color: #CCC;
}
#tabla_programas td {
	background-color: #FFF;
}
#adjunto {
	padding-left: 45px;
	padding-top: 30px;
}
#docente_foto {
	float: left;
	width: 100px;
}
#docente_texto, links_texto {
	float: left;
	width: 380px;
	padding-left: 20px;
	line-height: 1em;
	padding-bottom: 50px;
}
#docente_texto {
	font-size: 11px;
}
#docente_texto a {
	font-weight: bold;
	color: #B30000;
}
#docentes_titulo {
	font-size: 12px;
}
#links_texto {
	padding-top: 20px;
	font-size: 12px;
}
#links_texto a {
	color: #000000;
}
#contacto_aula {
	clear: both;
	float: none;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
}
#contacto_foto {
	float: left;
	padding-right: 10px;
}
#contacto_texto {
	margin-left: 120px;
}
#contacto_texto a {
	color: #006;
}
#fotos {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#pdf {
	padding-top: 50px;
	padding-left: 45px;
}
#no_flotar {
 .clear: both;
	float: none;
	padding-bottom: 40px;
	padding-top: 20px;
}
#no_flotar2 {
	clear: both;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#descargar {
	clear: both;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
#descargar a {
	color: #006;
	text-decoration: none;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2, .h2_azul, .h2_negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-top: 10px;
	text-transform: uppercase;
	padding-right: 100px;
}
h2 {
	color: #b30000;
	border-bottom-color: #9B1617;
}
.h2_azul {
	color: #003;
	border-bottom-color: #003;
}
.h2_negro {
	color: #000;
	border-bottom-color: #000;
}
h3, h3 a {
	font-size: 14px;
	color: #003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	background-image: url(../imag/bullet_menu.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: center;
}
h4 {
	font-size: 14px;
	color: #003;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	background-image: url(../imag/bullet_menu.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
a {
	text-decoration: none;
}
.titulo_oportunidades {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.titulo_rojo_ch {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	background-image: url(../imag/bullet_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 8px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #C00;
	padding-top: 10px;
	display: block;
}
.titulo-rojo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C00;
	font-weight: bold;
}
.titulos_home {
	font-family: "Arial Narrow", "Helvetica Condensed", Helvetica, sans-serif;
	color: #003;
	font-weight: bold;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	background-image: url(../imag/bullet_menu.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 15px;
}
.titulos_home_principal {
	font-family: "Arial Narrow", "Helvetica Condensed", Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bolder;
	padding-bottom: 6px;
	padding-top: 20px;
	line-height: 1em;
}
.titulos_home_principal a {
	color: #000;
}
.titulo_menu {
	line-height: 1.5em;
	font-weight: bold;
	color: #003;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.titulo_menu_filete {
	line-height: 1.5em;
	font-weight: bold;
	color: #003;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B30000;
	margin-right: 10px;
}
.titulo_pagina {
	color: #B30000;
	font-size: 14px;
	background-image: url(../imag/flecha.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	height: 20px;
	font-weight: bold;
}
.titulo_bullet {
	background-image: url(../imag/flecha.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	font-size: 18px;
	font-weight: normal;
	color: #B30000;
	padding-left: 25px;
	padding-top: 10px;
}
.texto_clave {
	background-image: url(../imag/bullet_clave.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 8px;
}
.texto_pagina, .texto_aula, .texto_pagina2 {
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
.texto_programa {
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
}
.texto_programa a {
	color: #006;
}
.texto_pagina ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.texto_pagina li {
	background-image: url(../imag/flecha_ch.gif);
	background-repeat: no-repeat;
	background-position: left 23px;
	padding-top: 20px;
	text-align: left;
}
.texto_pagina a {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	display: block;
}
.texto_pagina2 a {
	font-size: 12px;
	color: #006;
}
.texto_pagina a:link, .texto_pagina a:visited {
	color: #000;
}
.texto_pagina a:active, .texto_pagina a:hover {
	color: #B30000;
}
.texto-justificado {
	text-align: justify;
}
.texto_fecha {
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.texto_epigrafe {
	font-size: 12px;
}
.texto_ch {
	font-size: 9px;
}
.texto-rojo {
	color: #B30000;
}
.imag-der {
	float: right;
	padding-left: 10px;
}
.imag-izq {
	float: left;
	padding-right: 10px;
}
.img-cen {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.texto-margen {
	padding-left: 10px;
}
a {
	outline:none;
}
.tit-recuadro {
	background-color: #DEDEDE;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 5px;
}
.titulo {
	font-size: 12px;
	font-weight: bold;
}

