@charset "utf-8";
/* CSS Document */

* {
	/* margin: 0; */
	/* padding: 0; */
	border: 0;
}

body {
	font-family: Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
}

#contenedor {
	width: 805px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}

#contenedor_admin {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.capa_marca_upm{
	background-image: url(../images/logo_upm_marca.png);
	background-repeat: no-repeat;
	background-position: 45% 40%;
	background-attachment: fixed;
	/*height: 380px;*/
}

#header {
	font-size: 0.65em;
}

#header a {
	text-decoration: none;
	color: #334666;
}

#header ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #FFFFFF;
}

#header #logoSen {
	float: left;
	margin-bottom: 10px;
}

#header #logoUPM {
	float: right;
}

#header #menuDer {
	float:left;
	padding-top:10px;
	width:350px;
	position: relative;
}

#header #menuDer .zoom {
	position: absolute;
	right: 0px;
	margin: 0px;
}

#header #menuDer .zoom .bg_arrow {
	background-image: url(../images/bg_arrows_right.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 12px;
}

#header #menuDer ul.menu_header {
	position: absolute;
	right: 0px;
	margin-top:25px;
}

#header #menuDer ul.menu_header li {
	border-right: 1px dotted #334666;
	margin-top:5px;
	float: left;
}

#header #menuDer ul.menu_header li.buscadorGo {
	margin-top: 0px;
	border-right: 0;
}

#header #menuDer ul.menu_header li.buscadorGo label {
	float: left; 
	padding-top: 5px; 
	padding-right: 5px;
	color: #334666;
}

#header #menuDer ul.menu_header li.buscadorGo input {
	border: 1px solid rgb(126, 157, 185);
	background: rgb(255, 255, 255) url(http://www.google.com/coop/intl/es/images/google_custom_search_watermark.gif) no-repeat scroll left center;
	/*-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;*/
	float: left;
	font-size: 0.85em;
	height: 10px;
	margin-top: 3px;
	width: 95px;	
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

#header #menuDer ul.menu_header li.buscadorGo button {
	background-image: url(../images/search_go.gif);
	background-repeat: no-repeat;
	border: 0 none;
	float: left;
	height: 14px;
	margin-left: 5px;
	margin-top: 4px;
	width: 16px;
	cursor: pointer;
}

#header div.menuSup {
	padding: 4px;
	padding-right: 0px;
	padding-left: 15px;
	background-image: url(../images/bg_menu_sup.gif);
	background-repeat: no-repeat;
	background-color: #647999;
	position:relative;
	height: auto!important;
	height: 1.2em;
	min-height: 1.2em;	
}

#header ul.menu {
	
}

#header ul.menu li {
	background-image: url(../images/bg_arrows_down.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	color: #FFFFFF;
	cursor: pointer;
}

#header ul.menu li.last {
	border-right: 0;
}

#header ul.menu li a {
	color: #FFFFFF;
}

/*** ESSENTIAL STYLES ***/
#header #MenuSuperior {
	position:absolute;
	right: 0px;
	margin: 0px;
}
#header #MenuSuperior ul {
	position: absolute;
	top: -999em;
	width: 170px; /* left offset of submenus need to match (see below) */
	background-color: #647999;
	padding: 0px;
	margin: 0px;
}
#header #MenuSuperior ul li {
	width: 145px
}
#header #MenuSuperior li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#header #MenuSuperior li {
	float: left;
	position: relative;
	height: 16px;
}
#header #MenuSuperior a {
	display: block;
	position: relative;
}
#header #MenuSuperior li:hover ul,
#header #MenuSuperior li.sfHover ul {
	left: 0;
	top: 1.5em; /* match top ul list item height */
	z-index: 99;
	border: 1px solid #FFFFFF;
}
#header ul#MenuSuperior li:hover li ul,
#header ul#MenuSuperior li.sfHover li ul {
	top: -999em;
}
#header ul#MenuSuperior li li:hover ul,
#header ul#MenuSuperior li li.sfHover ul {
	left: 0; /* match ul width */
	top: 0;
}
#header ul#MenuSuperior li li:hover li ul,
#header ul#MenuSuperior li li.sfHover li ul {
	top: -999em;
}
#header ul#MenuSuperior li li li:hover ul,
#header ul#MenuSuperior li li li.sfHover ul {
	left: 0; /* match ul width */
	top: 0;
}
#header ul#MenuSuperior li ul li {
	background-image: url(../images/bg_arrows_right_menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 3px;
	border-right: 0;
	border-bottom: 1px dotted #FFFFFF;
	height: auto!important;
}
#header ul#MenuSuperior li ul li.last {
	border-bottom: 0;
	padding-bottom: 5px;
	height: auto!important;
}

