@charset "utf-8";
/* CSS Document */

#titular {
	background-color: #d3f1a6;
	width: 714px;
 	height: 30px;
 	background:  #d3f1a6 url(../img/global/fnd_titular.gif) no-repeat left top;
	font-size: 13px;
}
	#titular A {
		background-color: inherit;
		float: left;
		display: block;
		height: 23px;
		padding: 7px 26px 0 26px;
		color: #5c8e10;
		text-decoration:none;
		font-size:13px;
	}
#titular A:hover {		
	}
		#titular A.titular_inicio {
			background: url(../img/global/fnd_titular.gif) no-repeat left top;
			background-color: inherit;
		}
		#titular A.titular_medio {
		}
		#titular A.titular_fin {
			float: none;
			padding-left: 0;
			padding-right: 0;
		}	
	#titular A.titular_activo, #titular A:hover {
		background-color: #b6e66c !important;
	}

#fil A.verde_ulined {
	color:#5c8e10;
	text-decoration:underline;
}

#fil FONT.verde{
	color:#5c8e10;
}

#linea_verde_large {
	background-image:url(../img/global/puntos_verde.gif);
	background-repeat:repeat-x;
	height:10px;
	width:690px;
}

#linea_verde_medium {
	background-image:url(../img/global/puntos_verde.gif);
	background-repeat:repeat-x;
	height:10px;
	width:370px;
}

#linea_verde_form {
	background-image:url(../img/global/puntos_verde.gif);
	background-repeat:repeat-x;
	float:left;
	height:15px;
	width:618px;
	padding-left:10px;
	margin-top:35px;
}


#linea_verde_area {
	background-image:url(../img/global/puntos_verde.gif);
	background-repeat:repeat-x;
	height:10px;
	width:530px;
	padding-left:40px;
	padding-right:40px;
}


#linea_verde {
	background-image:url(../img/global/puntos_verde.gif);
	background-repeat:repeat-x;
	height:10px;
}

UL.lista_verde {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 15px;
	list-style-image: url(../img/registro/li_verde.gif);
	color: #666666;
	font-size: 14px;
}
	UL.lista_verde LI {
		padding-bottom: 2px;
	}

A.verde_link {
	text-decoration:underline;
	color:#5c8e10;}