/* links */
	
	a:visited {
		text-decoration: none;
		color: #666666;
	}
	a:active {
		text-decoration: none;
		color: #666666;
	}
	a:hover {
		text-decoration: underline;
		color: #666666;
	}
	a:link {
		text-decoration: none;
		color: #666666;
	}


/* estilos textos*/
	.textoTitulos{
		color: #666666;
		font-size: 14px;
		font-family: verdana;
		font-weight: bold;
	}
	.textoContenidos{
		color: #666666;
		font-size: 12px;
		font-family: verdana;
		font-weight: normal;
	}
/* estilos cajas de texto*/
	.cajaTexto{
		text-align: left;
		color: #666666;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		width: 280px;
		height: 18px;
	}
	
	.cajaArea{
		text-align: left;
		color: #666666;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		width: 280px;
		height: 100px;		
	}
/* estilos botones*/
	.botonPequeno{
		text-align: center;
		color: #000000;
		font-size: 10px;
		font-family: verdana;
		font-weight: bold;
		width: 80px;
		height: 20px;
	}
/* estilos combos*/	
	.combos{
		background-color: #FFFFFF;
		text-align: left;
		color: #666666;
		font-size: 10px;
		font-family: verdana;
		font-weight: normal;
		width: 280px;
		height: 20px;
	}	
