
/* legislacion
---------------------------------------------------------------------*/
a.rosa:link, a.rosa:visited, a.rosa:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF0099;
	text-decoration: none;

}
a.rosa:hover {
text-decoration: underline;
}

.caja_enlace1 {
	width:611px;
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color:#FF9900;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #FF9900;
}
.caja_enlace2 {
	width:611px;
	height:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background-color:#FF6600;
	margin:0px 0px 10px 0px;
	border-bottom: 1px solid #FF9900;
}
.caja_enlaces h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
    color: #FF9900;
	margin:0px 0px 18px 0px;
}
.num_enlace{
	width: 20px;
	height: auto;
	float:left;
 	color: #FFFFFF;
	font-weight:bold;
	padding:7px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	
}
.text_enlace{
	width: 444px;
	height: auto;
	float:left;
	line-height: 1.2em;
	padding:7px 0px 11px 15px;
	margin:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

a.descarga_enlace1:link, a.descarga_enlace1:visited, a.descarga_enlace1:active {
	width:92px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	background:url(../images/descarga.gif) no-repeat left center;
	padding:4px 10px 4px 25px;
}
a.descarga_enlace1:hover {
	color: #FF6600;
	background:url(../images/descarga3.gif) no-repeat left center;
}

a.descarga_enlace2:link, a.descarga_enlace2:visited, a.descarga_enlace2:active {
	width:92px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	background:url(../images/descarga2_2.gif) no-repeat left center;
	padding:4px 10px 4px 25px;
}
a.descarga_enlace2:hover {
	color: #FF9900;
	background:url(../images/descarga4.gif) no-repeat left center;
}



