HTML, BODY, DIV, SPAN, APPLET, OBJECT, A, STRONG, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

BODY {
	font: 12px Arial, Helvetica, Verdana;
	color: #666;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}

IMG {
	border: 0;
	outline: none;
}

A {
	outline: none;
	text-decoration: underline;
	color: #666;
}

A:hover {
	color: #FA7D0E;	
	text-decoration: underline;
}

P {
	margin: 0 0 10px 0;
	text-align: justify;
}

.Sup {
	vertical-align: super;
	font-size: 7px;
}

.Cursiva {
	font-style: italic;
}

.Right {
	text-align: right;
}

.Left {
	text-align: left;
}

.Center {
	text-align: center;
}

UL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin: 0;
}

UL.Lista LI {
	padding-bottom: 10px;
}


OL.Lista {
	text-align: justify;
	padding: 0 0 15px 20px;
	margin-left: 5px;
}

OL.Lista LI {
	padding-bottom: 10px;
}

OL.Lista LI UL.Lista {
	text-align: justify;
	padding: 20px 0 0px 20px;
	margin: 0;
	list-style-type: square;
}


H1 {
	color: #FA7D0E;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

H2 {
	color: #0054A6;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin: 0 0 5px 0;
}

.DescargarPdfMini {
	background: url(/imagenes/pdfmini.gif) no-repeat left center;
	height: 21px;
	line-height: 21px;
	margin: 10px 0 0 0;
	text-align: left;
	padding-left: 25px;
	font-size: 11px;

}

	.DescargarPdfMini A {
		text-decoration: underline;
		color: #0054A6;
	}
	
/*##################### ESTRUCTURA #####################*/

.Opciones {
	height: 20px;
	width: 780px;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
}

	.Opciones A {
		text-decoration: none;
	}

	.Opciones .Izq {
		float: left;	
	}

	.Opciones .Dcha {
		float: right;	
	}
	
.FotoFlash {
	height: 195px;
	width: 780px;
	margin: 0 auto;
}

.Menu {
	height: 65px;
	background: #0054A6;
	width: 780px;
	margin: 0 auto;
	padding: 0;
}

	.Menu UL {
		float: left;
		list-style: none;
		line-height: 65px;
		margin: 0;
		padding: 0 0 0 20px;
		font-size: 13px;
		font-weight: bold;
		
	} 
		
		.Menu UL LI {
			float: left;
			margin: 0;
			padding: 0;
			margin-right: 20px;
		}
		
			.Menu UL LI A {
				color: #FFF;
				text-decoration: none;
			}
			
			.Menu UL LI A:hover {
				color: #FFF;
				text-decoration: none;
				border-bottom: 3px solid #FA7D0E;
			}
			
			.Menu UL LI A.Seleccionado {
				color: #FFF;
				text-decoration: none;
				border-bottom: 3px solid #FA7D0E;
			}
			
	.Menu .Logo {
		float: right;
	} 

.MensajeTop {
	height: 25px;
	width: 780px;
	margin: 0 auto;
}

.Contenido {
	width: 780px;
	padding-top: 25px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
	clear: both;
}

	.Contenido .Izquierda {
		width: 245px;
		float: left;
	}
	
		.Contenido .Izquierda .Submenu {
		}
		
			.Contenido .Izquierda .Submenu UL {
				list-style: none;
			}
			
				.Contenido .Izquierda .Submenu UL LI {
					border-bottom: 1px solid #dedede;
					text-align: right;
					padding: 5px 0px;
					font-size: 11px;
					font-weight: bold;
				}
		
					.Contenido .Izquierda .Submenu UL LI A {
						padding-left: 10px;
						text-decoration: none;
						color: #666;
					}

		
					.Contenido .Izquierda .Submenu UL LI A:hover {
						background: url(/imagenes/marca_menu.gif) no-repeat 0 center;
						padding-left: 10px;
						text-decoration: none;
						color: #FA7D0E;
					}
					
					.Contenido .Izquierda .Submenu UL LI A.Seleccionado {
						background: url(/imagenes/marca_menu.gif) no-repeat 0 center;
						padding-left: 10px;
						text-decoration: none;
						color: #FA7D0E;
					}
										
		.Contenido .Izquierda .DescargarDossier {
			margin-top: 20px;
			text-align: right;
			background: url(/imagenes/icono_pdf.gif) no-repeat right center;
			height: 20px;
			line-height: 20px;
			padding-right: 28px;
			font-size: 12px;
		}


	.Contenido .Derecha {
		float: right;
		width: 505px;
	}
	
.Pie {
	height: 30px;
	width: 780px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 5px 0;
	line-height: 15px;
	clear: both;
}

	.Pie .Izq {
		float: left;
		
	}

	.Pie .Dcha {
		float: right;
	}
	
		.Pie .Dcha A {
			text-decoration: none;
		}

/*##################### HOME #####################*/

.Home {
	overflow: hidden;
}

	.Home .Izq {
		float: left;
		width: 380px;
		padding-left: 15px;
		font-size: 12px;
	}
	
		.Home .Izq .ServiciosEs {
			width: 350px;
			background: url(/es/imagenes/servicios.jpg) no-repeat;
			padding: 7px 15px;
		}
		
			.Home .Izq .ServiciosEs .Boton {
				margin-bottom: 3px;
				height: 30px;
			}
			
			.Home .Izq .ServiciosEs .Boton A {
				display: block;				
			}

		.Home .Izq .ServiciosIn {
			width: 350px;
			background: url(/in/imagenes/servicios.jpg) no-repeat;
			padding: 10px 15px;
		}
		
			.Home .Izq .ServiciosIn .Boton {
				margin-bottom: 3px;
				height: 30px;
			}
			
			.Home .Izq .ServiciosIn .Boton A {
				display: block;
			}
			
		.Home .Izq .ServiciosFr {
			width: 350px;
			background: url(/fr/imagenes/servicios.jpg) no-repeat;
			padding: 10px 15px;
		}
		
			.Home .Izq .ServiciosFr .Boton {
				margin-bottom: 3px;
				height: 30px;
			}
			
			.Home .Izq .ServiciosFr .Boton A {
				display: block;
			}
		
		
	
		.Home .Izq .ServiciosPt {
			width: 350px;
			background: url(/pt/imagenes/servicios.jpg) no-repeat;
			padding: 7px 15px;
		}
		
			.Home .Izq .ServiciosPt .Boton {
				margin-bottom: 3px;
				height: 30px;
			}
			
			.Home .Izq .ServiciosPt .Boton A {
				display: block;				
			}
				
	.Home .Dcha {
		float: right;
		width: 360px;
	}
		
		.Home .Dcha .NoticiasHome {
			overflow: hidden;
			font-size: 11px;
		}
		
			.Home .Dcha .NoticiasHome .NoticiaHome {
				overflow: hidden;
				border-bottom: 1px solid #CCCCCC;
				height: 90px;
				margin-bottom: 10px;
				height: auto!important; /* para los browsers buenos */
    			height: 90px; /* para IE5+ */
    			min-height: 90px; /* para los browsers buenos */	
			}
			
			
			.Home .Dcha .NoticiasHome .NoticiaHome .FotoNotHome {
				float: right;
				width: 90px;
				height: 90px;
				text-align: right;
			}
			
			.Home .Dcha .NoticiasHome .NoticiaHome H2 A {
				color: #0054A6;
				text-decoration: none;
			}
			
			.Home .Dcha .NoticiasHome .NoticiaHome H2 A:hover {
				text-decoration: underline;
			}
			
			.Home .Dcha .NoticiasHome .NoticiaHome .Entradilla {
				text-align: justify;
			}
			
			.Home .Dcha .NoticiasHome .NoticiaHome .AmpliarInfo {
				padding: 5px 0;
				
			}
			
				.Home .Dcha .NoticiasHome .NoticiaHome .AmpliarInfo A {
					color: #FA7D0E;
					text-decoration: underline;
				}

			.Home .Dcha .NoticiasHome .VerOtras {
				text-align: right;
				
			}

				.Home .Dcha .NoticiasHome .VerOtras A {
					color: #FA7D0E;
					text-decoration: underline;
				}

/*##################### PRODUCTOS #####################*/

.Producto {
	width: 505px;
	font-size: 11px;
}

	.Producto .Fondo {
		height: 22px;
		background: url(/imagenes/fondo_producto.gif) no-repeat;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding-left: 30px;
		line-height: 22px;
		margin-bottom: 10px;
	}


	.Producto .BloqueProducto {
		overflow: hidden;			
     	margin-left: 10px;
     	margin-right: 10px;
     	margin-bottom: 15px;
	}

		.Producto .BloqueProducto .FotoProducto {
			float: left;
			width: 80px;
			padding-bottom: 10px;	
		}
			
		.Producto .BloqueProducto .Intro {
			text-align: justify;
			margin-left: 90px;
		}
			
		.Producto .BloqueProducto UL {
			margin-left: 15px;
			padding-top: 0;
			margin-bottom: 10px;
		}
			
			.Producto .BloqueProducto UL LI {
				margin: 0;
				padding: 0;
			}
		
		.Producto .BloqueProducto .BotonModelos {
			text-align: left;
			height: 15px;
			margin-right: 10px;
			float: left;
		}
		
		.Producto .BloqueProducto .BotonVerFotos {
			text-align: left;
			height: 15px;
			line-height: 15px;
			background: url(/imagenes/marca_menu.gif) no-repeat 0 center;
			margin-left: 105px;
			padding-left: 10px;
		}
		
			.Producto .BloqueProducto .BotonVerFotos A {
				color: #0054A6;
			}


.Modelo {
	width: 505px;
	font-size: 11px;
}

	.Modelo .Fondo {
		height: 22px;
		background: url(/imagenes/fondo_modelo.gif) no-repeat;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding-right: 30px;
		line-height: 22px;
		margin-bottom: 10px;
		text-align: right;
	}
	
		.Modelo .Fondo .Nombre {
			background: url(/imagenes/marca_modelo.gif) no-repeat 0 center;
			float: right;
			padding-left: 20px;
		}

		.Modelo .Datos {
			margin-bottom: 10px;
			height: auto!important; /* para los browsers buenos */
     		height: 100px; /* para IE5+ */
     		min-height: 100px; /* para los browsers buenos */
		}
			
			.Modelo .Datos .FotoModelo {
				width: 90px;
				height: 90px;
				float: right;			
			}
			
			.Modelo .Datos .Botones {
				width: 190px;		
				vertical-align: top;
			}
			
				.Modelo .Datos .Botones .Especificaciones {
					height: 20px;
					margin-bottom: 3px;					
				}

				.Modelo .Datos .Botones .Solicitud {
					height: 20px;
				}	
	
			.Modelo .Datos UL.Caracteristicas {
				padding: 0 0 0 15px;
				margin-left: 15px;
				margin-right: 5px;	
			}
									
				.Modelo .Datos UL.Caracteristicas LI {	
					text-align: left;
					padding: 0;
			
				}
		
				.Modelo .Datos .BotonVerFotos {
					text-align: left;
					margin-top: 5px;		
					margin-left: 15px;	
					height: 15px;
					line-height: 15px;
					background: url(/imagenes/marca_menu.gif) no-repeat 0 center;
					padding-left: 15px;

				}
		
				.Modelo .Datos .BotonVerFotos A {
					color: #0054A6;
				}


/*##################### NOTICIAS #####################*/

.Noticia {
	font-size: 11px;
	margin-top: 20px;
	height: auto!important; /* para los browsers buenos */
    height: 105px; /* para IE5+ */
    min-height: 105px; /* para los browsers buenos */		
}

	.Noticia .Foto {
		float: left;
		width: 275px;
	}
	
	.Noticia H3 {
		color: #0054A6;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
	.Noticia .Entradilla {
		margin-left: 275px;
		font-style: italic;
		padding-bottom: 7px;
		text-align: justify;
	}
	
	.Noticia .Fecha {
		
		text-align: right;
	font-variant: small-caps;
}

	.Noticia .Ampliar {
		margin-left: 275px;
		padding-bottom: 10px;
	}
	
		.Noticia .Ampliar A {
			color: #FA7D0E;
			text-decoration: underline;
		}
		
.SeparadorNoticia {
	border-top: 1px solid #CCCCCC;
	height: 1px;
	font-size: 0;
	line-height: 0;
	padding-top: 10px;
	margin-left: 275px;
}

.NavegacionNoticias {
	padding: 10px 0;	
	margin-left: 275px;
	text-align: center;
	font-size: 11px;
}


/*##################### CONTACTO #####################*/


.Contacto {
	font-size: 12px;
}

	.Contacto .FondoCorreos {
		background: url(/imagenes/fondo_correos.gif) no-repeat;
		padding: 10px;
		font-size: 12px;
		font-weight: normal;
		width: 280px;
		height: 90px;

	}
	
	.Contacto .ColIzquierda {
		float: left;
		width: 300px;
		margin-top: 10px;
		border-right: 1px solid #e2e2e2;
		padding-right: 30px;
	}
	
		.Contacto .ColIzquierda .NombreDep {
			color: #0054A6;
		}

		.Contacto .ColIzquierda STRONG {
			color: #0054A6;
		}
		
		
		.Contacto .ColIzquierda A {
			color: #FA7D0E;
			text-decoration: underline;
		}
	
	.Contacto .ColDerecha {
		float: right;
		width: 425px;
		padding-left:0px;
		margin-top: 10px;
	}
	
		.Contacto .ColDerecha STRONG {
			color: #0054A6;
		}

		.Contacto .ColDerecha .Formulario {
			margin-top: 30px;
			margin-bottom: 30px;
		}
		
			.Contacto .ColDerecha .Formulario .Boton {
				text-align: right;
			}
		
				.Contacto .ColDerecha .Formulario .Boton #BotonEnviar {
					margin-top: 5px;
					width: 90px;
				}
			
			.Contacto .ColDerecha .Formulario LABEL {
				float: left;		
				width: 100px;
				height: 20px;
				line-height: 20px;
			}
	
			.Contacto .ColDerecha .Formulario INPUT {
				width: 315px;
				margin-bottom: 5px;
				color: #666;
				font-size: 12px;
				font-family: Arial;
			}
			
			.Contacto .ColDerecha .Formulario INPUT.Corto {
				width: 130px;				
				margin-bottom: 5px;
				color: #666;
				font-size: 12px;
			}
				
			.Contacto .ColDerecha .Formulario TEXTAREA {				
				height: 100px;
				width: 315px;
				
			}
			
		.Contacto .ColDerecha .Enviado {
			text-align: center;
			padding-top: 30px;
		}
			




/*##################### AYÚDENOS A MEJORAR #####################*/

.Ayudenos {
	font-size: 11px;
	
}

	.Ayudenos .Top {
		background: url(/imagenes/top_ayudenos.gif) no-repeat;
		height: 65px;
		text-align: right;
		color: #FFF;
		font-weight: bold;
		line-height: 65px;
		padding-right: 20px;
		font-size: 14px;
	}

	.Ayudenos .Formulario {
		width: 410px;
		padding: 20px 20px 20px 20px;
	}
	
		.Ayudenos .Intro {
			padding-bottom: 10px;
			padding: 10px 20px 0 20px;
		}
	
		.Ayudenos .Formulario TD {
			padding: 2px 0;
		}	
	
		.Ayudenos .Formulario .CampoAyudenos {
			width: 300px;
		}
		
		.Ayudenos .Formulario .CampoAyudenosCorto {
			width: 120px;
		}
		
		.Ayudenos .Formulario .Textarea {
			width: 300px;
			height: 100px;
		}

	.Ayudenos .Enviado {
		width: 410px;
		padding: 80px 20px 20px 20px;
	}
	
		.Ayudenos .Enviado P {
			text-align: center;
		}
/*##################### ACCESO A USUARIOS: LOGIN #####################*/

.InfoTecnica {
	font-size: 12px;
	overflow: hidden;
}
	
	.InfoTecnica .ColIzquierda {
		float: left;
		width: 250px;
		margin-top: 10px;
	}
	
		.InfoTecnica .ColIzquierda STRONG {
			color: #0054A6;
		}

		.InfoTecnica .ColIzquierda .Formulario {
			margin-top: 20px;
			margin-bottom: 30px;
			
		}
		
			.InfoTecnica .ColIzquierda .Formulario .Cargando {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				padding: 0 0 0 18px;
				margin: 7px 0;
				color: #666;
				visibility: hidden;
				float: right;				
				height: 18px;
				background: url(/imagenes/cargador.gif) no-repeat left top;
			}
		
			.InfoTecnica .ColIzquierda .Formulario #BotonEnviar {
				margin-top: 5px;
				width: 90px;
			}
			
			.InfoTecnica .ColIzquierda .Formulario TABLE TD {
				padding: 3px 0;
			}
			
			.InfoTecnica .ColIzquierda .Formulario LABEL {
				float: left;
				height: 22px;		
			}
	
			.InfoTecnica .ColIzquierda .Formulario INPUT, TEXTAREA {
				width: 175px;
				color: #666;
				font-size: 12px;
			}

			.InfoTecnica .ColIzquierda .Formulario SELECT {
				width: 155px;
				margin-bottom: 5px;
				color: #666;
				font-size: 12px;
			}
	
			.InfoTecnica .ColIzquierda .Formulario TEXTAREA {
				width: 250px;
				height: 100px;
			}
	
	.InfoTecnica .ColDerecha {
		float: right;
		width: 485px;
		margin-top: 10px;
		padding-left: 20px;
		border-left: 1px solid #e2e2e2;
	}
	
		.InfoTecnica .ColDerecha STRONG {
			color: #0054A6;
		}

		.InfoTecnica .ColDerecha .Formulario {
			margin-top: 20px;
			margin-bottom: 30px;
		}
			.InfoTecnica .ColDerecha .Formulario TABLE TD {
				padding: 3px 0;
			}
			
			.InfoTecnica .ColDerecha .Formulario #BotonEnviar {
				margin-top: 5px;
				width: 90px;
				clear: both;
			}
			
			.InfoTecnica .ColDerecha .Formulario LABEL {
				float: left;	
				width: 150px;	
				height: 22px;
			}
	
			.InfoTecnica .ColDerecha .Formulario INPUT {
				width: 320px;
				color: #666;
				font-size: 12px;
				font-family: Arial;				
			}
			
			.InfoTecnica .ColDerecha .Formulario INPUT.Corto {
				width: 130px;
				color: #666;
				font-size: 12px;
			}

	
			.InfoTecnica .ColDerecha .Formulario TEXTAREA {				
				height: 100px;
				width: 320px;
				color: #666;
				font-size: 12px;
				overflow: auto;	
				font-family: Arial;	
			}
			
		.InfoTecnica .ColDerecha .Enviado {
			text-align: left;
			font-size: 12px;
			margin-top: 20px;
			margin-bottom: 100px;
			padding-right: 20px;
		}
			
		.InfoTecnica .ColDerecha .Enviado H1 {
			font-weight: bold;
			font-size: 16px;
			line-height: 20px;		
		}
				
		.InfoTecnica .ColDerecha .Enviado H2 {
			color: #FA7D0E;
			font-weight: bold;
			font-size: 14px;		
		}