.breadcumbs {
	text-align: right;
	padding: 3px;
	color: #334666;
	font-size: 0.7em;
}

.breadcumbs a {
	text-decoration: none;
	color: #334666;	
}   

#cuerpo {
	color:  #485c7e;
	font-size: 0.75em;
	padding-bottom: 10px;
	
	}

#cuerpo a {
	color: #485c7e;
}
#cuerpo.sec_home .item_portada {
	color: #666666;
	font-size: 0.9em;
	padding-bottom:10px;
	height: auto!important;
	height: 60px;
	min-height: 60px;
}

#cuerpo.sec_home .item_portada img {
	float: left;
	margin-right: 5px;
}

#cuerpo.sec_home .item_portada a {
	color: #667999;
	text-decoration: none;
}

#cuerpo.sec_home .BloqueIzq {
	width: 225px;
	float: left;
	margin-bottom: 15px;
	margin-left:20px;
	margin-top:20px;	
}

#cuerpo.sec_home .BloqueIzq .top {
	background-image: url(../images/bg_izquierda_top.png);
	background-repeat: no-repeat;
	height: 14px;
	padding: 15px 5px 15px 55px;
	color: #FFFFFF;
}

#cuerpo.sec_home .BloqueIzq .middle {
	border-left: 1px solid #9CB2C9;
	border-right: 1px solid #9CB2C9;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#cuerpo.sec_home .BloqueIzq .bottom {
	background-image: url(../images/bg_izquierda_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}

#cuerpo.sec_home .BloqueCen {
	float: left;
	margin-left: 20px;
	margin-top: 245px;
	width: 254px;
	margin-bottom: 15px;
}

#cuerpo.sec_home .BloqueCen .top {
	background-image: url(../images/bg_central_top.png);
	background-repeat: no-repeat;
	height: 14px;
	padding: 15px 5px 10px 55px;
	color: #FFFFFF;
}

#cuerpo.sec_home .BloqueCen .middle {
	border-left: 1px solid #9CB2C9;
	border-right: 1px solid #9CB2C9;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#cuerpo.sec_home .BloqueCen .bottom {
	background-image: url(../images/bg_central_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}

#cuerpo.sec_home .BloqueDer {
	float: left;
	margin-left: 20px;
	margin-top: 257px;
	width: 234px;
	margin-bottom: 15px;
}

#cuerpo.sec_home .BloqueDer .top {
	background-image: url(../images/bg_derecha_top.png);
	background-repeat: no-repeat;
	height: 14px;
	padding: 15px 5px 10px 55px;
	color: #FFFFFF;
}

#cuerpo.sec_home .BloqueDer .middle {
	border-left: 1px solid #9CB2C9;
	border-right: 1px solid #9CB2C9;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#cuerpo.sec_home .BloqueDer .bottom {
	background-image: url(../images/bg_derecha_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}

#cuerpo.sec_seccion ul.contenidos {
	padding: 20px;
	padding-left: 50px;
}

#cuerpo.sec_seccion ul.contenidos h3 {
	margin-bottom: 10px;
}

#cuerpo.sec_seccion ul.contenidos h3 a {
	color: #667999;
	text-decoration: none;
}

