p {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
p.cuadro {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

p.peq {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-align: justify;
}

ul {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:10pt;
	list-style-image: url(imagenes/gris.jpg);
}

H1{
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #0099CC;
	margin-bottom: 0px;
}

H2{
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #0099CC;
	margin-bottom: 0px;
}

body {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}


td {
	font-family: trebuchet ms,Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}

input {
	border:1px solid #0099CC;
	background-color: white;
	font-family: trebuchet ms, arial;
	color: black;
	font-weight: none;
	font-size: 10pt;
}
input.boton {
	border:1px solid #0099CC;
	background-color: white;
	font-family: trebuchet ms, arial;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}

textarea {
	border:1px solid #0099CC;
	background-color: white;
	font-family: trebuchet ms, arial;
	font-size: 10pt;
}
