body {
	border: 0px solid #000000;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../imgs/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.borde {
	border: 1px solid #000000;
}
.TituloGris {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.TextoGris {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
.bordeinf {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.TituloSeccion {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.TextoSeccion {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;

}
.TextoPie {
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.tablaDatos {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
}
INPUT {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border: 1px solid #666666;
}
select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	border: 1px solid #666666;
}a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #003333;	
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #003333;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #003333;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #003333;
}

