/* Formatos normalizados a la configuracion del poli */
.Titulo_cab /* Formato para el titulo de la cabeceera de la web */
{
  color: #EC6409;
  text-align: center;
}

.nodocente
{ 
	background-color: "#CC3300";
}
.nodocente_cen
{ 
	background-color: "#CC3300";
	text-align: center;
}
.upv_listacolumnas{
/*  text-align: center ! important;*/
  text-align: center;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.upv_listacolumnas_jus /* Texto justifucado */
{
  text-align: justify;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.upv_listacolumnas_60{
  text-align: center;
  width: 60%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9E9E9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.fondogris /* Permite poner fondo gris al texto y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #E0E0E0;
/*	background-repeat:  repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 5px;*/
}

.fondogris_ind /* Permite poner fondo gris al texto, negrita, indentado 1cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #E0E0E0;
    text-indent: 1 cm;
}

.fondogris_ind2 /* Permite poner fondo gris al texto, negrita, indentado 2cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #E0E0E0;
    text-indent: 2 cm;
}

.fondogris_small /* Permite poner fondo gris al texto, tamaño texto small, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    background-color: #E0E0E0;
}

.fondogrisc_n /* Permite poner fondo gris más claro al texto, texto normal */
{ 
	font-family: Arial, Helvetica, sans-serif;
    background-color: #F0F0F0;
}

.fondogrisc /* Permite poner fondo gris más claro al texto, texto en negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #F0F0F0;
}

.fondogrisc_ind /* Permite poner fondo gris más claro al texto, negrita, indentado 1cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #F0F0F0;
    text-indent: 1 cm;
}

.fondogrisc_ind2 /* Permite poner fondo gris más claro al texto, negrita, indentado 2cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #F0F0F0;
    text-indent: 2 cm;
}

.fondogrisc_small /* Permite poner fondo gris más claro al texto, tamaño texto small, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    background-color: #F0F0F0;
}

.fondogrisc_med /* Permite poner fondo gris más claro al texto, tamaño texto medium, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
    background-color: #F0F0F0;
}

.fondogrisc_left /* Permite poner fondo gris más claro al texto, tamaño texto small, negrita, alineado a la izquierda */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    background-color: #F0F0F0;
    text-align: left;
}

.fondogrisc_jus /* Permite poner fondo gris más claro al texto, tamaño texto small, negrita y justificado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
    background-color: #F0F0F0;
    text-align: justify;
}

.upv_listanon /* Sombreado para celda de tabla */
{
  background-color: #E0E0E0;
}

.upv_listanonc /* Sombreado claro para celda de tabla */
{
  background-color: #F0F0F0;
}

.upv_listanon_negcen /* Sombreado para celda de tabla con texto en negrita y alineado centrado */
{
  background-color: #F0F0F0;
  font-weight: bold;
  text-align: center;
}

.titularnoticia 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EC6409;
	background-image: url(../imagenes/upv/puntnot.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 5px;
}

/* Formatos cambiados desde la configuracion del poli */
.upv_tabla_cen
{
  text-align: center;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.upv_tabla_cen_xsmall /* Tabla centrada con tamaño de letra x-small */
{
  text-align: center;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #7E7E7E;
}

.upv_tabla_jus /* Formato para tabla justificada y tamaño de texto el que viene dado por defecto */
{
  text-align: justify;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.upv_tabla_jus_small /* Tabla justificada con tamaño de letra small */
{
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #7E7E7E;
}

.upv_tabla_jus_xsmall /* Tabla justificada con tamaño de letra x-small */
{
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #7E7E7E;
}

.upv_tabla_jus_ind{
  text-align: justify;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
  text-indent: 1cm;
}

.upv_tabla_jus_ind_1 /* Texto justificado indentado 1% */
{
  text-align: justify;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
  text-indent: 1%;
}

.upv_tabla_jus_ind3{
  text-align: justify;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
  text-indent: 3cm;
}

.tabla80 /* centrar una tabla en la pantalla para un width=80% con texto centrado*/
{
  margin-left: 10%;
  margin-right: auto;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.tabla80_xsmall /* centrar una tabla en la pantalla para un width=80% con tamaño de letra x-small */
{
  margin-left: 10%;
  margin-right: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #7E7E7E;
}

.tabla94 /* centrar una tabla en la pantalla para un width=94% */
{
  margin-left: 3%;
  margin-right: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #7E7E7E;
}

.tabla94_xsmall /* centrar una tabla en la pantalla para un width=98% con tamaño de texto x-small */
{
  margin-left: 3%;
  margin-right: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  color: #7E7E7E;
}

.tabla98 /* centrar una tabla en la pantalla para un width=98% con texto por defecto */
{
  margin-left: 1%;
  margin-right: auto;
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.tabla98_cen /* centrar una tabla en la pantalla para un width=98% con texto centrado*/
{
  margin-left: 1%;
  margin-right: auto;
  text-align: center;
  width: 98%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #7E7E7E;
}

.titulo /* título o títulos de apartados: con fondo gris y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulo_verde /* título o títulos de apartados: con fondo gris y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
	font-size:x-large;
 
}


.titularnoticiaf, .titulotablaf  /* casilla en tabla para título o títulos de apartados: con fondo gris y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
/*	background-repeat:  repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 5px;*/
}

.titulotablaf_jus  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, negrita y justificado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-align: justify;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_jusmed  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto medio, negrita y justificado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
    text-align: justify;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_juslar  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto large, negrita y justificado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
    text-align: justify;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_cen  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, negrita y centrado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    text-align: center;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_cenmed  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto medio, negrita y centrado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
    text-align: center;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_ind /* casilla en tabla para título o título de un apartado: indentado 1 cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
	text-indent: 1cm;
}

.titulotablaf_small  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto small, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_med  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto medium, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
}

.titulotablaf_large  /* casilla en tabla para título o títulos de apartados: con fondo gris, texto naranja, tamaño de texto large, negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #EC6409;
    background-color: #E0E0E0;
}

.subtitulotablaf /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
/*	background-repeat:  repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-bottom: 5px;*/
}

.subtitulotablaf_med /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde, tamaño de texto medio y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablaf_large /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde, tamaño de texto large y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablaf_jus /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde, negrita y justificado*/
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablaf_cen /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde, negrita y centrado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablaf_ind /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris, texto verde, negrita e indentado 1 cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
    text-indent: 1 cm;
}

.subtitulotablafc /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
    background-color: #F0F0F0;
}

.subtitulotablafc_med /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, tamaño de texto medio y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablafc_large /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, tamaño de texto large y negrita */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #99ce00;
    background-color: #E0E0E0;
}

