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

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

IMG {
	border: 0;
}

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

INPUT {
	outline: none;
}

BODY {	
	color: #333;
	margin: 0;
	padding: 0;
	background: url(/imagenes/fondo_body.jpg) repeat-x left 178px;
	font: 12px "Trebuchet MS", Arial, Helvetica, Verdana;
}

H1 {
	color: #00226B;
	margin: 0;
	padding: 3px 0 15px 0;
	text-align: right;
	font-size: 21px;
}

H2 {
	color: #00226B;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
	font-size: 12px;
}

H3 {
	color: #00226B;
	margin: 0;
	padding: 3px 0 15px 0;
	text-align: left;
	font-size: 16px;
}


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


STRONG.Color {
	font-weight: bold;
	color: #00226B;
}


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

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


.Center {
	text-align: center;
}

.Left {
	text-align: left;
}

.Right {
	text-align: right;
}

.VTop {
	vertical-align: top;
}

.VMiddle {
	vertical-align: middle;
}

.VBottom {
	vertical-align: bottom;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.Color {
	color: #00226B;
}

.Vcard {
	background: url(/imagenes/vcard.gif) no-repeat;
	padding-left: 43px;
	height: 25px;
	line-height: 25px;
}

.GoogleMaps {
	background: url(/imagenes/world.gif) no-repeat left center;
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	margin-top: 4px;
}


/* Estructura de la web */

.Contenedor {
	width: 900px;
	margin: 0 auto;
	
}

	.Contenedor .Top {
		height: 180px;
		overflow: hidden;
	}
	
	.Contenedor .Menu {		
		background: #00236B;
	}

	.Contenedor .Idiomas {
		background: transparent;
		height: 20px;
		text-align: right;

		font-size: 11px;
		font-weight: bold;
		color: #00236B;
		margin-right: 10px;
	}
	
	.Contenedor .Idiomas A {
		text-decoration: none;
		color: #00236B;
	}
	
	.Contenedor .Idiomas A:hover {
		text-decoration: underline;
		color: #00236B;
	}
		
	.Contenedor .Contenido {
		background: #FFF;
		padding: 30px 0;
		overflow: hidden;
		height: 100%;
	}
	
		.Contenedor .Contenido .Izquierda {
			float: left;
			width: 220px;
		}
		
		.Contenedor .Contenido .Derecha {
			float: right;
			width: 590px;
			padding-right: 45px;
			padding-bottom: 30px;
		} 

	.Contenedor .Pie {
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 5px 10px;		
		overflow: hidden;
		line-height: 16px;
		clear: both;
		font-size: 11px;
		margin-bottom: 10px;
		background: #FFF url(/imagenes/fondo_pie.jpg) repeat-x 0 bottom;
		height: 100%;

	}

	.Contenedor .Pie .Datos {
		padding-bottom: 10px;
		color: #00236B;

	}
	
	.Contenedor .Pie .Direcciones {
		color: #666;
		padding-bottom: 10px;
	}
	
	.Contenedor .Pie .LinkPie {
		color: #999;
		padding-bottom: 5px;
	}	
	
	.Contenedor .Pie .Logos {
		color: #999999;
	}
	
		.Contenedor .Pie .Logos .Links {
			padding-top: 10px;
		}

	
	.Contenedor .LinkAbbantia {
		margin: 10px 20px 20px 20px;
		font-size: 11px;
		color: #999;
		float: right;
		height: 50px;
	}	
	
	
/* Menu */

.Menu UL {
	list-style: none;	
	font-size: 13px;
	padding: 10px 15px 12px 15px;
	height: 16px;
	overflow: hidden;
}
	
	.Menu UL LI {
		float: left;
		border-right: 1px solid #FFF;
		padding: 0 8px;	
	}
	
	.Menu UL LI.Ultimo {
		border-right: none;
	}
	
		.Menu UL LI A {
			text-decoration: none;	
			color: #FFF;
			font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
		}

		.Menu UL LI A:hover {
			text-decoration: underline;	

		}
		
		.Menu UL LI A.Seleccionado {
			text-decoration: underline;	
	

		}


/* Submenú */

.Submenu {
	font-size: 13px;
	line-height: 14px;
}

	.Submenu UL {
		list-style: none;
		zoom: 1;
			padding: 0;
			margin: 0;
	}
	
		.Submenu UL LI {
			border-bottom: 1px solid #DFE3ED;
			text-align: right;
			font-weight: bold;		
		}
		
			.Submenu UL LI A {
				text-decoration: none;
				color: #00216B;
				padding: 5px 10px;
				display: block;
			}
		
			.Submenu UL LI A:hover {
				color: #99A6C5;
				text-decoration: none;
				background: none;
			}
			
			.Submenu UL LI A.Seleccionado {
				color: #99A6C5;
				text-decoration: none;
				background: none;
			}			

/* SubSubmenú */
.Submenu UL LI UL.SubSubMenu {
	overflow: hidden;
	font-size: 12px;
	padding: 5px 0;
	margin: 0;
}

	.Submenu UL LI UL.SubSubMenu LI {
		border-bottom: none;
		margin: 0;
		padding: 0;
		font-weight: normal;
		border: 1px solid #FFF;
		line-height: 0;
		font-size: 11px;
	}
	
		.Submenu UL LI UL.SubSubMenu LI A {
			color: #666;
			display: block;
			padding: 8px 10px;
		}

		.Submenu UL LI UL.SubSubMenu LI A:hover {
			background: #E0E4ED;
			color: #666;
			text-decoration: none;
		}
		
		.Submenu UL LI UL.SubSubMenu LI A.Seleccionado {
			background: #E0E4ED;
			color: #666;
			text-decoration: none;
		}
		
/* Home */

.Error {
	margin: 0 30px;
	background: url(/imagenes/error.gif) no-repeat right top;
	height: 300px;
 }
 
.Error H1 {
	color: #00226B;
	margin: 0;
	padding: 3px 0 15px 0;
	text-align: left;
	font-size: 21px;
}


/* Home */

.Home {
	padding: 0 20px;
	line-height: 14px;
}

	.Home H1 {
		color: #00226B;
		margin: 0;
		padding: 3px 0 15px 0;
		text-align: left;
		font-size: 21px;
		line-height: 21px;
	}

	.Home .ColumnaHome {
		width: 410px;
	}
	
		.Home .ColumnaHome .Bienvenidos {
			height: 148px;
			background: url(/imagenes/fondo_bienvenidos.gif) no-repeat;
			padding: 20px;
			text-align: justify;
			line-height: 16px;
			margin-bottom: 15px;
		}
				
			.Home .ColumnaHome .Bienvenidos .Nota {
				color: #666;
				font-size: 10px;
				padding-top: 5px;
			}
		
		.Home .ColumnaHome .SeleccionRapida {
			padding-bottom: 20px;
		}

			.Home .ColumnaHome .SeleccionRapida .Etiqueta {
				width: 130px;	
			}
					

			.Home .ColumnaHome .SeleccionRapida SELECT {
				width: 280px;
				font: 11px "Trebuchet MS", Arial, Helvetica, Verdana;
				color: #999;
			}		
		
		.Home .ColumnaHome .NoticiasHome {
			padding-bottom: 10px;
		}
			
			.Home .ColumnaHome .NoticiasHome .NoticiaHome {
				overflow: hidden;
				border-bottom: 1px solid #e5e5e5;
				height:100%;
				margin-top: 10px;
				padding-bottom: 10px;
			}
			
			.Home .ColumnaHome .NoticiasHome .NoticiaHome A {
				text-decoration: none;
			}
			
			.Home .ColumnaHome .NoticiasHome .NoticiaHome A:hover {
				text-decoration: underline;
			}
	
		
				.Home .ColumnaHome .NoticiasHome .NoticiaHome .Imagen {
					width: 130px;
					height: 65px;
				}

		
				.Home .ColumnaHome .NoticiasHome .NoticiaHome .Texto {
					width: 270px;
				}	
				
				
				
					.Home .ColumnaHome .NoticiasHome .NoticiaHome .Texto P {
						text-align: justify;
						padding: 0 0 0 0;
						margin: 0;
					}
			
						
			.Home .ColumnaHome .NoticiasHome .VerMasNoticias {
				text-align: right;
				font-size: 11px;
				padding-top: 5px;
			}

		.Home .ColumnaHome .Boletin {
			background: url(/imagenes/fondo_boletin.gif) no-repeat;
			height: 57px;
			padding: 15px 25px;
		}
		
		
			.Home .ColumnaHome .Boletin .FormBoletin {
				margin-top: 7px;
				overflow: hidden;
			}

				.Home .ColumnaHome .Boletin .FormBoletin INPUT {
					width: 270px;
					font: 11px "Trebuchet MS", Arial, Helvetica, Verdana;
					color: #666666;
												
				}		
		
		.Home .ColumnaHome .Politica {
			font-size: 11px;
			text-align: right;
			padding-top: 5px;
		}
		
			.Home .ColumnaHome .Politica A {
				color: #666;
				text-decoration: underline;
			}


/* Ayúdanos a mejorar */

.Mejorar {
	background: none;
}	

.Mejorar .ContenidoMejorar {
	width: 500px;
	margin: 0 auto;
}	

	.Mejorar .ContenidoMejorar .TopMejorar {
		margin-bottom: 20px;
		border-bottom: 1px solid #e0e4ed;
	}
	
	.Mejorar .ContenidoMejorar .FormMejorar {
		padding-bottom: 20px;
	}
	
	.Mejorar .ContenidoMejorar .FormMejorar TABLE TD {
		padding: 2px 0;
	}
	
	.Mejorar .ContenidoMejorar .FormMejorar .CampoNormal {
		width: 400px;
	}
	
	.Mejorar .ContenidoMejorar .FormMejorar .TextArea {
		height: 150px;
		width: 400px;
	}
				

/* Formulario */

	
.Formulario {
	padding-top: 10px;
}

	.Formulario TABLE {
		text-align: left;
	}
	
	.Formulario TABLE TD {
		padding: 2px 0;

	}
		
	.Formulario #BotonEnviar {
		margin-top: 5px;
		width: 130px;
	}
	
	.Formulario TEXTAREA {
		width: 385px;
		height: 100px;
		float: left;
	}

	.Formulario INPUT.CampoContacto {
		width: 385px;
		float: left;
	}
	

