/*
	Versión 1.2
*/
h1 {
	font-size: 2.4em;
	color: #144B66;
	margin: .5em 0;
}
p {
	line-height: 1.8em;
}
p span.emfasis {
	color: #144B66;
	font-weight: bold;
}
a {
	color: #393834;
}
a:hover {
	text-decoration: none;
}
strong.resaltar {
	color: #C30000;
}
span.resaltar {
	color: #C30000;
}

/* GENÉRICOS: Avisos */
div.aviso {
	background-color: #F6F1E8;
	padding: 5px 10px 7px 10px;
}
div.aviso p.simula_h {
	font-size: 1.6em;
	color: #144B66;
	font-weight: bold;
}
div.aviso div.dudas_dentro_aviso {
	background-color: #F6F1E8;
	padding: 5px 10px 7px 10px;
	float: right;
	position: relative;
	border-left: 2px solid #FFF;
	margin: 0 0 0 1em;
}
div.aviso div.dudas_dentro_aviso p {
	line-height: 1.4em;
	margin: 0 0 -0.2em 1em;
}
div.aviso_exito {
	background-color: #F6F1E8;
	padding: 5px 10px 7px 10px;
}
div.aviso_exito p.simula_h {
	font-size: 1.6em;
	color: #447D00;
	font-weight: bold;
}
div.aviso_exito p.simula_h span.destacar {
	color: #144B66;
}
div.paso_4_pasos {
	position: relative;
	background-color: #F6F1E8;
	padding: 5px 15em 7px 10px;
}
div.paso_4_pasos p.simula_h {
	font-size: 1.6em;
	color: #447D00;
	font-weight: bold;
}
div.paso_4_pasos p.simula_h span {
	color: #144B66;
}
div.paso_4_pasos a.modificar {
	position: absolute;
	top: 1.5em;
	right: 2em;
	font-weight: bold;
	font-size: .9em;
}
div.paso_4_pasos a.modificar img {
	vertical-align: middle;
	margin: 0 .3em 0 0;
}
div.paso_4_pasos_subh {
	padding: 5px 10px 7px 10px;
}
div.paso_4_pasos_subh p.simula_h {
	font-size: 1.6em;
	color: #144B66;
	font-weight: bold;
}
div.aviso_error {
	/*background-image: url(/WAS/CORP/DMSPortalSubvencionesWEB/estatico/images/css_fnd_aviso_error.gif);*/
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-color: #FFE5E5;
	padding: 5px 10px 7px 100px;
	margin: 1.5em 0 0 0;
}
div.aviso_error p.simula_h {
	font-size: 1.6em;
	color: #C30000;
	font-weight: bold;
}
div.aviso_error .boton_03 {
	float: right;
/*	position: relative; PARA IE */
}
div.aviso_borrador {
	position: relative;
	/*background-image: url(images/css_fnd_aviso_borrador.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #447D00;
	padding: 45px 10px 7px 10px;
	margin: 0;
	color: #FFF;
}
div.aviso_borrador p.imagen_borrador {
	position: absolute;
	top: 0;
	right: 0;
/*	right: 15px; PARA IE */
}
div.aviso_borrador p.simula_h {
	border-bottom: 1px solid #71A139;
	padding-right: 150px;
}
div.aviso_borrador ul {
	margin: .5em 0;
	padding-right: 150px;
}
div.aviso_borrador ul li {
	padding: 0 0 0 11px;
	/*background-image: url(images/css_fnd_aviso_borrador_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}
div.aviso_envio {
	position: relative;
	/*background-image: url(images/css_fnd_aviso_envio.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #447D00;
	padding: 45px 10px 7px 10px;
	margin: 0;
	color: #FFF;
}
div.aviso_envio p.imagen_envio {
	position: absolute;
	top: 0;
	right: 0;
/*	right: 15px; PARA IE */
}
div.aviso_envio p.simula_h {
	border-bottom: 1px solid #8AAC62;
	padding-right: 150px;
}
div.aviso_envio ul {
	margin: .5em 0;
	padding-right: 150px;
}
div.aviso_envio ul li {
	padding: 0 0 0 11px;
	/*background-image: url(images/css_fnd_aviso_enviar_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}

div.contenedor div.aviso_envio p.simula_h {
	border-bottom: 1px solid #8AAC62;
	padding-right: 150px;
}
div.contenedor div.aviso_envio ul {
	margin: .5em 0;
	padding-right: 150px;
}
div.contenedor div.aviso_envio ul li {
	padding: 0 0 0 11px;
	/*background-image: url(images/css_fnd_aviso_enviar_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}


/* GENÉRICOS: Formularios */
label {
	cursor: pointer;
}
input {
	border: 1px solid #BBB8A9;
	padding: 0 2px;
}
input.enfocado {
	border: 1px solid #7F9DB9 !important;
	background-color: #DCEAF7 !important;
}
input.solo_lectura {
	border: 1px solid #7F9DB9 !important;
	background-color: #F6F1E8 !important;
}
input.checkbox {
	border: none;
	cursor: pointer;
}
textarea {
	border: 1px solid #BBB8A9;
	padding: 0 2px;
}
textarea.enfocado {
	border: 1px solid #7F9DB9 !important;
	background-color: #DCEAF7 !important;
}
textarea.solo_lectura {
	border: 1px solid #7F9DB9 !important;
	background-color: #F6F1E8 !important;
}


/* GENÉRICOS: Botones*/
/* Totón tipo 1 */
a.boton_01 {
	background-color: #144B66;
	/*background-image: url(images/css_FFF.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	color: #FFF;
	text-decoration: none;
	text-align: left;
}
a.boton_01:hover {
	background-color: #1D92CB;
}
a.boton_01 span {
	display: block;
	/*background-image: url(images/css_FFF.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_01 span span {
	/*background-image: url(images/css_FFF.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_01 span span span {
	/*background-image: url(images/css_FFF.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_01 span span span span {
	padding: 1px 20px 0 20px;
}
a.boton_01.izquierda {
	float: left;
	margin-left: 1em;
}
/* Botón tipo 2 */
a.boton_02 {
	background-color: #144B66;
	/*background-image: url(images/css_fnd_boton_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.boton_02:hover {
	background-color: #1D92CB;
}
a.boton_02 span {
	display: block;
/*	background-image: url(images/css_fnd_boton_02.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_02 span span {
/*	background-image: url(images/css_fnd_boton_03.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_02 span span span {
/*	background-image: url(images/css_fnd_boton_04.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_02 span span span span {
	padding: 1em 2em 1em 3em;
/*	background-image: url(images/css_fnd_boton_0a.gif);*/
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}
a.boton_02.derecha {
	float: right;
}

/* Botón tipo 3 */
a.boton_03 {
	background-color: #144B66;
/*	background-image: url(images/css_fnd_boton_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.boton_03:hover {
	background-color: #1D92CB;
}
a.boton_03 span {
	display: block;
/*	background-image: url(images/css_fnd_boton_02.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_03 span span {
/*	background-image: url(images/css_fnd_boton_03.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_03 span span span {
/*	background-image: url(images/css_fnd_boton_04.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_03 span span span span {
	padding: 1em 2em 1em 3em;
/*	background-image: url(images/css_fnd_boton_0b.gif);*/
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}

/* Botón tipo 4 */
a.boton_04 {
	background-color: #3D6E00;
/*	background-image: url(images/css_fnd_boton_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

a.boton_04_gris {
	background-color: #CCCCCC;
/*	background-image: url(images/css_fnd_boton_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.boton_04.derecha {
	float: right;
}
a.boton_04:hover {
	background-color: #5FA903;
}
a.boton_04 span {
	display: block;
/*	background-image: url(images/css_fnd_boton_02.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_04 span span {
/*	background-image: url(images/css_fnd_boton_03.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_04 span span span {
/*	background-image: url(images/css_fnd_boton_04.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_04 span span span span {
	padding: 1em 2em 1em 3em;
/*	background-image: url(images/css_fnd_boton_0a.gif);*/
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}

/* Botón tipo 5 */
a.boton_05 {
	background-color: #908E82;
/*	background-image: url(images/css_fnd_boton_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}
a.boton_05.derecha {
	float: right;
}
a.boton_05:hover {
	background-color: #CBC8B9;
}
a.boton_05 span {
	display: block;
/*	background-image: url(images/css_fnd_boton_02.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_05 span span {
/*	background-image: url(images/css_fnd_boton_03.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_05 span span span {
/*	background-image: url(images/css_fnd_boton_04.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_05 span span span span {
	padding: 1em 2em 1em 3em;
/*	background-image: url(images/css_fnd_boton_0a.gif);*/
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}

/* Botón tipo volver */
a.boton_volver {
	background-color: #E9E6D6;
/*	background-image: url(images/css_fnd_boton_01v.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	float: right;
	color: #3D3C37;
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	margin: 1em 0 0 0;
}
a.boton_volver.izquierda {
	float: left;
}
a.boton_volver:hover {
	background-color: #D4D4D2;
}
a.boton_volver span {
	display: block;
/*	background-image: url(images/css_fnd_boton_02v.gif);*/
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_volver span span {
/*	background-image: url(images/css_fnd_boton_03v.gif);*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_volver span span span {
/*	background-image: url(images/css_fnd_boton_04v.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_volver span span span span {
	padding: .3em 1em .1em 2.4em;
/*	background-image: url(images/css_fnd_boton_0v.gif);*/
	background-position: .7em .3em;
	background-repeat: no-repeat;
}


/* ESPECÍFICOS DE FORMULARIOS */
/* FORMULARIO con contenido centrado */
form.centrado {
}
form.centrado fieldset {
	border: none;
	margin: 3.5em 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
form.centrado legend {
	width: 100%;
	font-weight: bold;
	color: #393834;
}
form.centrado legend span {
	display: block;
	border-bottom: 1px solid #CDC9B6;
	left: 0;
	padding: 0;
	position: absolute;
	top: -2.8em;
	width: 100%;
}
form.centrado fieldset p {
	margin: 0 0 .5em 0;
}
form.centrado fieldset div.linea {
	clear: both;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}
form.centrado fieldset div.linea.top {
	margin: 1em 0 .5em 0;
	padding: .5em 0 .5em 0;
	border-top: 1px solid #CDC9B6;
}
form.centrado fieldset div.linea div.col_izq {
	float: left;
	width: 35%;
	text-align: right;
	padding: 0 .5em 0 0;
}
form.centrado fieldset div.linea div.col_dch {
	color: #6A6A6A;
}
form.centrado fieldset input.derecha {
	text-align: right;
}
form.centrado fieldset input.tabla {
	width: 100%;
}
form.centrado fieldset input.enorme {
	width: 50%;
/*	width: 55%; PARA IE */
}
form.centrado fieldset input.grande {
	width: 40%;
/*	width: 45%; PARA IE */
}

input.enorme {
	width: 43%;
/*	width: 80%; PARA IE */
}
input.grande {
	width: 40%;
/*	width: 45%; PARA IE */
}

form.centrado fieldset input.normal {
	width: 30%;
/*	width: 35%; PARA IE */
}
form.centrado fieldset input.medio {
	width: 15%;
/*	width: 20%; PARA IE */
}
form.centrado fieldset input.pequeno {
	width: 10%;
/*	width: 11%; PARA IE */
}
form.centrado fieldset input.mini {
	width: 4%;
/*	width: 5%; PARA IE */
	text-align: center;
}
form.centrado fieldset input.micro {
	width: 2%;
/*	width: 3%; PARA IE */
	text-align: center;
}
form.centrado fieldset input.dosCifras {
	width: 25px;
}
form.centrado fieldset input.tresCifras {
	width: 25px;
}
form.centrado fieldset input.cuatroCifras {
	width: 45px;
}
form.centrado fieldset textarea.grande {
	width: 50%;
/*	width: 60%; PARA IE */
}
form.centrado fieldset div.linea div.col_dch img {
	vertical-align: middle;
	margin: 0 0 0 .5em;
}
form.centrado fieldset div.linea div.col_dch input.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}
form.centrado fieldset div.linea div.col_dch textarea.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}

form.centrado fieldset div.linea div.col_dch span.derecha {
	text-align: right;
}

form.centrado fieldset div.linea div.col_dch input.pendiente {
	border: 1px solid #FFA800;
	background-color: #FFF1D6;
}
form.centrado fieldset div.linea div.col_dch div.pendiente {
	border: none;	
	color: #D87A00;
	text-align: center;
}
form.centrado fieldset div.linea div.col_dch textarea.pendiente {
	border: 1px solid #FFA800;
	background-color: #FFF1D6;
}
form.centrado fieldset div.linea div.col_dch input.error.checkbox, form.centrado fieldset div.linea div.col_dch input.pendiente.checkbox {
	border: none;
	background-color: transparent;
}
form.centrado fieldset div.linea div.col_dch select.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}

form.centrado fieldset div.linea div.col_dch input.passableControlError {
	border: 1px solid #FFA800;
	background-color: #FFF1D6;
}

form.centrado fieldset div.linea div.col_dch select.passableControlError {
	border: 1px solid #FFA800;
	background-color: #FFF1D6;
}

form.centrado fieldset div.linea div.col_dch input.error.checkbox, form.centrado fieldset div.linea div.col_dch input.passableControlError.checkbox {
	border: none;
	background-color: transparent;
}


form.centrado fieldset div.linea div.col_dch input.error.checkbox {
	border: none;
	background-color: transparent;
}
form.centrado fieldset div.linea div.col_dch p.error {
	color: #C30000;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}
form.centrado fieldset div.linea div.col_dch p.pendiente {
	color: #D87A00;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}
form.centrado fieldset div.linea div.col_dch p.passableControlError {
	color: #D87A00;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}

table.normal tbody tr td input.passableControlError{
	border: 1px solid #FFA800;
	background-color: #FFF1D6;
}

table.normal tbody tr td p.passableControlError {
	color: #D87A00;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}
	

form.centrado fieldset div.aviso_exito p.simula_h {
	margin: 0;
}
form.centrado fieldset fieldset.en_linea {
	border: none;
	margin: 0;
	padding: 0;
}
form.centrado fieldset fieldset.sin_borde {
	border: none;
}
form.centrado fieldset fieldset.sin_borde legend {
	display: none;
}
div.botones_accion {
	border-top: 1px solid #CDC9B6;
	padding: 2em 0 2em 35.5%;
}
div.botones_accion_sin_top {
	padding: 2em 0 2em 35.5%;
}
div.botones_accion_sin_top span.nota_boton_accion {
	padding: 0 0 0 1.5em;
	line-height: 3.5em;
}
div.botones_accion_sin_top span.nota_boton_accion a {
	font-weight: bold;
}
div.botones_navegacion_pasos {
	border-top: 1px solid #CDC9B6;
	padding: 2em 0;
}
noscript div {
	display: inline;
}
div.medio_centro {
	text-align: center;
}
div.medio_centro div {
	width: 50%;
	margin: 1.5em auto 1em auto;
	padding: .8em 2em;
	background-color: #F7F4E7;
	font-weight: bold;
}
div.medio_centro p.error {
	color: #C30000;
	font-weight: normal;
}
div.medio_centro p.pendiente {
	color: #D87A00;
	font-weight: normal;
}
div.boton_guardar {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: right;
	background-color: #F6F1E8;
}
div.texto_lopd {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: left;
	background-color: #F6F1E8;
}
div.boton_guardar span.fecha_limite {
	color: #C30000;
	font-weight: bold;
}



/* FORMULARIO con contenido upload */
form.adjuntar {
}
form.adjuntar fieldset {
	border: none;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
	position: relative;
}
form.adjuntar legend {
	display: none;
}
form.adjuntar fieldset h2 {
	color: #447D00;
}
form.adjuntar fieldset p {
	margin: 0 0 .5em 0;
}
form.adjuntar fieldset div.linea {
	clear: both;
	margin: 0 0 .5em 0;
	padding: 0 0 .5em 0;
}
form.adjuntar fieldset img {
	vertical-align: middle;
}
form.adjuntar fieldset a img {
	vertical-align: middle;
}
form.adjuntar fieldset div.linea.top {
	margin: 1em 0 .5em 0;
	padding: .5em 0 .5em 0;
	border-top: 1px solid #CDC9B6;
}
form.adjuntar fieldset div.linea div.col_izq {
	float: left;
	padding: .7em;
	margin: 0 1em 0 0;
	background-color: #F6F1E8;
	width: 38em;
}
form.adjuntar fieldset div.linea div.col_dch {
	padding: .8em .7em .7em .7em;
	color: #6A6A6A;
}
form.adjuntar fieldset input.derecha {
	text-align: right;
}
form.adjuntar fieldset input.tabla {
	width: 100%;
}
form.adjuntar fieldset input.buscar_archivo {
	width: 100%;
}
form.adjuntar fieldset textarea.grande {
	width: 50%;
/*	width: 60%; PARA IE */
}
form.adjuntar fieldset div.linea div.col_dch img {
	vertical-align: middle;
	margin: 0 0 0 .5em;
}
form.adjuntar fieldset div.linea div.col_dch input.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}
form.adjuntar fieldset div.linea div.col_dch p.error {
	color: #C30000;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}
form.adjuntar fieldset div.aviso_exito p.simula_h {
	margin: 0;
}
form.adjuntar fieldset fieldset.en_linea {
	border: none;
	margin: 0;
	padding: 0;
}
form.adjuntar fieldset div.linea_larga div.col_izq {
	float: left;
	padding: .7em;
	margin: 0 1em 0 0;
	background-color: #F6F1E8;
	width: 60%;
}
form.adjuntar fieldset div.linea_larga div.col_izq a.eliminar {
	float: right;
}










/* ESPECÍFICOS DE TABLAS*/
/* Tabla normal */
table.normal {
	border-collapse: collapse;
}
table.normal caption {
	display: none;
}
table.normal th, table.normal td {
	text-align: left;
	border-bottom: 1px solid #CDC9B6;
	border-left: 1px solid #CDC9B6;
	vertical-align: top;
	white-space: nowrap;
}
table.normal th.primero, table.normal td.primero {
	border-left: none;
}
table.normal th.derecha, table.normal td.derecha {
	text-align: right;
}
table.normal th.centro, table.normal td.centro {
	text-align: center;
}
table.normal th.no_bold, table.normal td.no_bold {
	font-weight: normal;
}
table.normal th.todo_el_ancho, table.normal td.todo_el_ancho {
	width: 100%;
	white-space: normal;
}
/* Tabla normal head */
table.normal thead th, table.normal thead td {
	padding: 6px 12px 4px 12px;
	vertical-align: bottom;
}
/* Tabla normal foot */
table.normal tfoot th, table.normal tfoot td {
	padding: 8px 12px 5px 12px;
	background-color: #F6F1E8;
	font-weight: bold;
}
/* Tabla normal body */
table.normal tbody th, table.normal tbody td {
	padding: 13px 12px 9px 12px;
}
table.normal tbody td select.error{
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}


/* ESPECÍFICOS Panel de acceso */
#formas_acceso {
	width: 870px;
	margin: 0 auto;
}
#formas_acceso div {
	float: left;
	margin: 0 20px 0 10px;
}
#formas_acceso h2 {
	color: #393834;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
#formas_acceso h2 span {
	display: block;
/*	background-image: url(images/css_fnd_h2_span_acceso.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}
#formas_acceso form {
	font-size: .85em;
}
#formas_acceso form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#formas_acceso form fieldset legend {
	display: none;
}
#formas_acceso form p {
	margin: .5em 0;
	clear: both;
	line-height: 1.4em;
}
#formas_acceso form p.error {
	font-weight: bold;
	color: #FB0000;
	padding: .3em 0 1.2em 0;
	margin: 0;
	text-align: center;
}
#formas_acceso form p input {
	width: 100px;
	float: right;
	margin: 0 0 .6em 0;
}
#formas_acceso form p input.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}
#formas_acceso form p label {
	float: left;
	margin: .2em 0 .6em 0;
	padding: 0 0 0 7px;
/*	background-image: url(images/css_fnd_label_acceso.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
}
#acceso_clave_operativa {
	width: 276px;
/*	background-image: url(images/css_fnd_acceso_clave.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#acceso_clave_operativa form {
	padding: 0 10px 0 15px;
}
#acceso_clave_operativa h2 {
/*	background-image: url(images/css_fnd_h2_acceso_clave.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#acceso_clave_operativa span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_clave.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
#acceso_clave_operativa form p label {
	width: 130px;
}
#acceso_certificado_digital {
	width: 236px;
/*	background-image: url(images/css_fnd_acceso_certificado.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#acceso_certificado_digital form {
	padding: 0 10px 0 15px;
}
#acceso_certificado_digital h2 {
/*	background-image: url(images/css_fnd_h2_acceso_certifica.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#acceso_certificado_digital span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_certifi.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
#acceso_certificado_digital form p label {
}
#acceso_sin_identificar_login {
	width: 241px;
/*	background-image: url(images/css_fnd_acceso_sin_ident.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#acceso_sin_identificar_login form {
	padding: 0 15px 0 15px;
}
#acceso_sin_identificar_login h2 {
/*	background-image: url(images/css_fnd_h2_acceso_sin_02.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#acceso_sin_identificar_login span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_sin_ide.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
#acceso_sin_identificar_login form p label {
	width: 95px;
}
#acceso_sin_identificar {
	width: 241px;
/*	background-image: url(images/css_fnd_acceso_sin_ident.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#acceso_sin_identificar a {
	display: block;
/*	background-image: url(images/css_fnd_h2_acceso_sin_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#acceso_sin_identificar a span {
	display: block;
/*	background-image: url(images/css_fnd_h2_span_acceso.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}
#acceso_sin_identificar span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_sin_ide.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
input#clave_submit, input#certificado_submit, input#sin_identificar_submit {
	cursor: pointer;
	background-color: #144B66;
	color: #FFF;
	font-weight: bold;
	border: none;
}
input#clave_submit {
	margin: 0 0 0 161px;
}
input#certificado_submit {
	margin: 0 0 0 70px;
}
input#sin_identificar_submit {
	margin: 0 0 0 125px;
}


/* ESPECÍFICO Pasos de la solicitud */
/* Cabecera de pasos */
div#cabecera_pasos {
	background-color: #F4F2E7;
/*	background-image: url(jsps/usabilidad/estaticoUsa/images/css_fnd_cabecera_pasos.gif); Estilo inline -> Contiene imagen dependiente de idioma.*/
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* Solicitud a la que optamos */
div#cabecera_pasos div.titulos {
	border-bottom: 1px solid #DCD9CB;
	min-height: 3em;
/*	height: 3em; PARA IE */
	margin: 0 15px;
}
div#cabecera_pasos div.titulos div.cab_paso_tit_01 {
	float: left;
	padding: 10px 0 0 0;
	margin: 0 0 1em 0;
	font-size: 1.6em;
	color: #144B66;
	font-weight: bold;
}
div#cabecera_pasos div.titulos div.cab_paso_tit_02 {
	float: left;
	padding: 10px 0 0 15px;
	margin: 0 0 10px 0;
	color: #393834;
	font-weight: normal;
}
div#cabecera_pasos div.titulos div.cab_paso_tit_02 span {
	display: block;
	font-size: 1.6em;
	color: #447D00;
	font-weight: bold;
}
/* Datos del expediente */
div#cabecera_pasos div.datos_expediente {
	clear: both;
	margin: 15px 15px 0 15px;
}
div#cabecera_pasos div.datos_expediente div.datos {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}
div#cabecera_pasos div.datos_expediente div.datos ul li {
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 0 10px;
/*	background-image: url(images/css_fnd_paso_00.gif);*/
	background-position: 3px .5em;
	background-repeat: no-repeat;
}

