body {
        margin-left: 0px;
        margin-top: 0px;
        background-color: #6B7D8C;
}
.textonormal {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        line-height: 18px;
        color: #000000;
        text-decoration: none;
}

a         { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; color: #000000; }

a.opciones         { font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 11px; color: #333333; }
a.opciones:link    {
	text-decoration: none;
	color: #333333;
}
a.opciones:visited { text-decoration: none; color: #333333; }
a.opciones:hover   { text-decoration: none; color: #ffffff; }
a.opciones:active  { text-decoration: none; color: #ffffff; }
.titulo {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
}
.menu_tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.menu_barra {
	color: #FFFFFF;
}
.nota_pie {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #ff0000;
	a:visited: text-decoration: none; color: #ff0000;
	a:hover: text-decoration: underline; color: #ff0000;
	a:active: text-decoration: none; color: #ff0000;
}
.forminput {
        border: 1px dotted #666666;
}
input:focus, textarea:focus{
background-color: lightyellow;
}