@charset "utf-8";
/* CSS Document */

body{
	font-size:11px;
	font-family: Arial;
	color: #333333;
	}

td{
	font-size:11px;
	font-family: Arial;
	color: #333333;
	text-align: justify;
	}
	
input {
	border: 1px solid;
	border-color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
	}
	
input.check {
	border: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

.negrita{
	font-size:11px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	}
	
.resaltado{
	font-size:11px;
	font-family: Arial;
	font-weight: bold;
	color: #ed920f;
	}

.resaltado_h{
	font-family: Arial;
	font-weight: bold;
	color: #ed920f;
	}

.texto_ch{
	font-size:10px;
	font-family: Arial;
	color: #333333;
	}
	
a {
	font-size:11px;
	font-family: Arial;
	color: #ed920f;
	}
	
a:hover {
	font-size:11px;
	font-family: Arial;
	color: #ed920f;
	text-decoration: none;
	}
	
a:active {
	font-size:11px;
	font-family: Arial;
	color: #ed920f;
	text-decoration: none;
	}