div#cabecera_pasos div.datos_expediente div.datos ul li.dos_columnas_1 {
	width: 45%;
}
div#cabecera_pasos div.datos_expediente div.datos ul li.dos_columnas_2 {
	width: 45%;
	clear: none;
}

div#cabecera_pasos div.datos_expediente div.fecha_limite {
	float: left;
	width: 15%;
	padding: 0 15px;
	border-left: 1px solid #DCD9CB;
}

div#cabecera_pasos div.datos_expediente div.registro_entrada {
	float: left;
	width: 15%;
	padding: 0 15px;
}

div#cabecera_pasos div.datos_expediente div.registro_entrada ul li{
	float: left;
	clear: both;
	width: 100%;
	padding: 0 0 0 10px;
/*	background-image: url(images/css_fnd_paso_00.gif);*/
	background-position: 3px .5em;
	background-repeat: no-repeat;
	
}

div#cabecera_pasos div.datos_expediente div.dudas {
	float: left;
	width: 25%;
	padding: 0 15px;
	border-left: 1px solid #DCD9CB;
	text-align: left;
}
div#cabecera_pasos div.datos_expediente div.dudas p {
	float: none;
	display: block;
	padding: 0;
	background-color: transparent;	
}
/* Paso en el que estamos */
div#cabecera_pasos div.pasos {
	clear: both;
	float: left;
	padding: 15px 0 17px 12px;
}
div#cabecera_pasos div.pasos div.paso {
	position: relative;
	float: left;
	width: 183px;
	margin: 0 0 0 3px;
