@charset "utf-8";

	a:link {
		color: #990000;
		text-decoration:none;
	}
	
	a:visited {
		color: #990000; 
	}
	
	a:hover {
		color: #999999;
	}
	
	a:active {
		color: #990000;
	}
	
	.etiqueta0 {
		color:#CCCCCC;
		font-size: 10px;
		margin-bottom:4px;
		margin-left:4px;
		margin-right:4px;
		margin-top:4px;
	}
	
	a.etiqueta1 {
		font-size: 12px;
		margin-bottom:6px;
		margin-left:6px;
		margin-right:6px;
		margin-top:6px;
	}
	
	a.etiqueta2 {
		font-size: 14px;
		margin-bottom:8px;
		margin-left:8px;
		margin-right:8px;
		margin-top:8px;
	}
	
	a.etiqueta3 {
		font-size: 18px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
	}
	
	a.etiqueta4 {
		font-size: 22px;
		margin-bottom:12px;
		margin-left:12px;
		margin-right:12px;
		margin-top:12px;
	}
	
	a.etiqueta5 {
		font-size: 26px;
		margin-bottom:14px;
		margin-left:14px;
		margin-right:14px;
		margin-top:14px;
	}
	
	a.etiqueta5:link {
		font-size: 26px;
		color:#000099;
		text-decoration:none;
	}
	
	a.etiqueta5:visited {color: #000099;}
	
	a.etiqueta5:hover {color: #999999;}
	
	a.etiqueta5:active {color: #000099;}
	
	a.etiqueta6 {
		font-size:36px;
		margin-bottom:18px;
		margin-left:18px;
		margin-right:18px;
		margin-top:18px;

	}
	
	
	#caja {
		width: 346px;
		/*height:159px;*/
		margin-bottom:8px;
		margin-left:8px;
		margin-right:8px;
		margin-top:12px;
		padding:8px;
		border:2px solid #b19d45;
		background-color:#f2ecd2;
		text-align:center;
	}