#cuerpo.sec_seccion ul.contenidos li{
	list-style: none;
	background-image: url(../images/bg_arrows_right.gif);
	background-position: 1px 3px;
	background-repeat: no-repeat;
	margin: 3px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #666666;
}

#cuerpo.sec_seccion .top {
	min-height: 20px;
	background-image: url(../images/bg_titulo_top.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	position: relative;
	z-index: -999;
}

#cuerpo.sec_seccion .top .bg_avion {
	position: absolute;
	height: 22px;
	width: 35px;
	left: 10px;
	top: 15px;
}

#cuerpo.sec_seccion .top .titulo {
	background-image: url(../images/bg_titulo.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 55px;
	padding-right: 80px;
	font-weight: bold;
	min-height: 22px;
	height: auto!important;
	height: 22px;
	min-height: 22px;	
}

#cuerpo.sec_seccion .middle {
	border-left: 1px solid #9CB2C9;
	border-right: 1px solid #9CB2C9;
	background-color: #FFFFFF;
	padding: 15px 30px;	
}

#cuerpo.sec_seccion .bottom {
	min-height: 20px;
	/*background-image: url(../images/bg_titulo_bottom.gif);*/
	background-image: url(http://www.senasa.es/images/pie_contenido.jpg);
	background-repeat: no-repeat;
}

#cuerpo.sec_contenido {
}

#cuerpo.sec_contenido .top {
	min-height: 20px;
	/*background-image: url(../images/bg_titulo_top.gif);*/
	background-image: url(http://www.senasa.es/images/cabecera_contenido.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	position: relative;
	z-index: -999;
}

#cuerpo.sec_contenido .top .bg_avion {
	position: absolute;
	height: 22px;
	width: 35px;
	left: 10px;
	top: 15px;
}

#cuerpo.sec_contenido .top .titulo {
	/*background-image: url(../images/bg_titulo.jpg);*/
	background-repeat: repeat-y;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 55px;
	padding-right: 80px;
	font-weight: bold;
	height: auto!important;
	height: 22px;
	min-height: 22px;
}

#cuerpo.sec_contenido .middle {
	border-left: 1px solid #9CB2C9;
	border-right: 1px solid #9CB2C9;
	background-color: #FFFFFF;
	padding: 15px 30px;
}

#cuerpo.sec_contenido .bottom {
	height: auto!important;
	height: 20px;
	min-height: 20px;
	/*background-image: url(../images/bg_titulo_bottom.gif);*/
	background-image: url(http://www.senasa.es/images/pie_contenido.jpg);
	background-repeat: no-repeat;
}

#footer {
	font-size: 0.65em;
	clear: both;
	/*background-image: url(../images/bg_footer.gif);*/
	background-image: url(http://www.senasa.es/images/fondo_pie.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

#footer ul.menu {
	margin-bottom: 10px;
	padding: 3px;
	background-color: #AEBCC7;
	color: #FFFFFF;
}
#footer ul.menu li.last {
	border-right: 0;
}
/*** ESSENTIAL STYLES ***/
#footer #MenuInferior {
	padding: 4px;
	padding-right: 0px;
	padding-left: 15px;
	position:relative;
	height: auto!important;
	height: 1.2em;
	min-height: 1.2em;
	margin: 0px;		
}
#footer #MenuInferior ul {
	position: absolute;
	bottom: -999em;
	width: 170px; /* left offset of submenus need to match (see below) */
	background-color: #647999;
	padding: 0px;
}
#footer #MenuInferior ul li {
	width: 145px
}
#footer #MenuInferior li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#footer #MenuInferior li {
	float: left;
	position: relative;
}
#footer #MenuInferior a {
	display: block;
	position: relative;
}
#footer #MenuInferior li:hover ul,
#footer #MenuInferior li.sfHover ul {
	left: 0;
	bottom: 1.5em; /* match top ul list item height */
	z-index: 99;
	border: 1px solid #FFFFFF;
}
#footer ul#MenuInferior li:hover li ul,
#footer ul#MenuInferior li.sfHover li ul {
	bottom: -999em;
}
#footer ul#MenuInferior li li:hover ul,
#footer ul#MenuInferior li li.sfHover ul {
	left: 0; /* match ul width */
	bottom: 0;
}
#footer ul#MenuInferior li li:hover li ul,
#footer ul#MenuInferior li li.sfHover li ul {
	bottom: -999em;
}
#footer ul#MenuInferior li li li:hover ul,
#footer ul#MenuInferior li li li.sfHover ul {
	left: 0; /* match ul width */
	bottom: 0;
}
#footer ul#MenuInferior li ul li {
	background-image: url(../images/bg_arrows_right_menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 3px;
	border-right: 0;
	border-bottom: 1px dotted #FFFFFF;
}
#footer ul#MenuInferior li ul li.last {
	border-bottom: 0;
	padding-bottom: 0px;
}


