﻿/*	-------------------------------------------------------------
	PARLAMENTO DE GALICIA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	-------------------------------------------------------------
	CORES EMPREGADOS
	
	Azul enlaces: #1A5E85
	Azul realce (mais brillante): #2687BF
	Azul visitados (mais oscuro): #144866
	Fondo: #86ADD6
	Gris fondo columna dereita: #C2C2C2
	Gris bordes e linhas: #A6A6A6
	Roxo: #900
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	body {
		font: normal 0.7em/1.33em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		color: #000;
		background-color: #86ADD6;  /*--new 07_03_07--*/
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	body.Iframe { /*--new 07_03_07--*/
		font: normal 0.7em/1.33em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		color: #000;
		background-color: #FFF;  /*--new 07_03_07--*/
		text-align: left;
		margin: 0.33px;
		padding: 0px;
	}
	
	h1, h2, h3, h4, caption {
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1 {
		font-size: 1.33em;
	}

	h2 {
		font-size: 1.2em;
	}
	
	h3 {
		font-size: 0.9em;
		/*text-transform: uppercase; 20090825*/
		font-weight: normal;
		margin: 1em 0 0.33em;
	}
	
	h4 {
		font-size: 1.1em;
		margin: 1em 0 0;
	}
	/* ---- susana ---- */
	h5 {
		font-size: 0.9em;
		/*text-transform: uppercase;*/
		/*font-weight: bold; 20090827*/
		margin: 1em 0 0.33em;
	}
	
	h6 {
		font-size: 0.9em;
		/*text-transform: uppercase;*/
		font-weight: normal;
		margin: 1em 0 0.33em;
	}

	
	p.deputados {
		font-size: 0.9em;
		/*text-transform: uppercase;*/
		font-weight: normal;
		margin: 1em 0 0.33em;
	}
	
		p.deputadosWeb {
		font-size: 0.9em;
		/*text-transform: uppercase;*/
		font-weight: bold;
		margin: 1em 0 0.33em;
	}
	
	/* ---------------- */
			
	ul {
		list-style-type: square;
	}
	
	a, a:link {
		color: #1A5E85;
	}
	a:visited {
		color: #144866;
	}
	a:hover {
		color: #2687BF;
	}

/*	------------------------------------------------------
	CLASES XENERICAS PARA MAQUETAR
	- - - - - - - - - - - - - - - - - - - - - - - - - - -

	- - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
	.clearFloats {
		clear: both;text-align:left;
	}
	
	.agochado {
		display: none;
	}
	
	.data {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: normal;
	}
	
	.firma {
		font-weight: bold;
	}
	
	.cargo {
		font-style: italic;
	}
	
	.separado {
		border-bottom: 1px solid #A6A6A6;
		margin-bottom: 1.5em;
	}
	
	.flEsq {
		float: left;
	}
	
	img.flEsq, img.flDer {
		margin: 0 0.66em 0.66em 0;
	}
	.flDer {
		float: right;
	}
	
	.topLink {
		margin: 2em 0;
		
	}
	
	.topLink * {
		vertical-align: middle;
	}
	
	.topLink img {
		margin-right: 0.25em;
		border:0; /*--new 07_03_07--*/
	}
	
	.topLink a, .topLink a:visited {
		display: block;
		text-decoration: none;
		color: #000;
		background: #FFF;
		border: 1px solid #A6A6A6;
		padding: 0.25em;
		width: 14em;
		font-size: 0.9em;
	}
	
	.topLink a:hover, .topLink a:active{
		text-decoration: underline;
		color: #000;
	}
	
	.cabBloque {
		border-top: 2px solid #000;
		padding-top: 0.33em;
		margin: 0 0 1em 0;
		font-size:1.2em;/*Cambio 20090820*/
		font-weight:bold;
		}
	
	.titular {
		font-size: 2em;
		line-height: 1.05em;  /*--new 07_03_07--*/
	}
	
	.noBorder{
		border: none;
	}
	
	.vAlignTop{
		vertical-align:top;
	}
	
	a.titulo {
		color: #000;
	}
	
	
	a.titulo:hover {
		color: #1A5E85;
	}

	span.titulo {
		font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	}
		
	.granDestacado {
		font-size: 2em;
		color: #900;
	}
	
	.destacado {
		font-size: 1.3em;
		color: #900;
	}
	
	.extraLinha {
		line-height: 2em;
	}
	

	.blanca {		
		background: #FFF;
		padding: 0.15em 0.5em;
		border-width: 2px 1px 1px;
		border-style: solid;
		border-color: #000 #A6A6A6 #A6A6A6;
		margin-bottom: 2em;
	}
	

/*	------------------------------------------------------
	PAXINA DE ENTRADA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	#contedorIntro {
		margin: 2.5em auto;
		background: url(../imaxes/fondos/pdg.fondoContedor.jpg) repeat-x left top;
		min-width: 715px;
		max-width: 900px;
		min-height: 480px;
		width: 90%;
	}
	
/*	CSS para MSIE/win:
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	* html div#contedorIntro {
		width: 1000px /* fallback value */;
		width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
		document.documentElement.clientWidth : document.body.clientWidth) > 1024 ? "900px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 
		document.documentElement.clientWidth : document.body.clientWidth) < 800 ? "715px" : "90%"));
	}

	#intro #seccions {
		padding: 2em 1em;
	}
	
	#intro #seccions div {
		float: left;
		width: 24%;
		margin: 0 0.5%;
	}
	
	#intro #seccions h2 {
		text-transform: uppercase;
		margin-bottom: 0;
		margin-bottom:0.5em;/*20090819*/
		font-size: 1.1em;
	}
	
	/*sobra 20090819
	#intro #seccions p {
		margin: 0.5em;
	}*/
	
	#intro #seccions a {text-decoration:underline;}
	#intro #seccions a:hover {text-decoration:underline;}
	
	#intro #destacados {
		padding: 2em;
	}
	
	#intro #destacados div {
		width: 24%;
		margin: 0 0.5%;
		float: left;
		text-align: left;
		background: url(../imaxes/fondos/pdg.fondoBannersIntro.gif) repeat-x;
		height: 80px;
		overflow: hidden;
	}
	
	#intro #destacados h2, #intro #destacados p, #intro #destacados ul, #intro #destacados img, #intro #destacados h3 {
	     padding: 0.5em 0.5em 0.5em 1em;
	     }
	
	#intro #destacados h2 {
		font-size: 1.1em;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#intro #destacados h2 a, #intro #destacados h2 a:visited {
		color: #444;
		text-decoration:none;
	}
	
	#intro #destacados h2 a:hover {
		text-decoration:underline;
	}
	
	#intro #destacados .vacio {
		height: 80px;
		/*background: transparent;*/
	}
	
	#intro p#idiomas {
		padding-top: 3em;
	}
	
	#intro p#idiomas a {
		margin: 0 0.66em;
		color: #000;
		text-align: center;
	}	