/*##################### ACCESO A USUARIOS: ZONA USUARIO #####################*/

.ZonaUsuario {
	font-size: 12px;
}

	.ZonaUsuario A {
		text-decoration: none;
		color: #0054A6;
	}

	.ZonaUsuario A:hover {
		text-decoration: underline;
	}


.ZonaUsuario .Documento {
	margin-bottom: 5px;
	line-height: 20px;	
	background: #e2e2e2;
	height: 20px;	
}


	.ZonaUsuario .Documento .Nombre {
		font-size: 12px;
		font-weight: normal;
		float: left;
		color: #0054A6;
		padding-left: 20px;
		background: url(/imagenes/marca_doc.gif) no-repeat 8px center;
	}

	.ZonaUsuario .Documento .Pdf {
		font-size: 11px;
		float: right;	
		background: url(/imagenes/iconoPDF.gif) top left no-repeat; 
		padding: 0 10px 0 20px;
		height: 20px;
		line-height: 20px;
	}
	.ZonaUsuario .Documento .SinPdf {

		margin-left: 350px;		
		padding-left: 20px;
		height: 20px;
	}
	
		.ZonaUsuario .Documento .Pdf A {
			text-decoration: underline;
			color: #666;
		}
		
		.ZonaUsuario .Documento .Pdf A:hover {
			color: #FA7D0E;
			text-decoration: underline;
		}

