/* Hoja de estilo para la impresión de las páginas de la sección de faq-novedades */


/* Cuerpo de la sección */

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


/* 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;
}
   
h2	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #800000;
	margin-top: 5px;
}

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


/* 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; 
}

td.chica    {
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
 }


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

a		{
	text-decoration: none;
	color : #990000;
}

a:link 	{
	color: #990000;
}

a:visited 	{
	color: #990000;
}

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

a:active  	{
	color: #990000;
}


/* Estilos para las listas con boliches */

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


/* Estilos para la tabla superior de enlaces (cabecera) */

/* Borde y fondo de la tabla */

.bordesnegros1 {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	background-color: #CC3300;
}

/* Estilos que controlan la barra superior de enlaces; orden: link, visited, hover, active  
Hay dos tipos de 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:hover	{
	text-decoration: none;
	color: #000000;
	background-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.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:hover	{
	text-decoration: none;
	color: #000000;
	background-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;	
} 

.fondonegro		{
	background-color: #000000;
}


/* Estilo para la celda central */

.bordesnegros2		{
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFCC;
	background-image : url(../images/fondos/papelins.jpg);
}


/* Estilo para el fondo de la barra lateral */

.barralateral {
	background-color: #CC3300;
}


/* Estilos para la página de mapa de la web */

/* Celdas interiores del mapa de la web */

.cuadromarron		{
	border: #990000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #CC3300;
	color: #FFCC66;
}

.cuadroocre			{
	border: none;
	font-size: 8pt;
}

.cuadroamarillo		{
	border: #990000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFCC;
}

/* Estilos para los enlaces interiores del mapa de la web */

a.enlacebeige:link	{
	color: #FFFFCC;
	text-decoration: none;
} 

a.enlacebeige:visited	{
	color: #FFFFCC;
} 

a.enlacebeige:hover	{
	text-decoration: underline;
	color: #FFFFCC;
}

a.enlacebeige:active	{
	color: #FFFFCC;

}

/* Estilo para el borde de las miniaturas del mapa de la web */

.bordemarron	{
	border: 1px solid #CC3300;
}


/* Estilo para páginas de faq (tabla código HTML)
y para la página de herramientas (tablas con mini-aplicaciones) */

.bordesnegros	{
	border: 1px solid #000000;
}


/* Enlaces de la barra de enlaces lateral */

a.barraenlacelateral:link {
	text-decoration: none;
	color: #FFFFFF;
	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: #CC3300;
	display: block; 
}

a.barraenlacelateral:visited {
	text-decoration: none;
	color: #FFFFFF;
	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: #CC3300;
	display: block; 
}

a.barraenlacelateral:hover {
	color: #FFFFFF;
	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: #FF6600;
	display: block; 
}

a.barraenlacelateral:active {
	text-decoration: none;
	color: #FFFFFF;
	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: #CC3300;
	display: block;	
}


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

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