.textos {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

.textos:HOVER {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: underline;
}

.textosbold {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
	font-weight : bold;
}

.titulos {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	text-decoration: none;
	font-weight : bold;
}

a.titulos {
	color: #FFCC00;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 14px;
	text-decoration: underline;
	font-weight : bold;
}

.capamodulos {
	border : 1px solid #FFFFFF;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	z-index:5;
}

.textinput {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

A.textinput:LINK, A.textinput:VISITED {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

A.textinput:HOVER, A.textinput:ACTIVE {
	color : #195990;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: underline;
}

.menu {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

.submenu {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

A.submenu:HOVER {
	color : White;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: underline;
}
INPUT.cajatexto {
	border: 1px solid #000000;
	font-family : Tahoma, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	height : 20px;
	vertical-align : middle;
}
TEXTAREA.textarea {
	border: 1px solid #000000;
	font-family : Verdana, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
	background-color : White;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #436197;
}
.textosnegro {
	color : #000000;
	font-family : Tahoma, Verdana, sans-serif;
	font-size : 11px;
	text-decoration: none;
}

.textosnegro a:link; .textosnegro a:visited { color:#000000;}

SELECT.cajatexto {
	border: 1px solid #000000;
	font-family : Tahoma, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
	height : 20px;
	vertical-align : middle;
}

.textodestacado{ font-size:11px; color:#FFCC00;}