/*	background-image: url(images/css_fnd_paso_01.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #393834;
	font-weight: bold;
}
div#cabecera_pasos div.pasos div.paso.seleccionado {
/*	background-image: url(images/css_fnd_paso_01_sel.gif);*/
	background-repeat: no-repeat;
	background-color: #407401;
	color: #FFF;
}
div#cabecera_pasos div.pasos div.paso span {
	position: absolute;
	top: 22px;
	left: 17px;
	line-height: 1.2em;
}
div#cabecera_pasos div.pasos div.paso p {
	min-height: 3em;
/*	height: 3em; PARA IE */
	padding: 22px 17px 15px 33px;
	margin: 0;
	line-height: 1.2em;
/*	background-image: url(images/css_fnd_paso_02.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
div#cabecera_pasos div.pasos div.paso.seleccionado p {
	/*background-image: url(images/css_fnd_paso_02_sel.gif);*/
}
/* H1 especial de pasos */
h1 span {
	color: #447D00;
	padding: 0 .5em 0 0;
}
h1 span.tipo_1 {
	color: #C30000;
}
h1 span.tipo_2 {
	color: #578BA5;
}
h1 span.tipo_3 {
	color: #447D00;
}
h1 a.ayuda {
	font-size: .4em;
	color: #393834;
	padding: 10px 0 10px 45px;
/*	background-image: url(images/h1_ayuda.gif);*/
	background-position: 10px 0;
	background-repeat: no-repeat;
}
h1 a.ayuda:hover {
	text-decoration: none;
}