.Enviado .Center {
	text-align: center;
}				
				
				
/* Áreas de práctica */				

.Areas {
	line-height: 14px;
}

	.Areas TABLE {

	}
	
	.Areas TABLE TD {
		vertical-align: top;
		width: 294px;
	}

	.Areas TABLE TD .TituloExt {
		color: #00216B;
		font-weight: bold;
		background: #E0E4ED;
		padding: 5px 10px;
	}	
	
	.Areas TABLE TD .TituloExt A {
		text-decoration: none;
	}
	

	.Areas TABLE TD .TituloArea {
		color: #00216B;
		font-weight: bold;
		background: #E0E4ED;
		padding: 5px 10px;
		height: 30px;
	}	
	
	.Areas TABLE TD .TituloArea A {
		text-decoration: none;
	}				

	.Areas TABLE TD .ListadoAreas {
		font-size: 11px;
		padding: 8px 10px;
	}		
	
	.Areas TABLE TD .ListadoAreas UL {
		text-align: justify;
		padding: 0;
		margin: 0;		
		
	}				
	
		.Areas TABLE TD .ListadoAreas UL LI {
			text-align: left;
			background: #FFF url(/imagenes/lista_item.gif) no-repeat 0 5px;
			padding: 0 0 0 7px;
			list-style: none;
		}
		
			.Areas TABLE TD .ListadoAreas UL LI A {
				text-decoration: none;
				color: #333;
			}						
				
			.Areas TABLE TD .ListadoAreas UL LI A:hover {
				text-decoration: underline;
				color: #00226B;
			}
			
			.Areas TABLE TD .ListadoAreas UL LI UL {
				padding: 5px 0 5px 10px;
			}	
						
			.Areas TABLE TD .ListadoAreas UL LI UL LI {

	
			}	