.subtitulotablafc_jus /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, negrita y justificado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #99ce00;
    background-color: #F0F0F0;
}

.subtitulotablafc_cen /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, negrita y centrado */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #99ce00;
    background-color: #F0F0F0;
}

.subtitulotablafc_ind /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, negrita e indentado 1 cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
    background-color: #F0F0F0;
    text-indent: 1 cm;
}

.subtitulotablafc_ind_3 /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, negrita e indentado 3% */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #99ce00;
    background-color: #F0F0F0;
    text-indent: 3%;
}

.subtitulotablafc_medind /* casilla en tabla para subtítulo o subtítulo de un apartado: con fondo gris claro, texto verde, tamaño de texto medio, negrita e indentado 1 cm */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #99ce00;
	text-indent: 1 cm;
    background-color: #E0E0E0;
}


/* INDENT */
.indent /* Formato de texto indentado 1 cm. con negrita y justificado */
{
	font-weight: bold;
	text-align: justify;
	text-indent: 1 cm;
}
.indent_l /* Formato de texto indentado 1 cm. con negrita, tamaño del texto large y justificado */
{
	font-weight: bold;
	font-size: large;
	text-align: justify;
	text-indent: 1 cm;
}
.indent_s /* Formato de texto indentado 1 cm. con negrita, tamaño del texto small y justificado */
{
	font-weight: bold;
	font-size: small;
	text-align: justify;
	text-indent: 1 cm;
}
.indent1 /* Formato de texto indentado un 1% con negrita y justificado */
{
	font-weight: bold;
	text-align: justify;
	text-indent: 1%;
}
.indent_3 /* Formato de texto indentado un 3% con negrita y justificado */
{
	font-weight: bold;
	text-align: justify;
	text-indent: 3%;
	font_size: 94%;
}
.indentn /* Formato de texto indentado con negrita y justificado */
{
	font-weight: normal;
	text-align: justify;
	text-indent: 1 cm;
}
.indentc /* Formato de texto indentado con negrita, tamaño de texto grande, y centrado */
{
	font-weight: bold;
	text-align: center;
	text-indent: 1 cm;
}
.indent2 /* Formato de texto indentado 2 cm con negrita y justificado */
{
	font-weight: bold;
	text-align: justify;
	text-indent: 2 cm;
}
.indent3 /* Formato de texto indentado 3 cm con negrita y justificado */
{
	font-weight: bold;
	text-align: justify;
	text-indent: 3 cm;
}
.indent2n /* Formato de texto indentado 2 cm con tamaño de texto normal y justificado */
{
	font-weight: normal;
	text-align: justify;
	text-indent: 2 cm;
}
.indent2c /* Formato de texto indentado 2 cm con negrita, tamaño de texto grande, y centrado */
{
	font-weight: bold;
	font-size: large;
	text-align: center;
	text-indent: 2 cm;
}

