body
{
	margin: 0px;
}
.td_menu
{
	text-align: right;
}
table {
	font-family: Arial;
	font-size: 17px;
	color: navy;
}
.titulo {
	font-family: Arial;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
.linea {
	background-color: #c6c6c6;
}
.fondo {
	background-image: url(images/discapacidad2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.grad {
	background-image: url(images/gradiente.jpg);
	background-repeat: repeat-y;
}
.punteado {
	background-image: url(images/punto.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
}
a
{
	text-decoration: none;
	color: navy;
}
a:hover{
	text-decoration: underline;
}
a.menu_admin
{
	color: red;
}
a.menu_admin:hover{
	color: navy;
	text-decoration: none;
}
select, textarea, input.plano, input.rojo {
	border-color : #a6a6a6;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	font-family: Tahoma;
	font-size: 11pt;
}
input {
	font-family: Tahoma;
	font-size: 11pt;
}
.seccion
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
}
.form
{
	height: 20px;
}
a.resaltado {
	color: blue;
	text-decoration: underline;
}
a.resaltado_ultimas:hover {
	color: blue;
}
.boton
{
	height: 26px;
}
.total
{
	height: 22px;
	font-size: 13px;
	font-weight: bold;
}
.datos{
	height: 22px;
}
a.firmar {
	font-weight: bold;
	color: green;
}

