body{
    background-color: #cccccc; 
    font-family: helvetica;
    }

.bordertable {
	border: 1px #999999 solid;
}

table{
	border-width: 0;
	}    
      
	
input{
	padding-left: 1;
	}	  
    
textarea{
	padding-left: 1;
	padding-right: 1;
	}
	
	
    /*
    border="1" 
    cellspacing="0" 
    bordercolor="#000000" 
    cellpadding="0" 
    align="center"
    */
    
.tablonprincipal{
	background-color: #ffffff;
	/* float: right; */ 
	width: 760 px;
	}    

	
a{
	color: #000099;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}
		
	
a.botonera{
	font-weight: bolder;
	font-size: 14;
	}
	
a.botonera.focus{
	color: green;
	}	
		
	
a.linkpie{
	font-size: 12;
	font-weight: normal;
	}
	
.negrita{
	font-weight: bolder;
	font-size: 12;
	}	
	
	
.texto{
	font-size: 12;
	padding: 12;
	text-align: justify;
	background-color: #f1f1f1;
	}	
	
a.texto{
	padding: 0;
	text-decoration: underline;
	}	
	
	
.textotitulo{
	font-weight: bolder;
	font-size: 16;
	padding: 8;
	text-align: center;
	background-color: #e3e3e3;
	}	
	
.textodestacado{
	font-weight: bolder;
	}		
	
.copyright{
	font-size: 12;
	text-align: center;
	padding: 2;
	}		
	
.error{
	color: red;
	font-weight: bolder;
	}	
	
	
.info{
	color: green;
	font-weight: bolder;
	}		