/* Específico de paso 2 */
table.normal span.datos_faltan {
	color: #C30000;
	font-size: .85em;
	font-weight: bold;
}
table.normal span.datos_completados {
	color: #447D00;
	font-size: .85em;
	font-weight: bold;
}
table.normal span.datos_sin {
	color: #828282;
	font-size: .85em;
	font-weight: bold;
}
table.normal span.datos_faltan img, table.normal span.datos_completados img {
	vertical-align: middle;
}
table.normal a.modificar img, table.normal a.eliminar img, table.normal a.anadir_docs img {
	vertical-align: middle;
	margin: 0 .3em 0 0;
}
form.centrado fieldset fieldset {
	border: 1px solid #CDC9B6;
	padding: 20px;
	margin: 0;
}
form.centrado fieldset fieldset legend {
	width: auto;
}
form.centrado fieldset fieldset table {
	margin: 0 0 20px 0;
}
form.centrado fieldset fieldset table tfoot tr.alternativo th, form.centrado fieldset fieldset table tfoot tr.alternativo td {
	background-color: #3D6E00;
	color: #FFF;
	font-weight: bold;
}


/* Específico de paso 3 */
table.normal tr td span.tipo_1 {
	color: #C30000;
	font-weight: bold;
}
table.normal tr td span.tipo_2 {
	color: #144B66;
	font-weight: bold;
}
table.normal tr td span.tipo_3 {
	color: #447D00;
	font-weight: bold;
}


/* ESPECÍFICOS: AJAX */
div#contenido_ajax {
	cursor: default;
	overflow: auto;
	padding: 5px;
}
div.cargando {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 80%;
	margin: 0 0 0 -38%;
	color: #144B66;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
div#pregunta {
}
div#pregunta div.col_izq {
	float: left;
	width: 48%;
}
div#pregunta div.col_dch {
	float: right;
	width: 48%;
}
div#pregunta div.col_izq p, div#pregunta div.col_dch p {
	line-height: 1.2em;
}
span.el_programa {
	font-weight: bold;
	color: #417D01;
}
div.blockUI {
	overflow: auto;
}

p span.subrayado:hover {
	 text-decoration: underline; 
}	

span.derecha{
	float: right;
}

/*
div.boton_guardar input.botonG{
	background-image: url(images/css_fnd_pasos_guardar.gif);
}
*/

