@import url(cabecera_general_bizkaiaNet.css);
@import url(cabecera_general_rojo.css);

body {
	margin: 0px auto;
	width: 99.5%;
	padding: 0px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #edf5f7;
}
img {
	border: none;
}
abbr, acronym {
   cursor: help;
   border-bottom: 1px dashed #333;
}
p, a, span {
	font-size: 1em;
	background-color: transparent;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:focus {
	background-color: #000 !important;
	color: #fff !important;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
em, em a:link {
	font-style: italic;
	text-decoration: none;
}
em a:visited, em a:hover {
	text-decoration: underline;
}
strong, .negrita {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 1em;
	margin: 0px;
}
strong a:link, strong a:visited, strong a:hover,
.negrita a:link, .negrita a:visited, .negrita a:hover {
	text-decoration: underline;
}
.pdf_reader a, .pdf_reader a:link, .pdf_reader a:visited {
	color: #666;
	text-decoration: none;
}
#contenedor {
	width: 100%;
	position: relative;
}
.separador {
	clear: both;
	height: 0px;
}

.separador_espacio {
	clear: both;
	height: 2px;
}

* html .separador {
	display: none;
 }