/*	------------------------------------------------------
	CONTEDOR XERAL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#contedor {
		margin: 0 auto;
		background: url(../imaxes/fondos/pdg.fondoContedor.jpg) repeat-x left top;
		background-color: #FFF; /*--new 07_03_07--*/
		min-width: 960px;
		max-width: 960px;
		width: 90%;
		padding: 1em;
	}


/*	CSS para MSIE/win:
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	* html div#contedor {
		width: 960px /* fallback value */;
		width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
		document.documentElement.clientWidth : document.body.clientWidth) > 1024 ? "960px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 
		document.documentElement.clientWidth : document.body.clientWidth) < 1024 ? "960px" : "90%"));
	}	

/*	------------------------------------------------------
	CABECEIRA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#cabeceira {
		background: url('../imaxes/cabeceira/pdg.cabeceiraFutura.gif') no-repeat center top;
		margin: 0;
		padding: 0;
	}
	
	#cabeceira h1 {
		height: 90px;
		margin: 0;
	}
	
	#cabeceira h1 span {
		display: none;
	}
	
	div.navAuxiliar {
		text-align: left;
		margin: 0;
	}
	
	div.navAuxiliar p {
		margin: 0;
	}
	
	div.navAuxiliar p * {
		vertical-align: middle;
	}
	
	div.navAuxiliar a, div.navAuxiliar a:visited {
		color: #000;
		vertical-align: baseline;
	}
	
	div.navAuxiliar a:hover {
		color: #2687BF;
	}
	
/*	MENU PRINCIPAL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
	ul#navegacion {
		list-style: none;
		margin: 0 auto 1.5em;
		text-align: center;
		border-bottom: 1px solid #0099FF;
		font: bold 1em/1em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		padding: 0.66em 0 0.33em;
	}
	
	ul#navegacion li {
		display: inline;
		margin: 0 0.15em;
		padding: 0;
	}
	
	ul#navegacion li a {
		padding: 0.66em 1em 0.33em;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #0099FF;/*--new 07_03_07--*/
		text-decoration: none;
	}
	
	ul#navegacion li a, ul#navegacion li a:visited {
		background: #0099FF;/*--new 07_03_07--*/
		color: #FFF;
	}
	
	ul#navegacion li a:hover, ul#navegacion a:active {
		color: #FFF;
		text-decoration: underline;
	}
	
	/* ------ 06-02-2007 susana ------ */
	/* ------ MENÚ SECCIONES --------- */
	li#destacado{
		font-weight: bold;
	}
	
	a#icono{
		display:inline-block;
		width: 75%;
		padding-right: 1.33em;
	}
	/* ----------------------------- */	

	#sec1 a#nav1, #sec1 a#nav1:visited, #sec1 a#nav1:hover, #sec1 a#nav1:active, 
	#sec2 a#nav2, #sec2 a#nav2:visited, #sec2 a#nav2:hover, #sec2 a#nav2:active,
	#sec3 a#nav3, #sec3 a#nav3:visited, #sec3 a#nav3:hover, #sec3 a#nav3:active,
	#sec4 a#nav4, #sec4 a#nav4:visited, #sec4 a#nav4:hover, #sec4 a#nav4:active {
		color: #1A5E85;
		background: #FFF;
	}
	
/*	RUTA E FERRAMENTAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
	#breadcrumbs {
		background: #D5D5D5;
		border-width: 1px 0;
		border-style: solid;
		border-color: #A6A6A6;
		float: left;
		width: 58%;
		margin: 0;
	}
	
	#breadcrumbs p {
		padding: 0.33em;
	}
	
	.ferramentas { /*pasa de id a class porque se usa en varios tags*/
		float: right;
		text-align: right;
		margin: 0;
		width: 42%;
	}


/*	------------------------------------------------------
	CONTIDO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#contido {
		clear: both;
		text-align: left;
		padding-top: 0;
	}
	
	/* O explorer mete o padding pola sua conta */
	
	#contedor > #contido {
		padding-top: 0.25em;
	}
	
	#primaria {
		width: 58%;
		float: left;
		margin: 0;
		
	}
	#primariaColofon {
