/* Hoja de estilo para la sección de programas informáticos */

/* Cuerpo de la página */

body 		{
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/fondos/cuadro01.gif);
	scrollbar-arrow-color: #CCFFFF;
	scrollbar-base-color: #000033;
	scrollbar-face-color: #000033;
	scrollbar-highlight-color: #0066FF;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color : #D3D3D3;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-darkshadow-color : #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Estilos para párrafos y titulares */

p       		{
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.chico 	  	{
	font-size: 8pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.titular	{
	font-size: 12pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF; }

h2           {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	color: #000066;
	font-weight: bold;
	margin-top : 5px;
}

h4           {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12pt; 
   color: #000066;
	font-weight: bold;
}


/* Estilos para tablas, filas y celdas */

table	{
	font-size: 10pt; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

tr     {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

td     {
	font-size: 10pt;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}


/* Lista con boliches azules */

.bolicheazul {
	list-style-image: url(../images/boliche/diamazul.gif);
}


/* Estilos para enlaces normales. Orden: link, visited, hover, active */

a				{
	text-decoration: none;
}

a:link		{
	color: #006699;
}

a:visited	{
	color: #006699;
}

a:hover		{
	text-decoration: underline;
	color: #006699;
}

a:active		{
	color: #006699;
}


/* Estilos de las tablas de programas. Revisar */

/* Tablas de contenidos */

.tablaazul {
	font-size: 8pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #CCCCCC;
}

/* Título del elemento analizado */

.celdazulclara {
	font-size: 8pt;
	border-color: #FFFFFF #000066 #000066 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #CCCCCC;
}

/* Celda de descripción */

.celdablanca	{
	font-size: 8pt;
	background-color: #FFFFFF;
	border-color: #FFFFFF #000066 #000066 #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Celda superior de la tabla, para titular */

.celdazul {
	font-size: 8pt;
	background-color: #000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #CCCCCC;
}

/* Letras remaracadas en azul, para referencias al lugar de donde se ha obtenido
la información */

.letrazul {
	color: #CCFFFF;
	background-color: #000066;
}


/* Estilos para la tabla de cabecera */

/* Estilo para el borde */

.bordeblanco1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #000066;
}

/* Fondo negro */

.fondonegro {
	background-color: #000000;
}


/* Estilo para la celda de contenido principal */

.bordeblanco2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCFFFF;
	background-image : url(../images/fondos/papelpro.jpg);
}


/* Barra lateral de la sección */

.barralateral {
	background-color: #000066;
}


/* Estilos que controlan la barra superior de enlaces de la sección de programas */

/* Enlaces de color blanco, grandes y pequeños */

a.enlaceblanco:link	{
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
} 

a.enlaceblanco:visited	{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;
} 

a.enlaceblanco:active	{
	color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;
} 

a.enlaceblanco:hover	{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight: bold;	
}

a.enlaceblancopeq:link	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 

a.enlaceblancopeq:visited	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 

a.enlaceblancopeq:active	{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
} 

a.enlaceblancopeq:hover	{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}


/* Enlaces de la barra de enlaces lateral. Falta adaptarlo al patrón de colores de la sección */

a.barraenlacelateral:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #000066;
	display: block; 
}

a.barraenlacelateral:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #000066;
	display: block; 
}

a.barraenlacelateral:hover {
	color: #CCCCCC;
	font-size: 10pt;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #006699;
	display: block; 
}

a.barraenlacelateral:active {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	background-color: #000066;
	display: block;	
}


/* Formulario de búsqueda de la sección */

.form8azuloscuro {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006699;
	border: 1px solid #003300;
}