.BotonVolver {
	text-align: right;
	height: 20px;
	margin-bottom: 20px;
}					

.Area {
	overflow: hidden;
}				

	.Area .TituloArea {
		font-weight:bold;
		text-decoration:underline;
		padding-bottom: 20px;
	}
	
	.Area .MenuArea {
		float: left;
		width: 230px;
	}
	.Area .MenuArea UL {
		margin:0;
		padding:0;
	}

		.Area .MenuArea UL LI {
			list-style-type: none;
			list-style-position: outside;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #FFF;
		}

			.Area .MenuArea UL LI A {
				color: #333;
				display:block;
				padding:7px 15px 6px 22px;
				margin: 0;
				text-decoration:none;
				background: url(/imagenes/lista_item.gif) no-repeat 11px 13px;
			}
			
			.Area .MenuArea UL LI A:hover {
				background: #E0E4ED url(/imagenes/lista_item.gif) no-repeat 11px 13px;
				display:block;
				
			}
			
			.Area .MenuArea UL LI A.Seleccionado {
				background: #E0E4ED url(/imagenes/lista_item.gif) no-repeat 11px 13px;
				display:block;
			}
	
	.Area .InfoArea {
		background: #E0E4ED;
		margin-left: 230px;
		padding: 20px 20px 10px 20px;
		line-height: 18px;
	}
	
	.Area .InfoArea A {
		color: #333;
		text-decoration: underline;
	}
	
	.Area .InfoArea A:hover {
		color: #00216B;
		text-decoration: underline;
	}
	
	.Area .InfoArea .Persona {
		padding-bottom: 30px;
	}
	
	.Area .InfoArea .Tit {
		font-size: 14px;
		font-weight: bold;
		color: #00236B;
		padding-bottom: 7px;
	}	
	
	.Area .InfoArea .DescVcard {
		background: url(/imagenes/vcard_contacto.gif) no-repeat;
		padding-left: 43px;
		height: 25px;
		line-height: 25px;
		margin-top: 5px;
	}
	
	.Area .InfoArea .NombreContacto {
		font-size: 13px;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}	

	.Area .InfoArea .Mas A {
		color: #00236B;
		text-align: left;
		display: block;
	}