/* SOLICITUDES CONSULTA */
/* Listado de solicitudes */
h2 span.borrador, h2 span.enviadas {
	display: block;
	width: 8em;
	padding: 0 2em 0 0;
	font-size: 1.1em;
	color: #FFF;
	margin: 0 0 .5em 0;
}
h2 span.borrador {
	background-color: #C30000;
}
h2 span.enviadas {
	background-color: #447D00;
}
div.listado_solicitudes_nueva {
	float: right;
/*	background-image: url(estatico/images/css_listado_solicitudes_nueva.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.listado_solicitudes_nueva a {
	font-size: .9em;
	display: block;
	padding: 11px 10px 7px 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.listado_solicitudes_nueva {
/*	background-image: url(images/css_listado_solicitudes_nueva.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: .4em;
/*	width: 18em; PARA IE */
	width: 14em;
	padding: 11px 10px 7px 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
ul.anclas_listado_solicitudes {
	margin: .1em 0 1em 0;
}
ul.anclas_listado_solicitudes li {
/*	background-image: url(images/css_li.gif);*/
	background-position: 10px .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}

/* Listado de solicitudes: Buscadores */
form.buscador_solicitudes {
}
form.buscador_solicitudes div.contenedor_form {
	font-size: .9em;
/*	background-image: url(images/css_fnd_buscador_solicitudes_01.gif);*/
	background-position: left;
	background-repeat: repeat-y;
}
form.buscador_solicitudes fieldset {
/*	background-image: url(images/css_fnd_buscador_solicitudes_02.gif);*/
	background-position: right;
	background-repeat: repeat-y;
	border: 1px solid #E6E4DA;
	border-left: none;
	border-right: none;
	padding: .8em 1em;
}
form.buscador_solicitudes legend {
	display: none;
}
form.buscador_solicitudes div.linea {
	clear: both;
	margin: 0;
	padding: .5em 0;
}
form.buscador_solicitudes div.col_uno {
	clear: both;
	float: left;
	width: 12%;
}
form.buscador_solicitudes div.col_dos {
	float: left;
	width: 78%;
}
form.buscador_solicitudes div.col_tres {
	float: right;
	width: 8%;
}
form.buscador_solicitudes label {
	float: left;
}
form.buscador_solicitudes div.col_dos label {
	line-height: 2.2em;
	margin: 0 1.5em 0 4em;
}
form.buscador_solicitudes select {
	float: left;
	cursor: pointer;
}
form.buscador_solicitudes select#buscador_borradores_solicitante {
	width: 100%;
}
form.buscador_solicitudes select#buscador_borradores_ano_convocatoria {
	width: 15%;
}
form.buscador_solicitudes input#buscador_borradores_seleccionar {
	float: right;
}
form.buscador_solicitudes select#buscador_enviadas_solicitante {
	width: 100%;
}
form.buscador_solicitudes select#buscador_enviadas_ano_convocatoria {
	width: 15%;
}
form.buscador_solicitudes input#buscador_enviadas_seleccionar {
	float: right;
}
form.buscador_solicitudes select#buscador_enviadas_situacion {
	width: 15%;
}
form.buscador_solicitudes a.boton_01 {
	margin-top: .2em;
}
form.buscador_solicitudes a.ver_todas {
	line-height: 2.2em;
	color: #144B66;
	font-weight: bold;
/*	background-image: url(images/css_fnd_buscador_solicitudes_03.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}
form.buscador_solicitudes a.ver_todas:hover {
	text-decoration: none;
}
/* Datos del expediente en listado */
div.listado_expediente {
	clear: both;
	margin: 20px 0 10px 0;
	position: relative;
	border-bottom: 1px solid #CDC9B6;
}
div.listado_expediente h3 {
	clear: both;
	margin: 15px 0 10px 0;
	padding: .5em 10px .5em 59px;
	background-color: #447D00;
	color: #FFF;
/*	background-image: url(images/css_fnd_listado_solicitudes_02.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1em;
}
div.listado_expediente.borrador h3 {
	background-color: #C30000;
/*	background-image: url(images/css_fnd_listado_solicitudes_01.gif);*/
}
div.listado_expediente h3 span.motivo {
	position: absolute;
	top: 0;
	right: 0;
	height: 4px;
	width: 4px;
/*	background-image: url(images/css_fnd_listado_solicitudes_03.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.listado_expediente h3 span.numero {
	position: absolute;
	top: .5em;
/*	left: -58px; PARA IE */
	left: 0;
	width: 44px;
	text-align: center;
}
div.listado_expediente h3 strong {
	font-weight: normal;
}
div.listado_expediente div.datos {
	clear: both;
	float: left;
	width: 70%;
	padding: 0 15px 0 0;
}
div.listado_expediente div.datos ul li {
	float: left;
	clear: both;
	width: 100%;
	padding: .3em 0 .3em 13px;
/*	background-image: url(images/css_fnd_paso_00.gif);*/
	background-position: 3px .8em;
	background-repeat: no-repeat;
}
div.listado_expediente div.datos ul li.dos_columnas_1 {
	width: 35%;
}
div.listado_expediente div.datos ul li.dos_columnas_2 {
	width: 55%;
	clear: none;
}
div.listado_expediente div.situacion {
	float: right;
	width: 20%;
	background-color: #D8E4C9;
	text-align: right;
	padding: 1.5em;
	margin: 0 0 .5em 0;
}
div.listado_expediente div.situacion h4 {
	color: #447D00;
	font-size: 1.4em;
	font-style: italic;
}
div.listado_expediente div.situacion p {
	line-height: 1.3em;
	font-weight: bold;
	color: #000;
}
div.listado_expediente div.acciones {
	clear: both;
	position: relative;
	margin: 1em 0 .5em 0;
	background-color: #F4F2E7;
}
div.listado_expediente div.acciones p {
	padding: .5em 1em;
}
div.listado_expediente div.acciones strong {
	color: #144B66;
}
div.listado_expediente div.acciones div.enlaces {
	position: absolute;
	top: 0;
	right: 0;
/*	right: 20px; PARA IE */
	margin: .8em 1em .8em 0;
	font-size: .9em;
}
div.listado_expediente div.acciones div.enlaces strong {
	color: #393834;
}
div.listado_expediente div.acciones div.enlaces img {
	vertical-align: middle;
}


/* SOLICITUDES NUEVA */
/* Leyenda en texto de entrada */
span.solicitud-leyenda {
	padding: 2px 0;
	padding-right: 30px;
/*	background-image: url(images/css_iconito-solicitud.gif);*/
	background-position: right top;
	background-repeat: no-repeat;
	font-weight: bold;
}
/* Paginación */
.paginacion {
	display: block;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	padding: 13px 0 0 0;
	margin: 2em 1em 1em 1em;
	text-align: right;
}
.paginacion p.paginas {
	border-right: 1px solid #D6D2C1;
	padding: 4px 10px 4px 17px;
	margin: 0;
	display: block;
	float: left;
	line-height: 1em;
}
.paginacion p.paginas a {
	color: #000;
	margin: 0 1px;
}
.paginacion p.paginas a.anterior{
	text-decoration: none;
/*	background-image: url(images/css_icn-anterior.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-left: 25px;
}
.paginacion p.paginas a.siguiente{
	text-decoration: none;
/*	background-image: url(images/css_icn-siguiente.gif);*/
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-right: 25px;
}
.paginacion form.irapagina {
	margin: 0;
	padding: 0 0 0 11px;
	padding-right: 10px;
	display: block;
	float: left;
}
.paginacion form.irapagina fieldset {
	padding: 0;
	margin: 0;
	border: none;
	display: inline;
}
.paginacion form.irapagina input.txtinput {
	width: 29px;
	border: 1px solid #7F9DB9;
	font-size: 100%;
	vertical-align: middle;
	margin: 0 3px 0 5px;
}
.paginacion form.irapagina input#ir-bottom, .paginacion form.irapagina input#ir-top{
	border: 0;
	vertical-align: middle;
	margin-right: 4px;
}

.paginacion div.irapagina {
	margin: 0;
	padding: 0 0 0 11px;
	padding-right: 10px;
	display: block;
	float: left;
}
.paginacion div.irapagina fieldset {
	padding: 0;
	margin: 0;
	border: none;
	display: inline;
	background-image: none;
}
.paginacion div.irapagina input.txtinput {
	width: 29px;
	border: 1px solid #7F9DB9;
	font-size: 100%;
	vertical-align: middle;
	margin: 0 3px 0 5px;
}
.paginacion div.irapagina input#ir-bottom, .paginacion div.irapagina input#ir-top{
	border: 0;
	vertical-align: middle;
	margin-right: 4px;
}

.paginacion p.registros {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 10px 4px 17px;
	line-height: 1em;
	border-left: 1px solid #D6D2C1;
}
.paginacion p.registros a {
	padding: 0 3px;
	color: #000;
}

