/* Hoja de estilo para la sección de reseñas (control de impresión) */


/* El estilo para el cuerpo define el tamaño y familia de letra, así como el margen */

body 		{
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-top: 1cm;
	margin-bottom: 1cm;
}


/* Estilos de control de párrafos y titulares */

p      	{
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.chico	{
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
   
h2     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}

h4     {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}


/* Estilos de control de tablas, filas y celdas */

table	{
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

tr     {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td     {
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.chica     	{
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}


/* Estilos de control de enlaces. Orden: link, visited, hover, active */

a		{
	text-decoration: none;
}

a:link  	{
	color: #660000;
}

a:visited 	{
	color: #660000;
}

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

a:active  	{
	color: #660000;
}


/* Estilo para la representación de listas de boliches */

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


/* Estilos para la celda central de contenido */

.bordeblanco2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
/*
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: White;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
*/
	background-image: none;
	background-color: transparent;
}


/* Estilos para el catálogo de PDFs de la página principal de la sección */

.tablaindice1 {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	
}

.tablaindice2 {
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: Black;
}


/* Estilos para elementos que no deben ser visibles */

table#barrasup {
	display: none;
}

td#menuiz {
	display: none;
	background-color: transparent;
}

td#separador1 {
	display: none;
}

td#separador2 {
	display: none;
}

img#nofoto {
	display: none;
}

div#menu {
	display: none;
}



/* Estilo para la tabla de cabecera. No hace falta, porque es una zona que no se visualiza 

.bordeblanco1 {
	border-right-style : solid;
	border-right-width : 1px;
	border-right-color : White;
	border-left-color : White;
	border-left-style : solid;
	border-left-width : 1px;
	border-top-color : White;
	border-top-style : solid;
	border-top-width : 1px;
}

*/