margin:0;
width:100%
}

	
	#secundaria {
		width: 40%;
		float: right;
		margin: 0;
		
	}
	
	div.bloque {
		background: #C2C2C2;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}
	
	div.bloque h1, div.bloque h2, div.bloque h3, div.bloque h4, div.bloque h5, div.bloque form, div.bloque p {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	div.mediaColA {
		width: 49%;
		clear: left;  /* necesario para nuevos bloques a la izquierda */
		float: left;
		text-align:left;
	}
	
	div.mediaColB {
		width: 49%;
		clear: right;
		float: right;
		text-align:left;
	}
	
	/* susana sitio deputado */
	
	div.mediaColC {
		width: 36%;
		float: left;
		text-align:center;
		background: white;
		margin-top:2em;
	}
	
	div.mediaColD {
		width: 62%;
		text-align:left;
		float: right;
		clear: right;
		background: white;
		margin-top:2.5em;	
	}
	
	/* ---*/
	
	div.mediaColB table{margin:0 !Important; padding:0 !Important}
	
	div.mediaColB td{}
	

	div.cuartoCol {width: 23%;float: left;margin-right: 2%;}
	

	
	div.cuartoCol {
		width: 23%;
		float: left;
		margin-right: 2%;
	}
	
/*  Nas páxinas do colofón
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
		
	#sec0 #primaria, .unaColumna #primaria {
		width: 100%;
		margin: 0;
	}
	
/* 	------------------------------------------------------
	INDICES DE NOVAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	div.indexNovas {
		clear: left;
		margin: 0 0 1.5em;
	}
	
	div.indexNovas h1 {
		margin: 0;
	}
	
	div.indexNovas p {
		margin: 0;
	}
	
	div.indexNovas p.data {
		margin-top: 2em;
		margin-bottom: -1em;
	}
	 
	div.indexNovas h3 {
		clear: left;
	}
	
	ul.indexNovas {
		margin: 1.5em 0;
		padding: 0;
		list-style: none;
	}
	
	ul.indexNovas li {
		border-bottom: 1px solid #A6A6A6;
		padding: 0.33em 0;
		margin: 0;
	}
	
	ul.indexNovas a {
		color: #000;
		text-decoration: none;
	}
	
	ul.indexNovas a:visited {
		color: #333;
	}
	
	ul.indexNovas a:hover {
		text-decoration: underline;
		color: #000;
	}
	
	img.miniatura, img.miniNova {
		margin: 0 0.66em 0.66em 0;
		background: #FFF;
		padding: 0.33em;
		border: 1px solid #000;
		/*width="90" height="60" border="0"*/
		width:90px;
		height:60px;
	}
	
	img.miniShow {
		margin: 0 0.66em 0.66em 0;
		background: #FFF;
		padding: 0.33em;
		border: 1px solid #000;
		/*width="90" height="60" border="0"*/
		width:160px;
		height:120px;
	}
	img.miniFoto { /*20090909 CV deputados ruben*/
		margin: 0 0.66em 0.66em 0;
		background: #FFF;
		padding: 0.33em;
		border: 1px solid #000;
		/*width="90" height="60" border="0"*/
		width:125px;
		/*height:160px;*/
	}


	
	a img.miniatura, a img.miniNova {
		outline: none;
	}
	
	a:hover img.miniatura, a:hover img.miniNova {
		border: 1px solid #2687BF;
	}


/* 	------------------------------------------------------
	AXENDA
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	p.dataDia {
		font-family: Arial, Helvetica, sans-serif;
		border: 1px solid #0099FF; /*--new 07_03-07--*/
		background: #0099FF; /*--new 07_03-07--*/

		color: #FFF;
		float: left;
		margin: 0 0.5em 0.5em 0.5em;
		padding: 0;
		text-align: center;
	}
	
	p.dataDia span {
		font-size: 4em;
		font-weight: bold;
		color: #000;
		background: #FFF;

		display: block; 
		padding: 0.33em;
	
	}
	
	span.hora {
		color: #FFF;
		background: #000;
		padding: 0 0.33em;
	}
	
	ul.axendaDia {
		list-style: none;
		margin: 1.5em 0 0;
		padding: 0 0.5em;
	}
	
	ul.axendaDia li {
		margin: 0;
		padding: 0.25em 0;
		border-bottom: 1px solid #A6A6A6;
	}
	
	div#axenda h2.cabBloque {
		background: url(../imaxes/botons/pdg.btnAxenda.gif) no-repeat 4px 4px;
		padding-left: 38px;
		height: 2.25em;
		margin-bottom: 0;
	}
	
/* 	------------------------------------------------------
	TV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	div#TV h2.cabBloque {
		background: url(../imaxes/botons/pdg.btnTvGrande.gif) no-repeat 4px 4px;
		padding-left: 38px;
		height: 2em;
		margin-bottom: 0;
	}
	
	ul.emisions {
		margin: 0;
		padding: 0 0.5em;
		list-style: none;
	}
	
	ul.emisions li {
		border-bottom: 1px solid #A6A6A6;
		padding: 0.5em 0;
	}
	
	ul.emisions li a {
		margin: 0 0.66em;
	}
	
	div#TV p {
		padding: 0 0.5em;
		margin: 0.5em 0 0;
		text-align: right;
	}
	
	div#TV p * {
		vertical-align: middle;
		margin: 0 0.25em;
	}
	
/* 	------------------------------------------------------
	CALENDARIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */	
	
	
	table.calendario {
		border: 1px solid #0099FF; /*--new 07_03-07--*/
		border-collapse: collapse;
		width: 21em;
	}
	
	table.calendario caption, table.calendario th, table.calendario td#navMeses {
		color: #FFF;
		background: #0099FF; /*--new 07_03-07--*/
		text-transform: uppercase;
		border: 1px solid #0099FF; /*--new 07_03-07--*/
		font-weight: normal;
		text-align: center;
	}
	
	
	table.calendario abbr {
		border: none;
	}
	

	table.calendario td {
		text-align: center;
		padding: 0;
		height: 1.60em;
	}

	table.calendario td.festivo {
		color: #900;
		background: #FFF;
	}
	
	table.calendario td.hoxe {
		border: 1px solid #1A5E85;
		color: #1A5E85;
		font-weight: bold;
		background: #FFF;
	}
	table.calendario td.diaSeleccionado {
		background: silver;
	}

	
	table.calendario td#navMeses a {
		color: #FFF;
	}
	
	table.calendario tbody td a {
		font-weight: bold;
		display: block;
	}
	
	table.calendario tbody td a:hover {
		background-color: #2687BF;
		color: #FFF;
		text-decoration: none;
	}	


	
	
	table.calendario  td.day a {
		font-weight: bold;
		display: block;
	}
	table.calendario  td.day a:hover {
		background-color: #2687BF;
		color: #FFF;
		text-decoration: none;
	}	
	table.calendario td.day {
		width: 3em;
		background: #FFF;
		color:#000;
	}
	table.calendario td.caption,table.calendario td.navMeses{
		color: #FFF;
		background: #0099FF; /*--new 07_03-07--*/
		text-transform: uppercase;
		border: 1px solid #0099FF; /*--new 07_03-07--*/
		font-weight: normal;
		text-align: center;
	}
	table.calendario td.navMeses a {
		color: #FFF;
	}
	table.calendariotitle td{
		color: #FFF; 
		background: #0099FF; /*--new 07_03-07--*/
		text-transform: uppercase;
		border: 1px solid #0099FF; /*--new 07_03-07--*/
		font-weight: normal;
		text-align: center;

	}
	table.calendario td.festivo a {
		font-weight: bold;
		display: block;
		color: #900;
	}
	table.calendario td.festivo a:hover {
		background-color: #900;
		color: #FFF;
		text-decoration: none;
	}	
	
	div.peCalendar
	{
		margin: 0 10.26em;
		margin-right: 0.33em;
		width: 21em; 
		text-transform: uppercase;
		background: #0099FF; /*--new 07_03-07--*/
		color:#FFF;
		text-align: center;
		
	}
	 a.cfoot
	{
		background: #0099FF; /*--new 07_03-07--*/

		color:#FFF;
	} 
	
		 a.cfoot:hover
	{
		background: #0099FF; /*--new 07_03-07--*/

		color:#FFF;
	}
			 a.cfoot:active
	{
		background: #0099FF; /*--new 07_03-07--*/
		color:#FFF;
	}
			 a.cfoot:visited
	{
		background: #0099FF; /*--new 07_03-07--*/

		color:#FFF;
	}

	

	/*---------Campos texto---------*/
	input.tamanoA1
	{
		width: 5em;
	}
	input.tamanoA2
	{
		width: 12em;
	}
	input.tamanoA3
	{
		width: 20em;
	}
	textarea.tamanoA4
	{
		height:8em;
		width: 25em;
	}
		#contedorVisor {
		margin: 0 0;
		background: #FFFFFF url(../imaxes/fondos/pdg.fondoContedor.jpg) repeat-x left top;
		min-width: 715px;
		max-width: 1005px;
		width: 100%;
		
	}


