html
{
  height:100%; 
  width:100%;
}

body
{
  height: 100%;
   margin: 0px;
  padding: 0px;
}

.wrapper
{
  width: 100%;
  height: 100%;    
}

.central_tr
{
  height: 80%;
}

.userinput
{
  height: 50px;  
  width: 50%;
  border: Red 1px solid;  
}

.languages_availables
{
  font-family:Arial;  
  font: 8pt bold ;  
  position: relative;
  left: 10px;
  width: 400px;
}

.fondofieldset {
	background-image:  url(../images/fondo-fieldset.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}

.legend
{
  text-align: center; 
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:medium;
  color: #6b6b69; 
  font-weight: bold; 
}

.enlace:link 
{
  text-decoration: none; color: #004D75; 
}

.enlace:visited 
{
  text-decoration: none; color: #004D75; 
}

.enlace:active 
{
  text-decoration: none; color: #004D75; 
}

.enlace:hover 
{
  font-size: 12px; color: #004D75; text-decoration: underline;
}