#footer ul li {
	list-style: none;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #FFFFFF;
	cursor: pointer;
}

#footer ul li a {
	text-decoration: none; 
	color: #FFFFFF;
}

#footer ul.sellos {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

#footer ul.sellos li {
	list-style: none;
	float: left;
	padding-right: 0;
	padding-left: 0;
	border-right: 0;
}

#footer ul.sellos li.first {
	width: 180px;
	text-align: left;
}

#footer ul.sellos li.middle {
	width: 715px;
	color: #666666;
	text-align: center;
}

#footer ul.sellos li.last {
	width: 90px;
	text-align: right;
}

#footer ul.sellos li.middle a{
	color: #666666;
}

.clear {
	clear: both;
}


/* ===== Formulario de empleo ===== */
ul.tabs {
	list-style: none;
	margin-top:5px;
	border-bottom:0.07em solid #667999;
	height: auto!important;
	min-height: 16px;
	height:16px;
	margin-bottom: 10px;
}

ul.tabs li {
	background-image:url(../images/cunia.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #E4F0F2;
	float: left;
	width: 179px;
	font-size: .95em;
	text-transform: uppercase;
	padding: 1px;
	padding-left: 5px;
}

ul.tabs li a {
	font-weight: bold;
	text-decoration: none;
}

ul.tabs li.tab_activa {
	background-color: #667999;
	color: #FFFFFF;
	font-weight: bold;
}

.form_trabaja {
	font-size: 0.9em;
}

.form_trabaja p {
	margin-top: 10px;
}

.form_trabaja .Caja {
	background-color: #667999;
	border: none;
	color: #FFFFFF;
	padding: 2px;
	font-size: 0.9em;
}

.form_trabaja fieldset {
	border: 1px solid #666666;
	padding: 8px;
}

.form_trabaja .capachecks {
	float:left;
	margin-right:3%;
	margin-top:1%;
	width:30%;
}

.form_trabaja .capachecks .Checkarea {
	margin: 3px;
}

.form_trabaja .Boton {
	background-color:#667999;
	color:#FFFFFF;
	border:thin outset;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 0.9em;
}
.form_trabaja h4 {
	font-size: 1.1em;
}
/* ==== Perfiles del Contratante ==== */
.PER_FORM {
	margin-top: 10px;
	margin-bottom: 25px;
}

.PER_FORM select {
	border: 1px solid #9CB2C9; 
}

.PER_FORM div label {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}

.item_perfil {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #9CB2C9;
	margin-bottom: 15px;
}

.ficheros{
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top:5px;
	list-style: none;
}

.ficheros li {
	background-image:url(../images/logo_lista_azul.gif);
	background-position:left center;	
	background-repeat:no-repeat;
	padding-left: 15px;
}

/* ==== Mapa Web ==== */
.tituloMenu {
	background-image:url(../images/bg_titulo.jpg);
	background-repeat: repeat-y;
	padding: 3px;
	padding-left: 0px;
	text-indent: 60px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 801px;
}
.tituloMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.tituloSubMenu {
	background-image: url(../images/logo_lista_azul.gif);
	background-repeat: no-repeat;
	background-position: 70px 8px;
	text-indent: 80px;
	padding: 5px;
}
.tituloSubMenu a {
	color:#334666;
}
.contenidoMenu {
	padding: 5px;
	text-indent: 100px;
	background-image:url(../images/bg_arrows_right.gif);
	background-repeat:no-repeat;
	background-position: 90px 8px;
}
.contenidoMenu a {
	color:#334666;
}

.cls_input{
	border: 1px solid #BBB;
	font-size: 1.2em;
}

.MsoNormal{
	text-align: justify; 
	line-height: 150%;
	margin: 0cm 0cm 0pt;
}

.MsoPequenya{
	font-size: 0.8em;
	text-align: justify; 
	line-height: 150%;
	margin: 0cm 0cm 0pt;
}

.espaciado{
	line-height: 115%; 
	font-size: 12pt;
}

.capa_marca_upm th{
	border: medium none rgb(236, 233, 216); 
	padding: 0.75pt; 
	color: #FFF;
	background: #7F0000 none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

.capa_marca_upm tfoot{
	border: medium none rgb(236, 233, 216);
	padding: 0.75pt; 
	color: #FFF;
	background: #7F0000 none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

.capa_marca_upm .filaPar{
	border: medium none rgb(236, 233, 216); 
	padding: 0.75pt 6pt; 
	background: rgb(228, 240, 242) none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

th{
	border: medium none rgb(236, 233, 216); 
	padding: 0.75pt; 
	color: #FFF;
	background: rgb(98, 130, 171) none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

tfoot{
	border: medium none rgb(236, 233, 216);
	padding: 0.75pt; 
	color: #FFF;
	background: rgb(98, 130, 171) none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

.filaPar{
	border: medium none rgb(236, 233, 216); 
	padding: 0.75pt 6pt; 
	background: rgb(228, 240, 242) none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

.filaParCitas{
	border: medium none rgb(236, 233, 216); 
	padding: 0.75pt 6pt; 
	background: #DDEBDD none repeat scroll 0% 0%; 
	/*-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial;*/
}

.separador_form{
	background-color: #647899;
	color: #EEE;
	font-weight: bold;
}

.capa_marca_upm .separador_form{
	background-color: #7F0000;
	line-height: 10px;
	color: #EEE;
	font-weight: bold;
}

.capa_marca_upm .separador_public_form{
	background-color: #647899;
	line-height: 10px;
	color: #EEE;
	font-weight: bold;
}

.grisaceo{
	color: #EEE;
}

.grisaceo_oscuro{
	color: #BBB;
}

.cls_boton{
	background-color: #647899;
	color: #EEE;
	font-weight: bold;
	width: 100px;
	padding: 5px;
}

.linkTH{
	color: #FFFFFF;
}

.tr_error{
	color: #F11;
	background-color: #FFBFC3;
	font-weight: bold;
}

.tr_conf{
	color: #EDFFF3;
	background-color: #267F00;
	font-weight: bold;
}

.toolbar{
	float: right;
	font-weight: bold;
	height: 20px;
	margin-bottom: 10px;
	padding-right: 20px;
}

/*
.toolbar a{
	background-color: #00137F;
	color: #FFF;
	font-weight: bold;	
	height: 20px;
}

.toolbar a span{
	color: #FFF;
	padding: 16px;
	height: 20px;
}
*/

.conMargen10{
	margin-top: 10px;
}

.manita{
	cursor: pointer;
}

.negrita{
	font-weight: bold;
}

.mastamanyo{
	font-size: 1.2em;
}

.marginLf10{
	padding-left: 10px;
}

.margenTop20{
	padding-top: 20px;
}

.margenSup20{
	margin-top: 20px;
}

.margenInf20{
	margin-bottom: 20px;
}

.pestanyas{
	width: 100%;
	display: table;
	margin-bottom: 10px;
}

.pestanyas ul{
	display: inline;
}

.pestanyas li{
	float: left;
	margin-left: 0px;
	/*background-image: url(../images/pestanya_bckg.jpg);*/
	/*width: 120px;*/
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	height: 17px;
	text-align: center;
	font-size: 0.9em;
}

#pest {
  float:left;
  width:100%;
  /*background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;*/
  font-size:100%;
  line-height:normal;
  margin-bottom: 20px;
  }
#pest ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#pest li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#pest a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 35px 4px 26px;
  text-decoration:none;
  font-weight:bold;
  color: #647899;
  /*color:#003399;*/
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#pest a {float:none;}
/* End IE5-Mac hack */
#pest a:hover {
  color:#333;
  }
#pest #current {
  background-image:url("../images/left_on.gif");
  }
#pest #current a {
  background-image:url("../images/right_on.gif");
  /*color:#000099;*/
  padding-bottom:5px;
  }

.width120{
	width: 120px;
	background-image: url(../images/pestanya_bckg_120.jpg);
}

.width160{
	width: 160px;
	background-image: url(../images/pestanya_bckg_160.jpg);
}

#seleccionada160{
	float: left;
	margin-left: 0px;
	background-image: url(../images/pestanya_bckg_sel_160.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	height: 17px;
	width: 160px;
	text-align: center;
	font-weight: bold;
}

#seleccionada120{
	float: left;
	margin-left: 0px;
	background-image: url(../images/pestanya_bckg_sel_120.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
	height: 17px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#seleccionada120 a{
	color: #FFF;
}

#seleccionada160 a{
	color: #FFF;
}

/*********************************************************************************************/
.panelContenedor{
	float:right;
	margin-top:11px;
	width:600px;
	padding-right: 15px;
	padding-bottom: 15px;
	line-height:18px;
	font-size:13px;
	color:#4D5B73;
}
/*
.panelContenedor{
	float:left;
	margin-top:11px;
	margin-left:15px;	
	margin-right:15px;
	width:718px;	
	color:#4D5B73;
	line-height:18px;
	font-size:13px;
}
*/
.panelIframeScroll{
	width:680px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.panelIframeScroll_Todo{
	width:100%;
	padding-right: 15px;
	padding-bottom: 15px;
	margin: auto;
}

.panelContenedorOcupaTodo{
	margin-top:11px;
	width:90%;
	margin: auto;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 25px;
	line-height:18px;
	font-size:13px;
	color:#4D5B73;
}

.tituloPagina{
	color:#647899;
	font-size:18px;
	height:30px;
}

.lateralLeft{
	width:235px;
	float:left;
	padding-left:0px;	
	padding-bottom:10px;
}

.submenu{
	background-image:url(../images/submenu_bottom.gif);	
	background-position:left bottom;
	background-repeat:no-repeat;
	width:227px;
	padding-bottom:20px;
	margin-top:10px;
}
.topSubmenu{
	background-image:url(../images/submenu_top.jpg);
	background-repeat:no-repeat;
	height:14px;	
}
.submenu li{
	background-image:url(../images/separador-menu.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 5px 5px -25px;
	padding-bottom:10px;	
	margin-left:15px;	
}
.submenu a:link, .submenu a:visited{
	text-decoration:none;
	padding-left:12px;
	background-image:url(../images/bullet_3cruces.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	color:#4d5b73;
}
.submenu a:hover{
	background-position:3px 3px;	
}
.seleccionado{
	font-weight:bold;	
}

ol, ul {
     list-style: none;
}

.circulo{
	list-style-type: disc;
}

.cuadrado{
	list-style-type: circle;
}

ul.circulo li{
	margin-bottom: 10px;
	text-align: justify;
}

ol.numerado li{
	margin-bottom: 10px;
}

ul.numerado li{
	margin-bottom: 10px;
}

.margenLR_auto{
	margin-left: auto; 
	margin-right: auto;
}

.subrayado{
	text-decoration: underline;
}

.solo_rojo{
	color: #FF0000;
}

.witdh98{
	width: 98%;
}

.noseve{
	display: none;
}

.tbl_appform{
	width: 100%;
}

.tbl_appform td{
	padding: 8px;
	font-size: 12px;
	color: #334666;
}

.wordnowrap{
	white-space: nowrap;
}

.textvalign{
	vertical-align: top;
}

.col2center{
	text-align: center;
}

.capaRellenoMenuVacio{
	height: 300px;
}

.imagen_pie_apartado{
	margin-top: 0px;
}

#capaDescargas{
	padding: 10px;
	margin-top: 15px;
	margin-left: 55px;
	text-align: left;
}

#capaDescargas li{
	/*margin-bottom: 10px;*/
}

#capaDescargas li a{
	/*color: #C0C7CD;*/
}

.notaaclaratoria{
	background-color: #C0C7CD;
	color: #FFFFFF;
	padding: 10px;
}

.subrayado{
	text-decoration: underline;
}

.tipotabla{ 
	display: table;
}

.rojo{
	color: #FF0000;
}

.link_descarga_docs{
	background-image: url(../images/adobe.png);
	background-repeat: no-repeat;
	padding: 5px;
	/*border: 1px solid red;*/
	margin-left: -50px;
	padding-left: 40px;
	height: 40px;
	
}

.link_preguntas_freqs{
	background-image: url(../images/faqs.png);
	background-repeat: no-repeat;
	padding: 5px;
	/*border: 1px solid red;*/
	margin-left: -50px;
	padding-left: 40px;
	height: 40px;
}

.link_descarga_docs a{
	color: #485c7e;
}

.link_preguntas_freqs a{
	color: #485c7e;
}

.pag_lista_descarga_documentos{
	margin-left: -20px;
	margin-left: 10px; /* GESTOR */
}

.pag_lista_descarga_documentos li{
	margin-bottom: 20px;
	background-image: url(../images/adobe.png);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 45px;
	padding-top: 7px;
}

.centrado{
	text-align: center;
}

#direccion_senasa{
	text-align: center;
	border: 1px dotted #485c7e;
	width: 240px;
	margin: auto;
	padding: 5px;
}

.welcome_appform {
	background-image: url(../images/pie_apartados/appform_welcome.jpg);
	background-repeat: no-repeat;
}

.widthAncho{
	width: 420px;
}

.capa_Bienvenida {
	padding-left: 200px;
	/*margin-left: -30px; */ /* GESTOR: comentar */
	background-image: url(../images/img_bienvenida.jpg);
	background-repeat: no-repeat;
}

.padLeft30{
	padding-left: 30px;
}

.alignDer{
	text-align: right;
}

.invisible{
	visibility: hidden;
}

.margen_link_left_30{
	margin-left: 10px;
}

.margen_link_right_30{
	margin-right: 10px;
}

.capaAprobados{
	background-color: #FFF;
	border: 1px dotted black;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.capaAprobados table th{
	padding: 3px;
}

.capaAprobados table td{
	padding: 3px;
}

.tachado{
	text-decoration: line-through;
}

.tabla_con_borde{
	border: 1px solid #334666; 
	border-collapse: collapse;
}

.title_actividad_prof{
	color: #647899;
	line-height: 10px;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.tabla_ficha td{
	padding: 6px;
}

.margenIzq{
	margin-left: 50px;
	margin-top: 20px;
}

.celda_borde_blanco td{
	border: 1px solid #FFFFFF;
}

.celda_borde_blanco th{
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.h1_admin {
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bordeTop{
	border-top: 1px solid #AAA;
}

.rojo{
	color: #F00;
}

.verdeoscuro{
	color: #008800;
}

.verde{
	color: #267F00;
}

.margen_link_left_30{
	margin-left: 10px;
}

.margen_link_right_30{
	margin-right: 10px;
}

.superindice {
	vertical-align: super;
}