/* 	------------------------------------------------------
	LISTAS DE LIGAZONS A DOCUMENTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - 
	Temas ou listados que tenhan asociados arquivos, 
	busquedas, tv, etc
	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul.enlacesDocs {
		list-style: none;
		margin: 0.33em 0;
		padding: 0 0 0.25em;
/*		border-bottom: 1px solid #A6A6A6; */
	}
	
	ul.enlacesDocs li {
		border: none;
		margin: 0;/**/
		padding: 0 0.33em 0 0;
		display: inline;
	}
		ul.enlacesDocs li.margen { /*new 07-03-2007*/
		border: none;
		margin: 0.66em;
		padding: 0 0.33em 0 0;
		display: inline;
	}

/* 	------------------------------------------------------
	LIGAZONS A DOCUMENTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - 
	Ligazons a documentos con icono
	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	a.pdf {
		background: url(../imaxes/iconos/pdg.icoPdf.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.tv {
		background: url(../imaxes/iconos/pdg.icoTv.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.busquedas {
		background: url(../imaxes/iconos/pdg.icoBuscar.gif) no-repeat left top;
		padding-left: 24px;
	}
	a.correo {
		background: url(../imaxes/iconos/pdg.icoCorreo.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.doc {
		background: url(../imaxes/iconos/pdg.icoDoc.gif) no-repeat left top;
		padding-left: 16px;
	}
	
	a.arquivo {
		background: url(../imaxes/iconos/pdg.icoArquivo.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.comentarios {
		background: url(../imaxes/iconos/pdg.icoComentarios.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.votos {
		background: url(../imaxes/iconos/pdg.icoVotos.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.wmedia {
		background: url(../imaxes/iconos/pdg.icoWM.gif) no-repeat left top;
		padding-left: 24px;
	}
	
	a.realvideo {
		background: url(../imaxes/iconos/pdg.icoRV.gif) no-repeat left top;
		padding-left: 24px;
	}
	a.link{
		background: url(../imaxes/iconos/pdg.bulletEnlace.gif) no-repeat left top;
		padding-left: 24px;
	}
		
	
/* 	------------------------------------------------------
	LISTAS DE DOCUMENTOS XENERICOS (.docList)
	LISTAS DE SECCIONS NUN AREA DA WEB (.navSeccions)
	LISTAS DE ENLACES (.linkList)
	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#primaria ul.docList, #primaria ul.navSeccions, #primaria ul.linkList {
		margin-left: 0;
		padding-left: 0;
		list-style-position: inside;
		line-height: 1.66em;
	}
	
	#primaria ul.docList li, #primaria ul.navSeccions li, #primaria ul.linkList li {
		margin: 0;
		padding: 0.5em 0;
		border-bottom: 1px solid #A6A6A6;
	}
	
	#secundaria ul.docList, #secundaria ul.navSeccions, #secundaria ul.linkList {
		list-style-position: inside;
		margin: 1.5em 0 0;
		padding: 0 0.5em;
		text-align:left;

	}
	
	#secundaria ul.docList li, #secundaria ul.navSeccions li, #secundaria ul.linkList li {
		margin: 0;
		padding: 0.33em 0;
		border-bottom: 1px solid #A6A6A6;
	}
	
	#primaria ul.docList li ul, #secundaria ul.docList li ul,
	#primaria ul.navSeccions li ul, #secundaria ul.navSeccions li ul,
	#primaria ul.linkList li ul, #secundaria ul.linkList li ul {
		margin-left: 2em;
		padding: 0;
	}
	
	
	#primaria ul.docList li li, #secundaria ul.docList li li,
	#primaria ul.navSeccions li li, #secundaria ul.navSeccions li li,
	#primaria ul.linkList li li, #secundaria ul.linkList li li {
		border-bottom: none;
		border-top: 1px solid #A6A6A6;
		margin: 0;
		padding: 0.25em 0;
	}	
	ul.docList {
		list-style-image: url(../imaxes/iconos/pdg.icoDoc.gif);
		/*list-style:none;*/
	}
	
	ul.navSeccions {
		list-style-image: url(../imaxes/iconos/pdg.bulletFlecha.gif);
	}
	
	ul.navSeccions a {
		color: #000;
		text-decoration: none;
	}
	
	ul.navSeccions a:visited {
		color: #333;
	}
	
	ul.navSeccions a:hover, ul.navSeccions a:active {
		text-decoration: underline;
		color: #000;
	}
	
	ul.linkList {
		list-style-image: url(../imaxes/iconos/pdg.bulletEnlace.gif); align-top: 0;
		
	}

	
