@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/ventana.jpg);
	background-color: #EFFDEE;
}

.Textos {font-size: 10px; font-family: Geneva, Arial, Helvetica, sans-serif;}

.TextoResaltado {
	font-size: 11px;
	font-weight: bold;
}

a:link {color: #666666;}

a:visited {color: #666666;}

a:hover {color: #666666;}

a:active {color: #666666;}

.Equipamiento {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	cursor: text;
	font-weight: lighter;
}

.Botones {
	background-color: #F7CF77;
	font-size: 10px;
	font-family: "Microsoft Sans Serif", Arial, Verdana;
	font-weight: 800;
	font-variant: normal;
	text-transform: lowercase;	
	color: #AA4800;
	border: 1px solid #AA4800;
	width: 140px;
	float: none;
	cursor: auto;
}

.TextoCampos {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.8px;
	color: #AA4800;
}

/*Santiago - Eliminamos el HScroll del iFrame*/
iframe {overflow-x: hidden;} 

.Categorias_Opciones {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	cursor: text;
	font-weight: lighter;
	text-indent: 20px;
}

.Categorias {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	cursor: text;
	font-weight: lighter;
}
.txt_alert {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
}