.ZonaUsuario .Subcategoria {	
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	height: 20px;
}

	.ZonaUsuario .Subcategoria UL {			
		margin: 0;
		padding: 0;	
	}
	
	.ZonaUsuario .Subcategoria LI {			
		list-style: none;	
		padding-left: 20px;		
		background: #CACACA url(/imagenes/marca_doc.gif) no-repeat 8px center;
	}
	
		.ZonaUsuario .Subcategoria LI A {
			margin-left: 0;
			height: auto;	
			text-decoration: underline;
		}



		.ZonaUsuario .BotonDesconectar {
		  	width: 100%;
		  	text-align: right;
		  	margin: 0;
		  	padding: 0;
		  	height: 20px;
		}

	.ZonaUsuario .FondoNavegacion {					
		padding: 0;
		clear: both;
		margin-top: 10px;
	}
		
	.ZonaUsuario .FondoNavegacion A {					
		text-decoration: underline;
		font-weight: bold;		
	}
				
	.ZonaUsuario .FondoNavegacion .Nav {
	  	font-size: 12px;
		margin: 0;
		text-align: left;
		color: #0054A6;
		font-weight: bold;
		margin-bottom: 10px;
	}


.ZonaUsuario .FilaQuien {	
	height: 35px;
	width: 100%;
	margin-top: 10px;
}

		.ZonaUsuario .FilaQuien .BotonHoja {					
			background: #CACACA;
			width: 140px;
			padding: 0;
			margin: 0;
			float: right;
		}
		
		.ZonaUsuario .FilaQuien .BotonHoja A {					
			color: #0054A6;
			text-decoration: none;
		}
				
		.ZonaUsuario .FilaQuien .BotonHoja .Bloque {
		  	font-size: 12px;
			font-weight: bold;
			color: #0054A6;
			margin: 0;
			padding: 0;
			text-align: center;
	
		}
	
		.ZonaUsuario .FilaQuien .BotonHoja b.Sup, b.Inf {
			display:block;
			background: #FFF;
			font-size: 0;
			line-height: 0;
		}
	
		.ZonaUsuario .FilaQuien .BotonHoja b.Sup b, b.Inf b {
			display:block;		
		    overflow: hidden;
		   	background: #CACACA;
		}
	
		.ZonaUsuario .FilaQuien .BotonHoja b.r1 {
			margin: 0 1px;
			font-size: 0;
			line-height: 0;
			height: 1px;
		}
		
		.ZonaUsuario .FilaQuien .BotonHoja b.Sup b.r2, b.Inf b.r2 {
			margin: 0;
			background: #CACACA;
			font-size: 0;
			line-height: 0;
			height: 1px;
		}
		



