/********************************************************************************/
/*                                                                              */
/* Plataforma e-ducativa.  Version 7.01.00-37 - Argentina                       */
/*                                                                              */
/* Copyright (c) 1998-2008 de e-ducativa Educación Virtual S.A.                 */
/*                                                                              */
/********************************************************************************/
form#acceso_log_form   {
	margin:0;
	padding: 0;

	width:100%;
}

table#acceso_user_form_table {
	width:98%;
}

td.acceso_user_form_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11pt;

	text-align: right;
}

table#acceso_user_form_table input{
	width: 82% ;
	font-size: 11px;
	line-height: 11pt;
}

div#acceso_log_form_titulo_cursos {
	margin: .2em 0; 
	font-style: italic;
	font-weight: 400;
}

form#acceso_log_form select{
	padding: 0;
	overflow: hidden;
	width: 96%;
	max-width: 96%;
	min-width: 96%;
	font-size: 1em;
}
form#acceso_log_form option{
}

input#acceso_log_form_button  {
	display: block;
	border: 1px outset #ccc;
	
	margin: .5em auto;
	padding: 0;

	width: 60% ;
	
	font: bold 1em 	Arial, Helvetica, sans-serif;
	
 	background-color: #cccccc;

}

a#acceso_log_form_olvido_clave {
	display: block;
	margin-top: 1em;
	
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	
	color: #660000;
}

a#acceso_log_form_olvido_clave:hover {
	color: #FF0000;
}

a#acceso_log_form_regresar{
	display: block;
	margin-top: 1em;
	
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;

	color: black;
}

a#acceso_log_form_regresar:hover {
	color: gray;
}

span#acceso_log_form_nombre_cursos{
	
	font-size: 1.1em;
	font-weight: bold;

}

/*[Luciano Morales] No se usan mas
/*********************************

div#contenido_seccion_encabezado_izq {
	font-family: Arial,  Verdana, Tahoma;
	font-size: 9px;
	
}


div#contenido_seccion_encabezado_der {
	font-family: Verdana,Arial, Tahoma;
	font-weight: bold;
	font-size: 9px; 
	line-height: 10pt; 
}
*********************************/