/*	------------------------------------------------------
	COLOFON (FOOTER)
	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#colofon {
		text-align: center;
		width: 100%;
		background: #FFF;
		padding: 1em 0;
	}
	
	#colofon ul {
		margin: 0.5em 0;
	}
	
	#colofon ul li {
		display: inline;
		padding: 0 1em 0 0;
		margin: 0;
	}
	
	#colofon a {
		color: #000;
	}
	
	#colofon a:hover {
		color: #2687BF;
	}
	
	address {
		font-style: normal;
	}
	

/*	------------------------------------------------------
	SUMARIOS E INFORMACION SOBRE ARTICULOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	.indexContidos {
		background: #FFF;
		padding: 0.15em 0.5em;
		border: 1px solid #A6A6A6;
		margin-bottom: 2em;
	}
	
	.sumarioNova {
		margin-bottom: 2em;
	}
	
	.sumarioNova h1 a {
		color: #000;
		text-decoration: none;
	}
	
	.sumarioNova h1 a:hover {
		color: #2687BF;
		text-decoration: underline;
	}		
	
	.meta {
		background: #C2C2C2;
		border-top: 1px solid #A6A6A6;
		padding: 0.25em;
	}
	.indexContidos2 {
		
		padding: 0.15em 0.5em;
	
		margin-bottom: 2em;
	}

/*	------------------------------------------------------
	GALERIAS DE IMAXES
	- - - - - - - - - - - - - - - - - - - - - - - - - - -

	- - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.bloque p.miniaturas {
		padding: 0.5em;
	}
	#lightbox{ background-color:#FFF; padding: 25px; }
	#lightboxDetails{ padding-top: 0.5em; }	
	#lightboxCaption{ float: left; }
	#keyboardMsg{ float: right; font-size: 0.9em; }
	#closeButton{ top: 5px; right: 5px; }
	
	#lightbox img{ border: none; clear: both;} 
	#overlay img{ border: none; }
	
	#overlay{ background-image: url('../lightbox/overlay.png'); }
	
	* html #overlay{
		background-color: #333;
		back\ground-color: transparent;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_themes/pargal/lightbox/overlay.png", sizingMethod="scale");
 
	}


}
/*	------------------------------------------------------
	DIRECTORIO E MAPA WEB
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#directorio h3, #mapa h3 {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#directorio p, #mapa p {
		margin: 0 0 1em;
	}
	
	ul.directorio {
		margin: 1em 0;
		padding: 0;
		list-style: none;
	}
	
	ul.directorio ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.directorio li {
		margin: 0;
		padding: 0;
	}		
	
	.tfno {
		font: normal 1.25em Arial, Helvetica, sans-serif;
		margin: 0 0.33em;
		color: #900;
	}
	
	/*	------------------------------------------------------
	LEXISLA CON NOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	ul.sumarioComentarios {
		margin: auto 0;
		padding: 0.5em;
		list-style: none;
	}
	
	ul.sumarioComentarios li {
		margin-bottom: 1em;
		padding-bottom: 0.15em;
		border-bottom: 1px solid #A6A6A6;
	}
	
	ul.sumarioComentarios .extracto {
		font-style: italic;
		display: block;
		margin-bottom: 0.5em;
	}
	
/*	Hilos de debate
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	div#opinions {
		padding-bottom: 2em;
	}
	
	div.opinion {
		clear: both;
		padding: 0.5em 0;
	}
	
	div.opinion p.meta {
		text-align: right;
	}
	
	div.opinion p.meta span.numero {
		font: bold 1.5em Arial, Helvetica, sans-serif;
		float: left;
		padding-left: 0.25em;
	}
	
	div.opinionTxt {
		float: right;
		width: 85%;
	}
	div.opinionTxt p {
		clear: both;
	}
	
	/* susana */
		div.opinionTxt2 {
		float: right;
		width: 95%;
	}
	/* ------ */

/* 	------------------------------------------------------
	PAXINAS DE PESCUDAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	div#pescudas p.meta a {
		background: #000;
		color: #FFF;
		padding: 0.2em 0.5em;
		border: 1px solid #000;
		text-decoration: none;
	}
	
	div#pescudas p.meta a:hover {
		text-decoration: underline;
		background: #2687BF;
		border: 1px solid #2687BF;
	}
	
	div#pescudas p.meta a.actual {
		background: #FFF;
		border: 1px solid #000;
		color: #000;	
	}
	
	div#pescudas p.meta a.actual:hover {
		color: #2687BF;
	}
	
	div.resultadoalt 
	{
	    background: #C2C2C2;
	    padding: 1em 0 0.5em;
	}
	div.resultado {
		padding: 1em 0 0.5em;
	}
	
	div.resultado p.titulo,div.resultadoalt p.titulo {
		font: normal 1.5em Arial, Helvetica, sans-serif;
		margin: 0;
		word-wrap:break-word;
		word-break:break-all;
	}
	
	div.resultado p.texto,div.resultadoalt p.texto {
		margin: 0;
	}
	
	div.resultado p.url,div.resultadoalt p.url{
		font-style: italic;
		margin: 0.33em 0 0;
		color: #222;
		word-wrap:break-word;	
		word-break:break-all;
	}
	
	

/* 	------------------------------------------------------
	ENLACES SALIENTADOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	Bloque para enlaces salientados que non sexan novas
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	

	ul.enlacesSalientados {
		margin: 1em 0;
		padding: 0;
		list-style: none;
	}
	
	ul.enlacesSalientados li {
		padding: 0;
		margin-bottom: 0.5em;
		height: 40px;
		font: bold 1em/1em Arial, Helvetica, sans-serif;
		overflow: hidden;
	}
	
	ul.enlacesSalientados li img {
		border: none;
		margin-right: 0.33em;
		float: left;
	}
		
	ul.enlacesSalientados li a, ul.enlacesSalientados li a:visited {
		text-decoration: none;
		color: #000;
	}
	
	ul.enlacesSalientados li a:hover {
		text-decoration: none;
		color: #2687BF;
	}
	
	#primaria ul.enlacesSalientados li {
		float: left;
		width: 48.3%;
		margin-left: 0;
		margin-right: 0.6%;
		overflow: hidden;
	}

		/* 	------------------------------------------------------
	TABLAS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
/*	COMPOSICIÓN. Para lista de deputados en composicións
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	table.composicion {
		border: none;
		width: 100%;
		margin: 0 0 1em;
		border-collapse: collapse;
	}
	
	table.composicion caption {
		font-weight: bold;
		font-size: 1.2em;
		text-align: left;
		margin: 0;
	}
	
	table.composicion td {
		padding: 0.66em 2em 0.33em 0;
		border-top: 1px solid #A6A6A6;
	}
	
	table.composicion th {
		background: #C2C2C2;
		padding: 0.66em 0 0.33em 0.33em;
	}

/*	Diseño por defecto de Tablas .xeral
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	table.xeral {
		border: none;
		width: 100%;
		margin: 0 0 1em;
		border-collapse: collapse;
		border-bottom: 1px solid #A6A6A6;
	}
	
	table.xeral caption {
		font-weight: bold;
		font-size: 1.2em;
		text-align: left;
		margin: 0 0 1em;
	}
	
	table.xeral td {
		padding: 0.66em 1em 0.33em 0;
		border-top: 1px solid #A6A6A6;
	}
	
	table.xeral th {
		background: #C2C2C2;
		padding: 0.66em 0 0.33em 0.33em;
	}
	
	table.xeral td.data {
		white-space: nowrap;
	}
/*	a span.fuentegrande{font-size:1.5em; !Important; } */

