.text
	{
	color:					#122c6a;
	font-family:			Tahoma;
	font-size:				11px;
	}

.text_rojo
	{
	color:					#850b32;
	font-family:			Tahoma;
	font-size:				11px;
	}
.text_title
	{
	background-color:		#e2e7f3;
	color:					#122c6a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	}

.text_subtitle
	{
	color:					#122c6a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	}

.text_error
	{
	color:					ff5555;
	font-size:				7pt;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	}

.text_ok
	{
	color:					339933;
	font-size:				7pt;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-weight:			bold;
	}

.text_msg
	{
	font-size:				7pt;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	}




.link_bold
	{
	color:					#122c6a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	}
	
.link_bold:hover
	{
	text-decoration:		underline;
	}
	
	
.link_aceptar
	{
	color:					#12996a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	cursor:					hand;
	}
	
.link_aceptar:hover
	{
	color:					#12996a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		underline;
	cursor:					hand;
	}
	
.link_cancelar
	{
	color:					#992c6a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	cursor:					hand;
	}
	
.link_cancelar:hover
	{
	color:					#992c6a;
	font-family:			Tahoma;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		underline;
	cursor:					hand;
	}