/* Profesionales y Staff */				

.Profesionales {

}	
			
	.Profesionales .Profesional {
		height: auto!important; /* para los browsers buenos */
     	height: 120px; /* para IE5+ */
     	min-height: 120px; /* para los browsers buenos */
     	margin-bottom: 30px;
	}			

		.Profesionales .Profesional .Foto {
			height: 120px;
			width: 120px;
			float: left;
			margin-right: 20px;
		}	
		
			.Profesionales .Profesional .Datos {
				overflow: hidden;
				line-height: 18px;
				zoom:1;
			}	

				.Profesionales .Profesional .Datos .Nombre {
					text-transform: uppercase;	
					font-weight: bold;
					font-size: 15px;
					color: #00226B;						
				}
				
					.Profesionales .Profesional .Datos .Nombre A {
						text-decoration: none;
						color: #00226B;						
					}	
					
					.Profesionales .Profesional .Datos .Nombre A:hover {
						text-decoration: underline;			
					}	
							

.Profesional {
	height: auto!important; /* para los browsers buenos */
    height: 200px; /* para IE5+ */
    min-height: 200px; /* para los browsers buenos */
    margin-bottom: 40px;
}

	.Profesional .Foto {
		height: 200px;
		width: 200px;
		float: left;
		margin-right: 20px;
	}
		
	.Profesional .Datos {
		overflow: hidden;
		zoom:1;
	}

			.Profesional .Datos .Fila1 {
				background: #00226B;
				padding: 12px 10px;
				font-size: 18px;
				font-weight: bold;
				color: #fff;
			}	
			
			.Profesional .Datos .Fila2 {
			}	
			
				.Profesional .Datos .Fila2 UL {
					background: #E0E4ED;
					margin-bottom: 7px;
				}
				
					.Profesional .Datos .Fila2 UL LI {
						border-bottom: 1px solid #FFF;
						padding: 5px 10px;
					}
			
			.Profesional .Datos .Fila3 {
				padding-top: 20px;
				line-height: 16px;
			}	
			
			.Profesional .Datos .Fila3 STRONG {
				color: #00226B;		
			}
					
	

