/* CSS Document */
.table_head {
	background-color: #99B2B6;
	border: thin solid #99B2B6;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	vertical-align: middle;
}
.table_td {
	border-bottom: thin solid #CAD6D7;
	border-left: thin solid #CAD6D7;
	border-right: thin solid #CAD6D7;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	list-style-type:square;
	padding: 5px;
	list-style-position:outside;
}
.principal_table {
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	padding: 3px;
}

.secudary_table {
	border-bottom: thin solid #CAD6D7;
	border-left: thin solid #CAD6D7;
	border-right: thin solid #CAD6D7;
	border-top: thin solid #CAD6D7;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}
.principal_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #003E47;
}
.principal_title2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #003E47;
}
.principal_text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.principal_text2 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.txt_accion {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.link_terminos {
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.principal_red {
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	text-align: left;
}