/******************************************************************************
*******************************************************************************
******************************************************************************/

/*Modificaciones 20090819*/
/*background: url(../imaxes/fondos/pdg.fondoContedor.jpg) repeat-x left top;
*/

/*datos que estaban en default.aspx*/
.handOver {
	cursor:pointer;
	cursor:hand;
}

.senBorde {
	border:0;
}
.tituloDestacados a {
		color: #000;
		text-decoration:none;
	}
	
	
.tituloDestacados a:hover {
	color: #1A5E85;
}



#imgSalta{
          width:24px;
          height:20px;
          border:0;
}
#xuntaelectoral{
        font-weight:bold;
        text-align:center;
}
#idiomas{
         text-align: center;       
}
#certificadoEMAS
{
  /*position: absolute;
  left: 20em;
  top: 37em;
  height: 8em;
  margin: 2.7em 0.5%;
  padding: 0em 0em 3em 2em;
  width: 4em;*/
  float:left;
  bottom:3em;
  margin: 0em 0em 0em 2em;
}

.imgDerecha{
	border: none;
	margin: 0 0.66em 0.66em 0;
	float:right;
	display:block;
             
}
#imgPresidenta{
           float:left;
           margin-right:7px;     
                
}
table.noticia
{
	border:0;
}
.imgActividade{
                width:60px;
                height:40px;
}
.tablaImaxes
{
	
	padding: 4;
	border-collapse: separate;
    border-spacing:0px;
	border:0;
}
.imgSubir{
                
      width:24px;
      height:20px;
      border:0;
}
.contendorContenidos h3{
        font-size:1.2em;
        font-family:Arial,Helvetica,sans-serif;
        font-weight:bold;
                
}
.contendorContenidos h5{
        font-size:1em;
        font-family:Arial,Helvetica,sans-serif;
        font-weight:bold;
                
}
#tituloContidos{
                font-size:1.33em;
}
.tablaLeis{
                border:0;
                width:100%;
}
.tituloLeis{
                font-size:1.2em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:normal;
}
.tituloDecla{
                font-size:1.1em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:bold;
}
.tituloDestacados{
                font-size:1.33em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:bold;
}
.imaxesRelacionadas{
                font-size:1em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:bold;
                text-transform:uppercase;
}




#descLeis{
                font-size:1.1em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:normal;
}
.tituloMapa{
                font-size:1.3em;
                font-family:Arial, Helvetica, sans-serif;
                font-weight:normal;
                font-weight:bold;
}

.tablaEnlaces{
            width:100%;
            /*
            cellspacing:0px;
            cellpadding:0px;
            */
            border-collapse:collapse;
            border:0;
}
.tablaEnlaces td{
            padding:1px;
            
}
.tablaEnlaces2{
                margin-left: 3px;
                margin-right: 5px;
                /*
                cellSpacing="0"
                cellPadding="2"
                */
                border:0;
                white-space: nowrap;
                
}
.tablaEnlaces3{
                 border:0;
}
.tituloTDenlaces{
font-size:0.9em;
font-weight:normal;
margin:1em 0 0.33em;
text-transform:uppercase;
}

.axendaPresidenta{
                font-size:1.1em;
                font-weight:bold;
}

.subirComp{
                width:24px;
                height:20px;
                border:0;
}
.outrasNovas {
                padding:0;
                margin-bottom: 0.2em;
                /*border: 1px solid #A6A6A6;*/
                
}

.outrasNovas img{
/*display:block;*/
float:left;
position:relative;
                
}
.outrasNovas h3{
margin:0;
font-weight:bold;
font-size:1.2em;
font-family:Arial, Helvetica, sans-serif;
                
}
/*.outrasNovas a{
margin-left:40px;
                
}*/

#logoGrupo p{
text-align: center;
                
}

#logoGrupo img{
    
    width:210px; 
    height:102px;
                
}






/*
#pVerde
{
    
	border: none;
	margin: 0 0.66em 0.66em 0;
	float:right;
	display:block;
}

#visVirtual
{
	border: none;
	margin: 0 0.66em 0.66em 0;
}

#eDirecto
{
	border: none;
	margin: 0 0.66em 0.66em 0;
}

#convivir
{
	border: none;
	margin: 0 0.66em 0.66em 0;
}
*/
.textoNegrita {
font-family:Arial, Helvetica, sans-serif;
font-size:1.1em;
font-weight:700;
text-align:left
}
.artigoTxt{
text-align:justify               
}

.cabTabla {
border-top:2px solid #000;
margin:0 0 1em;
padding-top:0.33em
}



#emas
{
	border: none;
}

#parlamento27
{
  position: absolute;
  left: 80em;
  top: 35em;
  width: 10em;
}

#p27
{
	border: none;
}

