/* Hoja de estilo para la sección de faq-novedades (control de impresión) */


/* Cuerpo de la reseña */

body 		{
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom : 5px;
	margin-top : 5px;
	margin-left : 0px;
	margin-right : 0px;
}


/* Estilos de 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: #000000;
	margin-top: 5pt;
}

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


/* 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 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 los enlaces interiores del mapa de la web */

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

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

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

a.enlacebeige:active	{
	color: #000000;
}


/* Estilo para la lista con boliches */

.bolichemarron { 	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
}


/* Estilos diversos para el mapa de la web y la faq  */

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

.cuadromarron		{
	border : none;
}

.cuadroamarillo		{
	border : none;
}

.codigoHTML			{
	font-size: 8pt;
	background-color: #FFFFFF;
	border: #000000;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


/* Estilo de la celda principal */

.bordesnegros2		{
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Estilo de la tabla de cabecera */

.bordesnegros1		{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


/* Estilo para la tabla de Creative Commons (innecesario) */

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


/* Estilos para eliminar zonas que no deben ser visibles */

table#barrasup		{
	display:none;
}

td#menuiz			{
	display:none;
}

td#separador1		{
	display:none;
}

td#separador2		{
	display:none;
}

img#nofoto			{
	display:none;
}
