@charset "utf-8";
/* CSS Document */

.texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}
.textorojo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FE0000;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
}

.bordetabla {
	border: thin dotted #666;
}
.bordeinf {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666;
}

