
.titulo
			{
				font-family: Courier New;
				font-size:14pt;
				color:#000099;
				font-weight:bold;
				text-decoration: none;
			}
			
.enlaceGrande
			{
				cursor:pointer;
				color:#000099;
				font-family: Times New Roman;
				font-size:14pt;
			        text-decoration: underline;
			}

a.enlaceGrande:hover {
	
	color: #666699;
	text-decoration: underline;

}
	
.enlacePeq
			{
				cursor:pointer;
				color:#000099;
				font-family: Times New Roman;
				font-size:12pt;
			        text-decoration: underline;
			}

a.enlacePeq:hover {
	
	color: #666699;
	text-decoration: underline;

}
		
		
.enlaceArialGrande
			{
				cursor:pointer;
				color:#000099;
				font-family: Arial;
				font-size:12pt;
			        text-decoration: underline;
			}

a.enlaceArialGrande:hover {
	
	color: #666699;
	text-decoration: underline;

}
	
.enlaceArialPeq
			{
				cursor:pointer;
				color:#000099;
				font-family: Arial;
				font-size:10pt;
			        text-decoration: underline;
			}

a.enlaceArialPeq:hover {
	
	color: #666699;
	text-decoration: underline;

}


.subtitulo
{
	font-family:verdana;
	font-size:10px;
	color:#86ACE9;
	font-weight:bold;
	padding-right:3px;
	cursor:pointer;
	text-decoration: none;
}
.texto
{
	font-family:verdana;
	font-size:12px;
	color:#7294AB;
	font-weight:bold;
	padding-right:3px;
	cursor:pointer;
	text-decoration: none;
}




.tablabiblio
{
	background-color:white;
	border: 2px solid black;
	border-spacing: 0px 5px;
	border-collapse: none;
	font-family: Times;
	padding: 2px;
}


.tablabiblio a
{
	text-decoration: none;
	font-weight: bold;
	color: #000099;
	cursor: pointer;
}

.tablabiblio a:hover
{
	text-decoration: underline;
	color: #666699;
}

.tablabiblio td
{
	border-top:1px grey solid;
	padding:5px;
	min-height: 50px;
	height: 50px;
}


#tablabiblioend
{
	font-size: 12px;
	color: #000099;
	width: 200px;
}



.textomargen
{
	font-size: 13px;
	color: black;
}

.tablabiblioth
{
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}