/* Hoja de estilos para la sección personal */

/* Cuerpo de la página */

body {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/* Estilos 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;
	color: #000000;
	font-size: 15pt; 
}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 13pt; 
}

h4	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Estilos de tablas, filas y celdas */

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

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


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

a 				{
	text-decoration: none;
}

a:link			{
	color: #990000;
}

a:visited		{
	color: #990000;
}

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

a:active		{
	color: #990000;
}

/* Comprobar este estilo */

a.especial:hover		{
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #009966;
}



.celdablanca {  font-size: 8pt; background-color: #FFFFFF}

.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;
}

.bordeblanco2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	background-color: #FFFFFF;
}

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

table#barrasup {
	display:none;
}

td#menuiz {
	display:none;
}

td#separador1 {
	display:none;
}

td#separador2 {
	display:none;
}

img#nofoto {
	display:none;
}
