html, body{
	font-family: Arial, Verdana, Lucida Sans, Helvetica, Sans-Serif;
	font-size: 1.07em;
	height: 100%;
	margin: 5px;
	border: none;	
	background-color: #FFFFFF !important;
}

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #003399;
}

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

a:active {
	text-decoration: none;
}

:focus { 
	-moz-outline-style: none;  /* Para quitar el borde punteado que aparece en Mozilla alrededor de los enlaces */
}

/*  Si deseamos que aparezca el logo de Adobe delante del enlace poner id="pdf" en tag tipo 'a' */
a#pdf {
	padding: 0 0 0 22px;
	background: url(../art/pdf_icon.gif) no-repeat left center;
}

/*  Si deseamos que aparezca el logo de WWW delante del enlace poner id="web" en tag tipo 'a' */
a#web {
	padding: 0 0 0 22px;
	background: url(../art/enlaceWeb.gif) no-repeat left center;
}

/*  Si deseamos que aparezca el logo de WWW delante del enlace poner id="boc" en tag tipo 'a' */
a#boc {
	padding: 0 0 0 42px;
	background: url(../art/legislacion_imgBOC.gif) no-repeat left center;
}

.small-button-blue {
	font-size: 1em;   /* 100%;  */
	border-right: #98c0d9 1px solid; 
	border-top: #98c0d9 1px solid; 
	font-weight: bold; 
	border-left: #98c0d9 1px solid; 
	border-bottom: #98c0d9 1px solid; 
	font-family: tahoma; 
	background-color: #e0f0fa
}

.small-button-medium-blue {
	font-size: 1em;   /* 100%;  */
	border-right: #3e789e 1px solid; 
	border-top: #3e789e 1px solid; 
	font-weight: bold; 
	border-left: #3e789e 1px solid; 
	border-bottom: #3e789e 1px solid; 
	font-family: tahoma; 
	background-color: #98c0d9
}

.titulo {
	font-size: .7em;  /* 12px; */
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	word-spacing: normal;
	line-height: 22px;
}

.contenido {
	font-size: .7em;  /* 12px; */
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 22px;
}

.contenido11 { 
	font-size: .6em;  /* 11px; */
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 16px;
}

.contenido11_blanco { 
	font-size: .6em;  /* 11px; */
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
/*	line-height: 16px; */
}

.contenido14 {
	font-size: .9em;  /* 14px;  */
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 16px;
}

.miniContenido {
	font-size: .5em;  /* 10px; */
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-align:center;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 16px;
}

.tr_bajo {
	height: 90px;
}

.tr_alto {
	height: 40px;
}

.tr_azul {
	font-size: .7em;  /* 11px; */
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #5498CF;
	height: 20px;
}

.tr_gris {
	font-size: .6em;  /* 11px; */
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	background-color: #F1F4F5;
}

.tr_azul_claro {
	font-size: .7em;  /* 12px; */
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #F1F4F5;
	height: 20px;
}

.GENERALpaginasSINpeq { 
	font-size: .6em;  /* 11px;  */
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 4px; 
	margin-bottom: 4px 
}

.enbloque img {
	display: block
}

.puntos {
	font-size: .6em;  /* 11px; */
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
	background: url(../art/puntos.gif) repeat-x; 
	width: 100%;
	height: 3px;
	text-align: left;
}

.cajaTexto {
	font-size: .6em;  /* 11px; */
	font-style: normal;
	font-weight: normal;
	color: #404441;
	text-align: justify;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 16px;
	border-color:#666666; border-style:solid; border-width:1px;
}

/* Estilos para el CaminoHormigas */
table.camino { 
	width: 100%; 
	border-width:0px; 
	border-collapse:collapse
}
td.camino_texto {
	font-family:Arial, Helvetica, sans-serif, Verdana; 
	font-size: 60%; 
	color: #333333; 
	padding-bottom: 10px;
} 
a.camino_enlace:link,a.camino_enlace:visited,a.camino_enlace:active {
	text-decoration:none; color: #333333;
}
a.camino_enlace:hover {
	text-decoration:underline; color:#333333;
}

