@import url("menu_barra.css");
.texto_general {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
body {
	margin: 0px;
	background-color: #99CC00;
	background-image: url(../img/fondo_degrade2.jpg);
	background-repeat:    repeat-x;
}

a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #0099ff;
text-decoration: none;} 

a:visited {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #0099ff;
text-decoration: none;}

a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #0099FF;
}

a:active {font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #0099ff;
text-decoration: none;}


.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.titulo_naranja {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.linea_ploma {
	border: 1px dashed #999999;
}
.texto_conte {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.txt_blanco {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
}
.tit_fondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	padding: 3px 3px 3px 8px;
	height: 20px;
	width: 200px;
}
.fondin {
	background-image: url(../img/fondin.gif);
	background-repeat:  repeat-y;
	background-position: left;
}

#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:0; //Ya no necesito el padding, tambien quitare el borde que puse antes.
	float:left;
}
#navi li a {
	display:block; //Convertimos el vínculo en un bloque.
	width:100px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
}

#navi li a:hover {
	color:#99CC00;
	background-color:#003366;
}
.formulito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #006600;
}
#cajita {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 5px;
	border: none #FF6600;
}
.nota {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #006600;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-color: #99CC00;
	border-left-color: #9CCF00;
	padding: 6px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	text-align: center;
	display: block;
	white-space: normal;
	background-color: #EEFFDD;
}
.borde_total {
	border: 2px solid #006600;
}

