/* 
	Propiedad de Foco Sistemas.
	Utilizalo si te ayuda, y mandanos un email con tus observaciones a: contacto@focosistemas.com.ve
	
	Hoja que sobreescribe comportamiento básico de los navegadores.
*/

html, form, fieldset {
	margin: 0;
	padding: 0;
	font: Verdana, Tahoma, Helvetica, sans-serif;
}

body {
	/* Background */
	background: url(../img/css/bg-pagina.png) repeat-x; width: 100%; 

	/* background: url(img/bg-page-largo.jpg); */

	/* Bordes, padding y margenes */
	margin: 0px; 
	border: 0px;
	padding: 0px;

	/* Tamaños y alturas */	
	min-width: 800px; 	
	
	/* Fuentes y colores */
	font-family:  Tahoma, Helvetica, sans-serif; 
	font-size: 11px; 
	
	text-align: center;
	
	color: #8F8E8C; 
}

/* Estilos de los links generales del sitio */
a {
	/* Fuentes y colores */
	COLOR: #DB931E; FONT-FAMILY: inherit; TEXT-DECORATION: none
}

a:hover {
	/* Fuentes y colores */
	COLOR: white; FONT-FAMILY: inherit; TEXT-DECORATION: none
}

/* las imagenes no tienen bordes */
img {
/* Bordes, padding y margenes */
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin: 0;
}

.activo{
	color: #eab719;
}

input {
  FONT-FAMILY: Tahoma;
  font-size: 12px;
}
