html { margin:0; 
       padding:0;
		 background: #666666; 
		 background-repeat: repeat-y; 
		 background-attachment: scroll; 
		 background-position: center; 
		 height: 100%;
		 line-height: 1.1em;
		 }
		 
body { topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" }
.Estilo1 {font-size: x-small}
.Estilo2 {color: #CC9933}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 11px;
	color: #696969;
}
a:hover {
	text-decoration: none;
	font-size: 11px;
	color: #83BA3B;
}

a.l2:link, a.l2:visited, a.l2:active {
	text-decoration: none;
	font-size: 11px;
	color: #DCDCDC;
}
a.l2:hover {
	text-decoration: none;
	font-size: 11px;
	color: #83BA3B;
}
 
td {
	font-family: Georgia, serif, "Times New Roman", Times;
	color: #414141;
	font-size: 0.9em;	
}

th {
	font-family: Georgia, serif, "Times New Roman", Times;
}

input {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #9B9B9B;
	}

select {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #9B9B9B;
	}

textarea {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #9B9B9B;
	display: block;
	}
.boton {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px #666666 solid;
	background-color: Gray;
	font-weight: bold;
	margin: 2px;
}

#botones ul, li {
	list-style-type: none;
	font: Georgia, serif, "Times New Roman", Times;

}

#botones a {
	text-decoration: none;
	color: #E9E9E9;
	width: 220px;
	height: 40px;
	font-size: 13px;
	display: block;
	background-image: url(images/bot.jpg);
	}

#botones a:hover {
	background-image: url(images/bot_over.jpg);
	color: #000000;
}

.contenido{
padding:5px;
}

.titulo {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.texto_claro {
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	color: #F7F7F7;
}

.texto_claro a{
	font-family: Georgia, serif, "Times New Roman", Times;
	font-size: 11px;
	color: #F7F7F7;
}

.linea{
    background-image:url(images/linea.jpg);
    background-repeat:repeat-x;
    height: 2px;
    width: 100%;
}

.catalogo{
    border:1px solid #7EB138;
    padding: 3px;
}

label{
	font-weight:bold;
}

.item_seleccionado{
	font-weight:bold;
}

