TD {
	font-family : sans-serif;
	font-size : 9px;
	color : black;
	letter-spacing : 1px;
}
.titulo_ventana {
	font-family : sans-serif;
	font-size : 11px;
	color : white;
	letter-spacing : 1px;
	font-weight : bold;
}

FORM {
	margin-top : 5px;
	margin-bottom : 5px;
}

A {
	text-decoration : none;
	font-family : sans-serif;
	font-size : 9px;
	color : #FF9933;
	letter-spacing : 1px;
}

A:LINK {
	text-decoration : none;
	font-family : sans-serif;
	font-size : 9px;
	color : #FF9933;
	letter-spacing : 1px;
}
A:VISITED {
	text-decoration : none;
	font-family : sans-serif;
	font-size : 9px;
	color : #FF9933;
	letter-spacing : 1px;
}


TEXTAREA {
	font-size : 9px;
	font-family : sans-serif;
	background-color : #DDDDDD;
	border : 1px solid black;
	letter-spacing : 1px;
}

.cuadro_texto {
	font-size : 9px;
	font-family : sans-serif;
	background-color : White;
	border : 1px solid black;
	letter-spacing : 1px;
	overflow: hidden;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}

INPUT {
	height : 17px;
	font-size : 9px;
	font-family : sans-serif;
	background-color : #DDDDDD;
	border : 1px solid black;
	letter-spacing : 1px;
}

.combo {
	font-size : 9px;
	font-family : sans-serif;
	background-color : #DDDDDD;
	border : 1px solid black;
	letter-spacing : 1px;
}

select {
	font-size : 9px;
	font-family : sans-serif;
	background-color : #DDDDDD;
	border : 1px solid black;
	letter-spacing : 1px;
}

.boton {
	font-size : 9px;
	font-family : sans-serif;
	background-color : #DDDDDD;
	border : 1px solid black;
	letter-spacing : 1px;
}
.txt_azul {
	color: #0577FF;
}
.gris {
    background-color: #CCCCCC;
}
