@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.text_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0563c7;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}

.text_standar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #818181;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
}

.text_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #343d4c;
	text-decoration: none;
}



.borde_inf {
	border-bottom:  dotted 1px #999999;
}