/* Oficinas Asociadas */	

.OficinaAsociada {
	height: auto!important; /* para los browsers buenos */
    height: 200px; /* para IE5+ */
    min-height: 200px; /* para los browsers buenos */
    margin-bottom: 40px;
}

		.OficinaAsociada .Foto {
			height: 200px;
			width: 200px;
			float: left;
			margin-right: 20px;
		}
		
		.OficinaAsociada .Datos {
			overflow: hidden;
			zoom:1;
		}	

		
			.OficinaAsociada .Datos .Fila1 {
				background: #00226B;
				padding: 12px 10px;
				font-size: 18px;
				font-weight: bold;
				color: #fff;
			}	
			
			.OficinaAsociada .Datos .Fila2 {
			}	
			
				.OficinaAsociada .Datos .Fila2 UL {
					background: #E0E4ED;
					margin-bottom: 7px;
				}
				
					.OficinaAsociada .Datos .Fila2 UL LI {
						border-bottom: 1px solid #FFF;
						padding: 5px 10px;
					}
				

/* Actualidad */

.Actualidad {

}

	.Actualidad .Noticia {
		line-height: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e2e2e2;
		overflow: hidden;
		float: left;
	}

		.Actualidad .Noticia IMG {
			float: left;
			margin-right: 10px;
		}
			
		.Actualidad .Noticia .Titulo {
			color: #00236B;
			font-weight: bold;
			font-size: 14px;
			padding-bottom: 5px;
			margin-left: 140px;
		}
		
		.Actualidad .Noticia .Titulo A {
			text-decoration: none;
		}
		
		.Actualidad .Noticia .Titulo A:hover {
			text-decoration: underline;
		}
		
			.Actualidad .Noticia .Titulo .Fecha {
				text-align: right;
				font-style: italic;
				float: right;
				font-size: 11px;
				color: #333;
				font-weight: normal;
				width: 100px;
			}
			
		.Actualidad .Noticia .Entradilla {
			padding-bottom: 5px;
			margin-left: 140px;
			width: 450px;
		}
		
		.Actualidad .Noticia .AmpliarInfo {
			font-size: 11px;
			float: right;
			line-height: 16px;
			height: 16px;
		}
				
				
		.Actualidad .Noticia .Pdf {
			background: url(/imagenes/pdf.gif) no-repeat;
			padding-left: 20px;
			height: 21px;
			float: right;
			font-size: 11px;
			line-height: 16px;
		}
	
	.Actualidad .NoticiaAmpliada {
		line-height: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		float: left;
	}	
	
		.Actualidad .NoticiaAmpliada IMG {
			
		}
			
		.Actualidad .NoticiaAmpliada .Titulo {
			color: #00236B;
			font-weight: bold;
			font-size: 16px;
			padding-bottom: 5px;
			padding-top: 5px;
		}
		
			.Actualidad .NoticiaAmpliada .Titulo .Fecha {
				text-align: right;
				font-style: italic;
				float: right;
				font-size: 12px;
				color: #333;
				font-weight: normal;
			}
			
		.Actualidad .NoticiaAmpliada .Desarrollo {
			padding-bottom: 5px;
		}
		
		.Actualidad .NoticiaAmpliada .AmpliarInfo {
			font-size: 11px;
			float: right;
			line-height: 16px;
			height: 16px;
		}
				
				
		.Actualidad .NoticiaAmpliada .Pdf {
			background: url(/imagenes/pdf.gif) no-repeat;
			padding-left: 20px;
			height: 21px;
			float: right;
			font-size: 11px;
			line-height: 16px;
		}



