.cabecera_fondo {
	background-image: url(../img/fondo_cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#id_caja_forma_trabajo {
	position: relative;
	width: auto;   
	height: 150px;
	clip: rect(auto,auto,150px,auto);
	overflow: auto;
}
 .link_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
 color: #0099FF;
}
.link_azul a:link, a:visited, a:active {
 color: #0099FF;
 font-weight: bold;
text-decoration: none;
}
.link_azul a:hover {
 font-weight: bold;
 color: #0099FF;
 text-decoration: underline;
}

