/*Links para los enlaces que tendran target dentro del sitio*/
.listalinks_in a:link {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
	background-image: url(../images/layout/link_in_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	font-size: 110%;
}
.listalinks_in a:hover {
	color: #666666;
	font-weight: bold;
	background-image: url(../images/layout/link_in_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}
.listalinks_in a:visited, .listalinks_in a:active {
	color: #0066CC;
	font-weight: bold;
	width: 110px;
	background-image: url(../images/layout/link_in_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	font-size: 110%;
	text-decoration: none;
}


/*Links para los enlaces que tendran target en ventana o pestaña nueva*/
.listalinks_out a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
	background-image: url(../images/layout/link_out_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
}
.listalinks_out a:hover {
	color: #0066CC;
	font-weight: bold;
	background-image: url(../images/layout/link_out_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

.listalinks_out a:visited, .listalinks_out a:active {
	color: #666666;
	font-weight: bold;
	width: 110px;
	background-image: url(../images/layout/link_out_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
.textocamino a:link {
	padding-right: 12px;
	background-image: url(../images/layout/camino_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}
.textocamino a:hover {
	padding-right: 12px;
	background-image: url(../images/layout/camino_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #0066CC;
	text-decoration: underline;
	padding-left: 5px;
}
.textocamino a:visited {
	color: #0066CC;
	background-image: url(../images/layout/camino_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	padding-left: 5px;
}
a:link {
	list-style-type: none;
	color: #3366FF;
	font-weight: bold;
	line-height: 200%;
	text-decoration: none;
}
a:visited {
	list-style-type: none;
	color: #3366FF;
	font-weight: bold;
}
a:hover {
	list-style-type: none;
	color: #3366FF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	list-style-type: none;
	color: #3366FF;
	font-weight: bold;
}