.Documentacion {
	
}

.Documentacion .PdfGrande {
	background: url(/imagenes/pdfgrande.gif) no-repeat;
	padding-left: 40px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 30px;
}
	
/* Enlaces */
	
.Enlaces {
	
}

	.Enlaces .Enlace {
		font-size: 13px;
		color: #00236B;
		margin-bottom: 20px;
		background: url(/imagenes/lista_item.gif) no-repeat 0 7px;
		padding-left: 10px;
		line-height: normal;
		
	}
			
	
	.Enlaces .Enlace A {
		font-size: 13px;
		color: #333;
		text-decoration: underline;
}





/* Oficinas */

.Oficina {
	height: auto!important; /* para los browsers buenos */
    height: 130px; /* para IE5+ */
    min-height: 130px; /* para los browsers buenos */
	margin-bottom: 20px;
}

		.Oficina .Foto {
			height: 130px;
			width: 200px;
			float: left;
			margin-right: 20px;
		}
		
		.Oficina .Datos {
			overflow: hidden;
			zoom:1;
			
		}	

		
			.Oficina .Datos .Fila1 {
				background: #00226B;
				padding: 3px 10px;
				font-size: 13px;
				font-weight: bold;
				color: #fff;
			}	
			
			.Oficina .Datos .Fila2 {
				line-height: 14px;
			}	
			
				.Oficina .Datos .Fila2 UL {
					background: #E0E4ED;
					margin-bottom: 7px;
				}
				
					.Oficina .Datos .Fila2 UL LI {
						border-bottom: 1px solid #FFF;
						padding: 4px 10px;
						font-size: 12px;
					}

			
/* Contacto */

.DatosContacto {
	width: 590px;
	color: #333;
	padding-bottom: 10px;
	overflow: hidden;
}


	.DatosContacto .ContactoNormal {
		width: 182px;
		float: left;
		
	}


	.DatosContacto .ContactoCentro {
		width: 182px;
		float: left;
		margin-left: 22px;
		margin-right: 22px;
	}
	
/* Indice */			
			
.Indice {
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
	line-height: 18px;
	clear: both;
}

	.Indice .Contador {

	}
	
	.Indice .Paginas {
		margin: 0 auto;
		padding: 0;
		height: 1%;
		overflow: hidden;
		float: right;
	}

	.Indice .Paginas .Simbolo {
		float: left;
		padding: 0;
		color: #00226B;
	}
	
		.Indice .Paginas .Simbolo A {
			text-decoration: none;
		}
	
	
	.Indice .Paginas .Texto {
		float: left;
		padding: 0 5px;
	}
	
		.Indice .Paginas .Texto A {
			color: #00226B;
			text-decoration: none;
		}
		
		.Indice .Paginas .Texto A:hover {
			color: #00226B;
			text-decoration: underline;
		}
	
	.Indice .Paginas .Numeros {
		color: #666;
		float: left;
		padding: 0 10px;
	}
	
		.Indice .Paginas .Numeros STRONG {
			color: #00226B;
		}
		
		.Indice .Paginas .Numeros A {
			color: #666;
			text-decoration: none;
		}
		
		.Indice .Paginas .Numeros A:hover {
			color: #00226B;
			text-decoration: underline;
		}				
				
.Nota {
	color: #00226B;
	font-size: 12px;
}				

.CodigoSeguridad {
	width: 70px;
}			

 .TextoCodigo {
	line-height: 10px;
	font-size: 10px;
	text-align: left;
}
