@charset "utf-8";
/* CSS Document */

.imagenCabeza{ 
  width: 100%;
  left: 0pt;
  background-color: transparent;
  background-image: url(../imagenes/cabeza.jpg);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0pt 0pt;
}
.texto_login{ font-family:tahoma; color:#000066; font-size:12px; margin-bottom:3px;}
.textoTitMenu{font-family:tahoma; color:#000000; font-size:12px; margin-bottom:3px;}
.textoOpciones{font-family:Arial, Helvetica, sans-serif; color:#006699; font-size:12px; margin-bottom:auto;}
.textoEntrar{font-family:Tahoma; color:#003333; font-size:14px; margin-bottom:3px;}
.textoFin{font-family:Tahoma; color:#0066FF; font-size:9px;}
.textoLink{font-family:Tahoma; color:#0066FF; font-size:12px;}

.input{
	font-family: Tahoma,Arial,sans serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color:#4DAC36;
	font-weight:inherit;
	text-transform:none;
	line-height: normal;
	text-transform:uppercase;
}

.inputLogin{
	font-family: Tahoma,Arial,sans serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color:#CCCCCC;
	font-weight:inherit;
	text-transform:none;
	line-height: normal;
	text-transform:lowercase;
}

.inputLoginV{
	font-family: Tahoma,Arial,sans serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	color:#009933;
	font-weight:inherit;
	text-transform:none;
	line-height: normal;
	text-transform:lowercase;
}


.input:hover{
	background-color:#E6E6FF;
}

.input:active{
	background-color:#00FFFF;
}
.input:focus{
	background-color:#FFFFCC;
}

.imagenMenu{ background-image: url(../imagenes/menu.png) }