/* Resto de estilos */
#cursos
{
	width:	500px;
	font-size: 12px;
}
#curso1, #curso2, #curso3
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB; /* gris */
	background-color: #EBEBEB;
	text-align: justify;
}
#semin
{
	width:	500px;
	font-size: 12px;
}
#semin1, #semin2, #semin3
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #99CE00; /* verde */
	background-color: #EBEBEB;
	text-align: justify;
}
#master
{
	width:	500px;
	font-size: 12px;
}
#master1, #master2, #master3
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000; /* rojo */
	background-color: #EBEBEB;
	text-align: justify;
}
#titulacion1, #titulacion2, #titulacion3, #titulacion4
{
	width:	500px;
	font-size: 12px;
}
#tit1, #tit2, #tit3, #tit4
{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000; /* rojo */
	background-color: #EBEBEB;
	text-align: justify;
}

/* estilos para JE y CPJE */
#tex-je
{
	text-align: justify;
	float: left;
	padding-left: 15px;
}
#je-cpje
{
	
}
a {
	font-weight: bold;
	text-decoration: none;
} 
a:link
{
	color: rgb(0,0,255); 
}
 a:visited
{
	color: blue; 
} 
/* a:visited
{
	color: #660000; 
} */
a:active 
{
	color: #FF0000;
}
a:hover {  
	color: Lightsalmon;/* Anterior: #ff6347; */
}
table
{
	text-align: left;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #A8A8A8; /* rgb(255,102,51);*/
	font-size: 22px;
}
h2
{
/*	color: #669966; 
	text-align: center;
	text-decoration: underline;*/
	font-size: x-large ! important; /*15px;*/
	font-weight: bold;
	color: #99ce00;
	margin: 0px;
	padding-top: 12px ! important;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bdbdbd;
/*	width: 675px; */
/*	font-family: Arial, Helvetica, sans-serif;
	color: #EC6409; 
	font-size: 14px;*/
}
h3
{
	color: #EC6409;
/*	color: rgb(153,153,51);
	text-align: center;*/
	font-size: large;
	font-weight: bold;
}
h4
{
	color: #009966;
	font-size: 13px;
	font-weight: bold;
/*	text-align: center;
	text-indent: 5 px;*/
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}
hr
{
	align: center;
	/*color: rgb(19,191,84);  #13B55B */
	color: #C0C0C0
}