/* VER NOTICIA ################################# */
		
.VerNoticia {
	margin: 0;	
	padding: 0;
	font: 11px Arial, Helvetica;
	color: #666;
	line-height: 15px;
	background: #FFF url(imagenes/fondo_topnoticia.gif) repeat-x;
	height: 100%;
}
	
	
		.VerNoticia .Foto {
			text-align: center;
		}
		
		.VerNoticia .Fecha {
			text-align: right;
			font-size: 11px;
			color: #FA7D0E;
			margin-top: 5px;
			font-variant: small-caps;
		}
		
		.VerNoticia .Titulo {		

			text-align: left;			
			border-top: 2px solid #FA7D0E;
			border-bottom: 1px solid #CCC;
			font-size: 14px;
			font-weight: bold;
			line-height: 25px;
			padding-left: 5px;
			margin-top: 5px;
			color: #0054A6;	
			height: auto;
		}
		
		.VerNoticia .Entradilla {
			padding-top: 10px;
			text-align: justify;
			font-weight: bold;
		}
	
		.VerNoticia .Texto {
			padding-top: 10px;
			text-align: justify;	
			height: 100%;		
		}
	


		.VerNoticia .VerPdf {
			padding-top: 10px;		
		}

		.VerNoticia .VerPdf A {
			color: #0054A6;	
			text-decoration: underline;			
		}

		.VerNoticia .VerPdf A:hover {
			color: #FA7D0E;	
			text-decoration: underline;			
		}
		


.Central {
	font-weight: bold;		
	color: #0054A6;	
	padding-bottom: 5px;
	font-size: 11px;
}



.Link A {
	color: #FA7D0E;	
	text-decoration: underline;			
}