/* Listado de nuevas ayudas */
table.tabla_nuevas_ayudas {
	clear: both;
	margin: 1.5em 0 0 0;
	border-top: 1px solid #CDC9B6;
	border-collapse: collapse;
}
table.tabla_nuevas_ayudas th {
	border-bottom: 1px solid #CDC9B6;
	padding: 2em 0 0 0;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	white-space: normal;
	width: 100%;
}
table.tabla_nuevas_ayudas th span {
	background-color: #447D00;
/*	background-image: url(images/css_fnd_tabla_solicitar_ayu_2.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	padding: 0 8em 0 0;
	line-height: 2.2em;
	float: left;
}
table.tabla_nuevas_ayudas th span span {
	float: left;
	height: 4px;
	width: 14px;
/*	background-image: url(images/css_fnd_tabla_solicitar_ayu_1.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	line-height: .0000001em;
	font-size: .0000001em;
}
table.tabla_nuevas_ayudas th.icnsolicitar {
	font-weight: normal;
	text-align: center;
	font-size: .9em;
	padding: 23px 0 0 0;
	color: #393834;
	white-space: nowrap;
	width: auto;
}
table.tabla_nuevas_ayudas td {
	border-bottom: 1px solid #CDC9B6;
	line-height: 1.5em;
	white-space: normal;
	width: 100%;
}
table.tabla_nuevas_ayudas td.icnsolicitar {
	background-color: #F8F5EA;
	padding: 1px 0;
	white-space: nowrap;
	width: auto;
	vertical-align: middle;
	text-align: center;
}
table.tabla_nuevas_ayudas span.numero {
	font-weight: bold;
	color: #447D00;
	float: left;
	width: 22px;
	display: block;
}
table.tabla_nuevas_ayudas span.texto {
	display: block;
	float: left;
}
table.tabla_nuevas_ayudas a {
	color: #144B66;
}
table.tabla_nuevas_ayudas a:hover {
	text-decoration: none;
}

/* Carga de datos AJAX */
a.ajaxbuscador {
	background-image: url(/WAS/CORP/DMSPortalSubvencionesWEB/estatico/images/datos_apoyo_01.gif);
	background-position: .3em .3em;
	background-repeat: no-repeat;
	padding: 0 0 0 2em;
}
a.ajaxbuscador:hover {
/*	background-image: url(estatico/images/datos_apoyo_02.gif);*/
}
a.ajaxbuscadoreliminar {
/*	background-image: url(estatico/images/datos_apoyo_03.gif);*/
	background-position: .3em .3em;
	background-repeat: no-repeat;
	padding: 0 0 0 2em;
}
a.ajaxbuscadoreliminar:hover {
/*	background-image: url(estatico/images/datos_apoyo_04.gif);*/
}
p.no_script {
	color: #6A6A6A;
	padding: 0 0 0 35.5%;
	margin: 0;
	line-height: 1.4em;
}
form.buscador_ajax {
	padding: 0;
	margin: 0;
}
form.buscador_ajax fieldset {
	padding: 1em 0;
	margin: 0;
	border: none;
}
form.buscador_ajax legend {
	display: none;
}
form.buscador_ajax label {
	display: none;
}
form.buscador_ajax input#terminos_busqueda {
	border: 1px solid #BBB8A9;
	padding: 0 2px;
	float: left;
	width: 40%;
	margin-right: 1em;
}
form.buscador_ajax input#provincias_buscar, form.buscador_ajax input#localidades_buscar, form.buscador_ajax input#entidades_buscar {
	float: left;
}
form.buscador_ajax input.enfocado {
	border: 1px solid #7F9DB9 !important;
	background-color: #DCEAF7 !important;
}
form.buscador_ajax a.boton_01 {
	float: left;
	margin-left: 1em;
}
ul.buscador_ajax {
	padding: 0 1em;
}
ul.buscador_ajax li {
	padding: 0 0 0 11px;
	margin: 0 0 .5em 0;
/*	background-image: url(estatico/images/css_fnd_migas_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}
ul.buscador_ajax li a {
	text-decoration: underline !important;
}
ul.buscador_ajax li a:hover {
	text-decoration: none !important;
}

/* ESPECÍFICOS DE SOLICITUDES DE AYUDA ENVIADAS */
div.solicitud_enviada div.dudas {
	text-align: right;
	padding: 10px 6px;
	background-color: #F4F2E7;
}

div.solicitud_enviada div.solicitud_enviada_consultar {
	text-align: left;
	padding: 10px 6px;
	background-color: #F4F2E7;
}

div.solicitud_enviada div.dos_columnas_1 {
	float: left;
	width: 40%;
/*	width: 39%; PARA IE */
}
div.solicitud_enviada div.dos_columnas_2 {
	float: right;
	width: 58%;
/*	width: 57%; PARA IE */
}
div.solicitud_enviada div.dos_columnas_1 h2 {
/*	background-image: url(estatico/images/css_fnd_redondeado_dch.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	font-size: 1em;
	color: #FFF;
}
div.solicitud_enviada div.dos_columnas_1 h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.solicitud_enviada div.dos_columnas_2 h2 {
/*	background-image: url(estatico/images/css_fnd_redondeado_dch.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #3D6E00;
	font-size: 1em;
	color: #FFF;
}
div.solicitud_enviada div.dos_columnas_2 h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.solicitud_enviada div.dos_columnas_1 h3 {
	font-style: italic;
	color: #144B66;
	padding: .5em 0;
}
div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones {
	background-color: #F4F2E7;
}
div.solicitud_enviada div.dos_columnas_1 div.final {
	border-bottom: 1px solid #CDC9B6;
}
div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dl {
	padding: .2em .4em;
}
div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dt {
	padding: 0 0 0 10px;
/*	background-image: url(estatico/images/css_fnd_enviadas_dt.gif);*/
	background-position: 2px .6em;
	background-repeat: no-repeat;
}
div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dd {
	margin: 0 0 .2em 0;
	padding: 0 0 0 10px;
}
div.solicitud_enviada div.dos_columnas_2 ul {
	padding: .2em .4em;
	margin: .5em 0;
}
div.solicitud_enviada div.dos_columnas_2 ul li {
	padding: 0 0 0 10px;
/*	background-image: url(estatico/images/css_fnd_enviadas_dt.gif);*/
	background-position: 2px .6em;
	background-repeat: no-repeat;
}
div.solicitud_enviada div.dos_columnas_2 ul li span {
	color: #3D6E00;
	font-weight: bold;
}
div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_situacion {
	background-color: #D8E4C9;
	padding: .5em 1.2em;
}
div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_situacion h3 {
	color: #447D00;
	font-size: 1.5em;
	font-style: italic;
}
div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_situacion p {
	font-weight: bold;
	color: #000;
}
div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_consultar {
	background-color: #F4F2E7;
	padding: .5em;
	text-align: right;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CDC9B6;
}


div.solicitud_enviada div.dos_columnas_2 div.imprimir_resumen {
	background-color: #F4F2E7;
	padding: .5em;
	text-align: right;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CDC9B6;
}


div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dd {
	padding: 0 0 0 10px;	
	background-position: 2px .6em;
}

div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dl {
	padding: .2em .4em;
}div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dt {
	padding: 0 0 0 10px;
	
	background-position: 2px .6em;

}
div.solicitud_enviada div.dos_columnas_1 div.solicitud_enviada_acciones dd {
	margin: 0 0 .2em 0;
	padding: 0 0 0 10px;
}


div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_consultar a {
	font-size: .9em;
	font-weight: bold;
}
div.solicitud_enviada div.dos_columnas_2 div.solicitud_enviada_consultar a img {
	vertical-align: middle;
}
div.exp_desde_este h2 {
/*	background-image: url(estatico/images/css_fnd_exp_desde_este.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	border-bottom: 1px solid #CDC9B6;
	font-size: 1em;
	color: #FFF;
	padding: 23px 0 0 0;
}
div.exp_desde_este h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.exp_desde_este table {
	margin: 1.5em 1em;
}
div.exp_desde_este table td.borrador {
	background-color: #FEFE9A;
	color: #144B66;
	font-weight: bold;
}
div.exp_desde_este table td.no_borrador {
	color: #144B66;
	font-weight: bold;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 {
	float: left;
	width: 40%;
/*	width: 39%; PARA IE */
	background-color: #F4F2E7;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 {
	float: right;
	width: 58%;
/*	width: 57%; PARA IE */
	background-color: #F4F2E7;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 h2 {
/*	background-image: url(estatico/images/css_fnd_pasos.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	font-size: 1em;
	color: #FFF;
	border-bottom: 1px solid #8DA5AC;
	padding: 24px 0 0 0;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 h2 {
/*	background-image: url(estatico/images/css_fnd_financiera.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	font-size: 1em;
	color: #FFF;
	border-bottom: 1px solid #8DA5AC;
	padding: 24px 0 0 0;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dl {
	margin: 0;
	padding: 15px;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt.realizado {
	color: #3D6E00;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt.pendiente {
	color: #C30000;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dd {
	margin: 0;
	padding: 0;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dd.realizado {
	color: #3D6E00;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dd.pendiente {
	color: #C30000;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dl span.paso {
	float: left;
	width: 3%;
	text-align: right;
	clear: both;
	margin: 0;
	padding: 8px 0;
	line-height: 1em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dl span.dibujo {
	float: right;
	width: 88%;
/*	background-image: url(estatico/images/css_lg_realizado.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
	margin: 0;
	padding: 8px 0 8px 28px;
	line-height: 1em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt span.dibujo {
/*	background-image: url(estatico/images/css_lg_realizado.gif);*/
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dd.pendiente span.dibujo {
/*	background-image: url(estatico/images/css_lg_pendiente.gif);*/
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt span.titulo {
/*	background-image: url(estatico/images/css_lg_realizado_titulo.gif);*/
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 dt.pendiente span.titulo {
/*	background-image: url(estatico/images/css_lg_pendiente_titulo.gif);*/
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 p {
	padding: 2em;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table {
	margin: 1em 1em 2em 1em;
	width: 95%;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table tbody tr th {
	text-align: right;
	font-weight: normal;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table tfoot tr th {
	text-align: right;
	font-weight: bold;
	background-color: transparent;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table tfoot tr td {
	background-color: transparent;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table tr.fondo_blanco th {
	background-color: #FFF;
	font-weight: bold;
}
div.tramites_realizados_y_pendientes div.dos_columnas_2 table tr.fondo_blanco td {
	background-color: #FFF;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 h2 {
/*	background-image: url(estatico/images/css_fnd_pasos.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	font-size: 1em;
	color: #FFF;
	border-bottom: 1px solid #8DA5AC;
	padding: 24px 0 0 0;
}
div.tramites_realizados_y_pendientes div.dos_columnas_1 h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.mensajes_dipu {
	background-color: #F4F2E7;
}
div.mensajes_dipu h2 {
/*	background-image: url(estatico/images/css_fnd_mensajes.gif);*/
	background-position: right 0;
	background-repeat: no-repeat;
	background-color: #DEDDD0;
	border-bottom: 1px solid #CDC9B6;
	font-size: 1em;
	color: #144B66;
	padding: 21px 110px 0 0;
}
div.mensajes_dipu h2 span {
/*	background-image: url(estatico/images/css_fnd_redondeado_izq.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	padding: .5em;
}
div.mensajes_dipu div.mensajes_dipu_enlaces {
	padding: .5em 1em;
	text-align: right;
}
div.mensajes_dipu div.mensajes_dipu_enlaces a {
	font-size: .9em;
	margin: .5em 0 0 1.5em;
	font-weight: normal;
}
div.mensajes_dipu div.mensajes_dipu_enlaces a img {
	vertical-align: middle;
}
div.mensajes_dipu div.mensajes_dipu_enlaces span.nuevo {
	font-size: .9em;
	color: #3D6E00;
	margin: .7em 0 0 1.5em;
}
div.mensajes_dipu table {
	margin: 0 1em 1.5em 1em;
}
div.mensajes_dipu table thead th {
	color: #144B66;
}
div.mensajes_dipu table tbody tr.sin_leer td {
	color: #3D6E00;
	font-weight: bold;
}
div.mensajes_dipu table tbody tr.sin_leer td a {
	color: #3D6E00;
}
div.mensajes_dipu a.boton_01 {
	float: left;
	margin-left: 1em;
/* Hay versión para IE5 */
	
}
div.error{
	font-size: 1.6em;
	color: #C30000;
	font-weight: bold;
}

div.errorN{
	font-size: 1.6em;
	color: #D87A00;
	font-weight: bold;
}
div.errorNNormal{
	color: #D87A00;
}

/* ESPECÍFICOS DE PAGOS */
div.dudas {
	text-align: right;
}
div.dudas p {
	float: right;
	display: block;
	padding: 10px 6px 10px 36px;
	background-color: #F4F2E7;	
}
div.borrador_pago_es {
/*	background-image: url(estatico/images/es/css_fnd_borrador_pago.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}
div.borrador_pago_eu {
/*	background-image: url(estatico/images/eu/css_fnd_borrador_pago.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}
div.aviso_borrador_no {
	position: relative;
/*	background-image: url(estatico/images/css_fnd_aviso_pago.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #144B66;
	padding: 7px 10px 7px 10px;
	margin: 0;
	color: #FFF;
}
div.aviso_borrador_no p.imagen_borrador_no {
	position: absolute;
	top: -13px;
	right: 0;
/*	right: 15px; PARA IE */
}
div.aviso_borrador_no p.simula_h {
	border-bottom: 1px solid #29617C;
	margin-bottom: .5em;
}
div.aviso_borrador_no ul {
	margin: .5em 0;
	padding-right: 150px;
}
div.aviso_borrador_no ul li {
	padding: 0 0 0 11px;
/*	background-image: url(estatico/images/css_fnd_aviso_borrador_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}
div.aviso_exito table.normal {
	margin: 1em;
}
div.aviso_exito table.normal tr.fondo_blanco th {
	background-color: #FFF;
}
div.aviso_exito table.normal tr.fondo_blanco td {
	background-color: #FFF;
}

/* ESPECÍFICOS DE ANULACIÓN */
div.borrador_anulacion_es {
/*	background-image: url(images/es/css_fnd_borrador_anulacion.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}
div.borrador_anulacion_eu {
/*	background-image: url(images/eu/css_fnd_borrador_anulacion.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}

/* ESPECÍFICOS DE ANULACIÓN */
div.borrador_modificacion_es {
/*	background-image: url(images/es/css_fnd_borrador_mod.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}
div.borrador_modificacion_eu {
/*	background-image: url(images/eu/css_fnd_borrador_mod.gif);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 45px 180px 40px 0;
}
div.aviso_modificacion {
	background-color: #EFEBA5;
	padding: 5px 10px 7px 10px;
}
div.aviso_modificacion p.simula_h {
	font-size: 1.6em;
	color: #144B66;
	font-weight: bold;
}
div.aviso_modificacion_no_disponible {
	background-color: #F6F1E8;
	padding: 5px 10px 7px 10px;
	margin-left: 5%;
	width: 50%;
}
div.aviso_modificacion_no_disponible p.simula_h {
	font-size: 1.6em;
	color: #447D00;
	font-weight: bold;
}
div.aviso_modificacion_no_disponible p.simula_h span.destacar {
	color: #144B66;
}
div.aviso_modificacion_no_disponible ul {
	margin: .5em 0;
	padding-right: 150px;
}
div.aviso_modificacion_no_disponible ul li {
	padding: 0 0 0 11px;
/*	background-image: url(images/css_fnd_aviso_exito_li.gif);*/
	background-position: 4px .5em;
	background-repeat: no-repeat;
}

/* ESPECÍFICOS DE MENSAJES CON DIPUTACIÓN */
.paginacion_mensajes {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #D6D2C1;
}
.paginacion_mensajes p.paginas {
	padding: 4px 10px 4px 10px;
	margin: 0;
	display: block;
	line-height: 1em;
}
.paginacion_mensajes p.paginas strong {
	font-size: .55em;
	color: #000;
	margin: 0 1px;
}
.paginacion_mensajes p.paginas a {
	font-size: .55em;
	color: #000;
	margin: 0 1px;
}
.paginacion_mensajes p.paginas a:hover {
	text-decoration: underline !important;
}
.paginacion_mensajes p.paginas a.primera {
	text-decoration: none;
/*	background-image: url(images/css_icn-primero.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-left: 25px;
}
.paginacion_mensajes p.paginas a.anterior {
	text-decoration: none;
/*	background-image: url(images/css_icn-anterior.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-left: 25px;
}
.paginacion_mensajes p.paginas a.siguiente {
	text-decoration: none;
/*	background-image: url(images/css_icn-siguiente.gif);*/
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-right: 25px;
}
.paginacion_mensajes p.paginas a.ultima {
	text-decoration: none;
/*	background-image: url(images/css_icn-ultimo.gif);*/
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 2px 0;
	padding-right: 25px;
}
div.mensaje {
	border-top: 1px solid #8DA5AC;
	border-bottom: 1px solid #8DA5AC;
	margin: 1em 2em;
	padding: .5em 0 2em 0;
}
div.mensaje img {
	vertical-align: middle;
}
div.mensaje div.bloque {
	position: relative;
	padding: 0 0 0 12em;
	margin: 0;
	line-height: 1em !important;
	color: #144B66;
}
div.mensaje div.bloque a {
	padding: .2em 0 0 0;
}
div.mensaje div.bloque span {
	display: block;
	width: 11.5em;
	padding: .2em 0;
	margin: 0;
	line-height: 1em;
	position: relative;
	top: 1.2em;
	left: -12em;
/*	left: -12em; PARA IE */
	font-weight: bold;
}
div.mensaje div.bloque div.texto {
	background-color: #FFF;
	border: 1px solid #7F9DB9;
	padding: 1em;
	color: #144B66;
	min-height: 15em;
/*	height: 15em; PARA IE */
}
div.mensajes_dipu form {
	padding: 0;
	margin: 0;
}
div.mensajes_dipu form input#mensaje_asunto {
	width: 98%;
	vertical-align: middle;
}
div.mensajes_dipu form textarea#mensaje_texto {
	width: 98%;
	height: 15em;
	vertical-align: middle;
	padding: 1em;
}
div.mensajes_dipu form div.mensaje div.bloque span {
	top: 1.4em;
}
form div.mensaje p.error {
	color: #C30000;
}
form div.mensaje input.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}

/* ESPECÍFICOS DE ACTUALIZAR */
table.normal span.actualizar {
	color: #144B66;
	font-size: .85em;
	font-weight: bold;
}
table.normal span.actualizar img {
	vertical-align: baseline
}
table.normal a.actualizar_doc {
	font-size: .85em;
}
table.normal a.actualizar_doc img {
	vertical-align: middle;
}
h2 span.actualizar_titulo {
	color: #144B66;
	font-size: .55em;
}
h2 span.actualizar_titulo img {
	vertical-align: middle;
}

/* ESPECÍFICOS DE CONSULTA */
div.consulta_boton_PDF {
	clear: both;
}
div.consulta_boton_PDF_caja {
	margin: 20px 0 10px 0;
	padding: 10px 20px;
	text-align: left;
	float: right;
	width: 50%;
	background-color: #F6F1E8;
}
div.consulta_boton_PDF_caja ul {
	margin: .5em 0;
	padding: 0;
}
div.consulta_boton_PDF_caja ul li {
	vertical-align: top;
	padding: 0 0 0 11px;
/*	background-image: url(images/css_fnd_paso_00.gif);*/
	background-position: 4px .8em;
	background-repeat: no-repeat;
}

div.consulta_boton_PDF_caja ul li a.ajax600 {
	text-decoration: none;
}
div.consulta_boton_PDF_caja ul li a.ajax600 img {
	vertical-align: bottom;
	margin-top: 0;
}


/* ACCESIBILIDAD */
h2.accesibilidad {
	margin: 0 0 .3em 0;
}
ul.accesibilidad {
	padding: 0;
	margin: .5em 0 0 0;
}
ul.accesibilidad li {
/*	background-image: url(images/css_li.gif);*/
	background-position: 10px .5em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}
div.accesibilidad ul li {
	background-image: none;
	padding: 0;
}
div.imagenDch {
	float: right;
	margin: 0 0 .5em 1em;
}

/* MAPA WEB */
ul.mapa_web li {
/*	background-image: url(images/css_li.gif);*/
	background-position: 10px .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}
ul.mapa_web li.mapa_web_especial {
	margin: 0 0 1.3em 0;
	font-weight: bold;
}
ul.mapa_web li.mapa_web_especial a {
	color: #144B66;
}
ul.listado li {
/*	background-image: url(images/css_li.gif);/*
	background-position: 10px .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}

/* ERROR 404 */
h2.error_404 {
	margin: 0 0 .3em 0;
	color: #D9991A;
}
ul.error_404 {
	padding: 0;
	margin: .5em 0 0 0;
}
ul.error_404 li {
/*	background-image: url(images/css_li.gif);*/
	background-position: 10px .5em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}
div.error_404 ul li {
	background-image: none;
	padding: 0;
}
#adorno_error {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10000;
/*	background-image: url(images/css_tit_03.jpg);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 400px;
	width: 400px;
}


/* COLONIAS */
div#anadir_turno {
	background-color: #F4F2E7;
	height: 3em;
	padding: 1.5em 0 0 1em;
}
div#anadir_turno span.anadir_turno {
	float: left;
/*	background-image: url(images/css_fnd_aviso_exito_li.gif);*/
	background-position: 10px .8em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 .3em 0;
}
table.normal tbody tr.detalle_turno td {
	background-color: #FBFAF3;
}



span.clave {
	color: #447D00;
	font-weight: bold;
}


#formas_acceso_ajax {
	width: 575px;
	margin: 0 auto;
}
#formas_acceso_ajax div#acceso_clave_operativa {
	float: left;
	margin: 0 20px 0 10px;
}
#formas_acceso_ajax div#acceso_certificado_digital {
	float: left;
	margin: 0 0 0 10px;
}
#formas_acceso_ajax h2 {
	color: #393834;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}
#formas_acceso_ajax h2 span {
	display: block;
/*	background-image: url(images/css_fnd_h2_span_acceso.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
	padding: 0 0 0 8px;
}
#formas_acceso_ajax div.simula_form {
	font-size: .85em;
}
#formas_acceso_ajax div.simula_form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#formas_acceso_ajax div.simula_form fieldset legend {
	display: none;
}
#formas_acceso_ajax div.simula_form p {
	margin: .5em 0;
	clear: both;
	line-height: 1.4em;
}
#formas_acceso_ajax div.simula_form p.error {
	font-weight: bold;
	color: #FB0000;
	padding: .3em 0 1.2em 0;
	margin: 0;
	text-align: center;
}
#formas_acceso_ajax div.simula_form p input {
	width: 100px;
	float: right;
	margin: 0 0 .6em 0;
}
#formas_acceso_ajax div.simula_form p input.error {
	border: 1px solid #FB0000;
	background-color: #FFE5E5;
}
#formas_acceso_ajax div.simula_form p label {
	float: left;
	margin: .2em 0 .6em 0;
	padding: 0 0 0 7px;
/*	background-image: url(images/css_fnd_label_acceso.gif);*/
	background-position: 0 .6em;
	background-repeat: no-repeat;
}



#formas_acceso_ajax #acceso_clave_operativa {
	width: 276px;
/*	background-image: url(images/css_fnd_acceso_clave.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#formas_acceso_ajax #acceso_clave_operativa div.simula_form {
	padding: 0 10px 0 15px;
}
#formas_acceso_ajax #acceso_clave_operativa h2 {
/*	background-image: url(images/css_fnd_h2_acceso_clave.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#formas_acceso_ajax #acceso_clave_operativa span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_clave.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
#formas_acceso_ajax #acceso_clave_operativa div.simula_form p label {
	width: 130px;
}
#formas_acceso_ajax #acceso_certificado_digital {
	width: 236px;
/*	background-image: url(images/css_fnd_acceso_certificado.gif);*/
	background-position: 0 0;
	background-repeat: repeat-y;
}
#formas_acceso_ajax #acceso_certificado_digital div.simula_form {
	padding: 0 10px 0 15px;
}
#formas_acceso_ajax #acceso_certificado_digital h2 {
/*	background-image: url(images/css_fnd_h2_acceso_certifica.gif);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 70px 12px 5px 12px;
}
#formas_acceso_ajax #acceso_certificado_digital span.fin {
	display: block;
/*	background-image: url(images/css_fnd_span_acceso_certifi.gif);*/
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 0 ;
	font-size: .000001em;
	line-height: .000001em;
}
#formas_acceso_ajax #acceso_certificado_digital div.simula_form p label {
}









a.seguir_sin_identificar {
	color: #393834;
/*	background-image:url(images/css_fnd_enviadas_dt.gif);*/
	background-position:2px 0.6em;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}



div.aviso_sin_identificar {
/*	background-image: url(images/css_fnd_aviso_sin_identificar.gif);*/
	background-position: 15px 15px;
	background-repeat: no-repeat;
	background-color: #FFE5E5;
	padding: 5px 10px 7px 100px;
	margin: 1.5em 0 0 0;
}
div.aviso_sin_identificar p.simula_h {
	margin: 1em 0;
}


#cabecera .sede_electronica {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 17px;
}
#cabecera .usuario {
    float: right;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 20px;
}
#cabecera .usuario p.nombre {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/icn-usuario.gif");
    background-origin: padding-box;
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #144B66;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 0;
    padding-top: 0;
}
#cabecera .usuario p.dni {
    color: #999999;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: right;
}