/* Formatos genéricos */
.XSmall /*Letra tamaño x-small */
{
	font-size: x-small;
}
.Small /*Letra tamaño small */
{
	font-size: small;
}
.Small_cen /*Letra tamaño small con texto centrado */
{
	font-size: small;
	text-align: center;
}
.Small_jus /*Letra tamaño small con texto justificado */
{
	font-size: small;
	text-align: justify;
}
.Media /*Letra tamaño media */
{
	font-size: medium;
	text-decoration: none;
}
.Media_neg /*Letra tamaño media y en negrita*/
{
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
}
.Grande /*Letra tamaño grande*/
{
	font-size: large;
	text-decoration: none;
}
.Grande_neg /*Letra tamaño grande, en negrita*/
{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
.XXGrande /*Letra tamaño lo mas grande y justificado */
{
	font-size: xx-large;
	text-decoration: none;
}
.XXGrande_neg /*Letra tamaño lo mas grande, en negrita */
{
	font-weight: bold;
	font-size: xx-large;
	text-decoration: none;
}
.sub /* subrayado */
{
	text-decoration: underline;
}
.neg /* negrita */
{
	font-weight: bold;
}
.izq /* alineado a la izquierda */
{
	text-align: left;
}
.cen /* centrado */
{
	text-align: center;
}
.jus /* justificado */
{
	text-align: justify;
}
.negleft /* negrita y texto aliniado a la izquierda*/
{
	font-weight: bold;
	text-align: left;
}
.subneg /* subrayado y negrita */
{
	font-weight: bold;
	text-decoration: underline;
}
.aliizq /* alineado a la izquierda 50 */
{
	text-align: left;
	position: relative;
	left: 50;	
}

/* Varios */
.listaneg
{
	font-family: Arial, Helvetica, sans-serif;
	font_color: black
}
.tabla_infoweb {  

	margin-top: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	background-color: #FFFFFF; 
	border: solid; 
	border-color: black #999999 #999999 black; 
	border-width: 0px 2px 2px 0px;
}

/* formato documentos a imprimimr de petición de servicio */
.letra {
	font-family: Arial, Helvetica, sans-serif;
}
.tamanyotext {
	font-size:	12pt;
}
.Titulo1     { font-size: 10pt; font-weight: bold; text-align: center; }
.Titulosol   { font-size: 15pt; font-weight: bold; text-align: center; color:black}
.tabla_firma { margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; background-color: #FFFFFF; border: thin solid; border-color: #999999 #000000 #000000 #999999; border-width: 1px 2px 2px 1px; }
.tabla1 {  background-color: #ddeef0}
.tabla2 { background-color: #99bbcc; color: #FFFFFF}
.tabla_dir { background-color: #FFFFFF; border: solid; border-color: #999999 #000000 #000000 #999999; border-width: 1px 2px 2px 1px; }
.tabla_suave { background-color: #FFFFFF; border: 1px solid; border-color: #999999 #000000 #000000 #999999; border-width: 1px 1px 1px 1px; font-size: 12pt; color: #000000;}
/* Formatos de la pagina del mapa web */
.TitEscuela {
	border-bottom: 2px solid #00A6CB;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:5px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitSecretaria {
	border-bottom: 2px solid #EC6409;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitTitulaciones {
	border-bottom: 2px solid #CBBC0F;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitDocencia {
	border-bottom: 2px solid #99CE00;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitInvestigacionETSIA {
	border-bottom: 2px solid #99CE00;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitAlumnos {
	border-bottom: 2px solid #A9249C;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitInternacional {
	border-bottom: 2px solid #1E90FF;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitPracticas {
	border-bottom: 2px solid #FFF8DC;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitMedioAmb {
	border-bottom: 2px solid #DC143C;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitPlanEmer {
	border-bottom: 2px solid #00FFFF;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitInformat {
	border-bottom: 2px solid #B8860B;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitCatedras {
	border-bottom: 2px solid #E9967A;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
.TitEnlaces {
	border-bottom: 2px solid #20B2AA;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	padding-left:29px;
	padding-bottom:5px;
	margin-top:15px;
	background-image: url(../imagenes/upv/ico_docencia.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