/*Imagen de cabecera*/
#imgCabecera{
    width:715px;
    height:200px;
                
}

#pFlash{
    width:715px;
    height:200px;
                
}


/*
	Css para a paxina web da Axenda
*/

p.axendaMSG
{
font-family: Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:400;
margin:1em 0 0.33em
}


.pleno
{
	border-right: #f9817d 1px solid;
	border-top: #f9817d 1px solid;
	border-left: #f9817d 1px solid;
	border-bottom: #f9817d 1px solid;
	background-color: #ffeeee;
}


.clsdivCabeceira
{
	padding-left: .5em;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: .1em;
	text-align: left;
}
.clsVideo
{
	padding-left: .5em;
	font-weight: bold;
	padding-top: .1em;
	text-align: left;
}
	
.divIntervencions
{
	overflow: auto;
	text-align: left;
	width: 490px;
	height: 470px;
}

.interDestacado
{
	font-weight: bold;
	
}

.interElexido
{
	background-color: gray;
}


#intro ul#seccions {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

#intro ul#seccions li {
	float: left;
	margin: 0 1%;
}

#intro ul#seccions li#hoxeNav {
	width: 22%;
}

#intro ul#seccions li#infoNav {
	width: 25%;
}

#intro ul#seccions li#partNav {
	width: 23%;
}

#intro ul#seccions li#prensaNav {
	width: 22%;
}

#intro ul#seccions li a {
	font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#intro ul#seccions li span {
	font-size: 0.9em;
	line-height: 1.33em;
	width: 14em;
	display: block;
	margin: 1em auto;
}

.destacadoAxenda {
		font-size: 1.1em;
		color: #000;
		font-weight: bold;
	}
	
ul.axendaDiaNew {
list-style:none;
margin:1.5em 0 0;
padding:0 0.5em
}
	
ul.axendaDiaNew li {
		margin: 0;
		padding: 0.25em 0;
		
		
}
ul.axendaDiaNew li.linea {
		margin: 0;
		padding: 0.25em 0;
		border-bottom: 1px solid #A6A6A6;
		padding-bottom: 0.75em ;
		
}

ul.axendaDiaNew span.titulo
{
    font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
	
}


#seccions ul.docList, #seccions ul.navSeccions, #seccions ul.linkList {
		list-style-position: inside;
		margin: 1.5em 0 0;
		padding: 0 0.5em;
}

#seccions ul.docList li,#seccions ul.navSeccions li, #seccions ul.linkList li {
		margin: 0;
		padding: 0.33em 0;
		border-bottom: 1px solid #A6A6A6;
}

	
table.calendarioAxenda {
	border: 1px solid #0099FF; /*--new 07_03-07--*/
	border-collapse: collapse;
	width: 21em;
}

table.calendarioAxenda caption, table.calendarioAxenda th, table.calendarioAxenda td#navMeses {
	color: #FFF;
	background: #0099FF; /*--new 07_03-07--*/
	text-transform: uppercase;
	border: 1px solid #0099FF; /*--new 07_03-07--*/
	font-weight: normal;
	text-align: center;
}


table.calendarioAxenda abbr {
	border: none;
}


table.calendarioAxenda td {
	text-align: center;
	padding: 0;
	

}

table.calendarioAxenda td.festivo {
	color: #900;
	background: #FFF;
}

table.calendarioAxenda td.hoxe {
	border: 1px solid #1A5E85;
	color: #1A5E85;
	font-weight: bold;
	background: #FFF;
}

table.calendarioAxenda td#navMeses a {
	color: #FFF;
}

table.calendarioAxenda tbody td a {
	font-weight: bold;
	display: block;
}

table.calendarioAxenda tbody td a:hover {
	background-color: #2687BF;
	color: #FFF;
	text-decoration: none;
}	




table.calendarioAxenda td.day a {
	font-weight: bold;
	display: block;
}
table.calendarioAxenda td.day a:hover {
	background-color: #2687BF;
	color: #FFF;
	text-decoration: none;
}	
table.calendarioAxenda td.day {
	width: 3em;
	background: #FFF;
	color:#000;
}
table.calendarioAxenda td.caption,table.calendarioAxenda td.navMeses{
	color: #FFF;
	background: #0099FF; /*--new 07_03-07--*/
	text-transform: uppercase;
	border: 1px solid #0099FF; /*--new 07_03-07--*/
	font-weight: normal;
	text-align: center;
}
table.calendarioAxenda td.navMeses a {
	color: #FFF;
}

table.calendarioAxenda td.festivo a {
	font-weight: bold;
	display: block;
	color: #900;
}
table.calendarioAxenda td.festivo a:hover {
	background-color: #900;
	color: #FFF;
	text-decoration: none;
}	

.cabBloqueAxenda {
		border-top: 2px solid #000;
		padding-top: 0.33em;
		margin: 0 0 1em 0;
	}
	
	
body.intervencions {
font:normal 0.7em/1.33em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
color:#000;
background-color:#FFFFFF;
text-align:center;
margin:0;
padding:0;
}


	
#contidoAxenda {
	clear: both;
	text-align: left;
	padding-top: 0;
	line-height: 1.66em;
}

/* O explorer mete o padding pola sua conta */

#contedor > #contidoAxenda {
	padding-top: 1.5em;
}

.fsSenBorde{
	margin:0px;
	padding:0px;
	border:0px;
}

/* *************************************
* Busqueda de videos
****************************************/
#divBuscaVideos {
		width: 100%;
		font: normal 1em/1.66em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		color: #000;
		background-color: #C2C2C2;/* Solo hay esta diferencia*/
		text-align: left;
		margin: 0em;
		padding: 0em;
	}
	
#divBuscaVideos h1, #divBuscaVideos h2, #divBuscaVideos h3, #divBuscaVideos h4,#divBuscaVideos h5,#divBuscaVideos form { 
		padding-left: 0.5em;
		padding-right: 0.5em;
	}

#divBuscaVideos .dataformato
{
    font-size: 0.8em; 
    font-weight: normal;
    text-align:left;
}
#divBuscaVideos div.bloque { /* Son Distintos */
		background: #C2C2C2;
	    width: 100%;
		margin: 0em;	
		padding:0em;
	}

#divBuscaVideos div.bloque2
	{
	    background: #C2C2C2;
		padding-right: 0.33em;
        padding-left: 0.33em;
        margin-left: 0.33em;
        margin-right: 0.33em;  
	}
#divBuscaVideos div.mediaColA {
		width: 59%; /* Son Distintos */
		float: left;
		text-align:left;
		margin: 0em;  /* Son Distintos */
		padding:0em;  /* Son Distintos */
	}
#divBuscaVideos div.mediaColB {
		width: 39%; /* Son Distintos */
		float: right;
		clear: right;
		text-align:left;
		margin: 0em;/* Son Distintos */
		padding:0em;/* Son Distintos */
	
	}
#divBuscaVideos input.tamanoA1 /* Son Distintos */
{
    width: 8em;
}

#divBuscaVideos input.tamanoA2 /* Son Distintos */
{
	width: 8em;
}
#divBuscaVideos input.tamanoA3 /* Son Distintos */
{
	width: 20em;
}

#divBuscaVideos .contenido 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; 
    color: #000000; 
    padding: 0.33em 0em 0.33em 0em;
    margin: 0.33em 0em 0.33em 0em;
    text-align: left;
}
#divBuscaVideos .contenido a:link, a:active { color: #1A5E85; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 1em;}
#divBuscaVideos .contenido a:visited { color: #144866; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
#divBuscaVideos .contenido a:hover {color: #2687BF; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 1em;}


#divBuscaVideos .botonBusqueda 
{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.2em; 
    margin: 1em 0em 0em;
    padding-right: 0.33em; 
    padding-left: 0.33em;
	color: black; 
	font-weight:normal;
	text-align:center;
	}
	
#divBuscaVideos .erro { font-family:  Arial, sans-serif; font-size: 1em; color: #900; text-align:left; margin-left:1.33em; margin-right:1.33em;}


#divBuscaVideos div.botones  
{
	background: #D5D5D5;
	text-align: right;
    padding: 0.33em 0em 0.33em 0em;
    margin: 0.33em 0em 0.33em 0em;
	width:100%;
	border: solid 1px #c2c2c2;
}

	
#divBuscaVideos .boton
{
    text-align:center;
    padding:0em;
    margin:0em;
    background-color:Black;
	border-style:outset;
	font-weight:normal;
	color: White;
	font-size:xx-small;
	font-family:Lucida Sans Unicode;
	cursor:hand;
}

#divBuscaVideos .tabla2 
{
    padding: 0.33em 0em 0.33em 0em;
    margin: 0.33em 0em 0.33em 0em;
    border: solid 1px #c2c2c2; 
    font-size: 0.9em; 
    font-family:  Arial, Helvetica, sans-serif;  
    color: #000000; 
    border-collapse:collapse; 
    width:100%;
}
#divBuscaVideos .composiciontitulo
{
    padding: 0.33em 0em 0.33em 0em;
    margin: 0.33em 0em 0.33em 0em;
    
    border-right: solid 1px #C2C2C2;
    border-left: solid 1px #C2C2C2;
    border-bottom: solid 1px #C2C2C2;
    border-top: outset 1px #D5D5D5;
	
	font-weight: bold;
	font-size: 1.2em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D5D5D5;
	border-color:#c2c2c2;
	text-align: left;
}

#divBuscaVideos .composiciontitulo2
{
    padding: 0.33em 0em 0.33em 0em;
    margin: 0.33em 0em 0.33em 0em;
    
    border-right: solid 1px #C2C2C2;
    border-left: solid 1px #C2C2C2;
    border-bottom: solid 1px #C2C2C2;
    border-top: outset 1px #D5D5D5;
	
	font-weight: normal;
	font-size: 1em;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D5D5D5;
	border-color:#c2c2c2;
	text-align: left;
}

#divBuscaVideos h2.composiciontitulo
{ 
		padding-left: 0.5em;
		padding-right: 0.5em;
	}


#divBuscaVideos .cabBloque {
		border-top: 2px solid #000;
		padding-top: 0.33em;
		margin: 0em 0em 1em 0em;
		/* Son Distintos */
	}
		
	#contedor > #contido { /* Son Distintos */
		padding-top: 1.5em;
	}
	
	
#divBuscaVideos .numero /* hay un span.numero distinto */
{
    font-family: Arial, sans-serif; 
    font-size: 1.66em; 
	color: black; 
	font-weight: bold; 
	width:5%;
}

#divBuscaVideos .calidade{ text-align:center; width:15%;}

#divBuscaVideos .fechaGrabacion{width:30%;}

#divBuscaVideos .intervencion{ text-align:center;}

#divBuscaVideos .intervencion2{ width:43%;}

#divBuscaVideos .impar{background-color: #e0e0e0;}
/*.under{text-decoration: underline;}
.normal { font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #000000; background-color:#C2C2C2;}
*/
#divBuscaVideos .listaintervencions
{
	width:100%; 
	height:415px; 
	overflow: scroll;
	border-top:1px #E0E0E0 solid; 
}

#divBuscaVideos .hora  /* Son Distintos. Existe un span.hora*/
{
    font-family: Arial, sans-serif; 
    font-size: 1.66em; 
	color: black; 
	font-weight: bold; 
	width:15%;
}

		
	/* ************** */
	/* srs 18-01-2007 */
#divBuscaVideos ul /*diferentres*/
	{
	    margin: 0em 0em 1em 0em;
	    padding:  0em 0em 1em 0em;
		list-style-type: none;
		text-align: center;
		vertical-align : text-bottom;
		background-color: #C2C2C2;
		width: 100%;
		float: left;
	}
	
#divBuscaVideos ul li
	{
	   display:inline;
	   vertical-align :text-bottom; 
       padding: 0.33em 0.33em 0em 0.33em;
       margin: 0.33em 0.33em 0em 0.33em;
	   float:left;
	}
	
	
#divBuscaVideos ul li a
    {
        text-decoration: underline;
        float:left;  
    }
    
#divBuscaVideos ul li a:hover
    {
        text-decoration: underline;
        background-color: #C2C2C2;
        float:left;
    }
    
#divBuscaVideos .reborde
{ 
		padding: 1em;
}
