

DIV#texto, DIV#sombra1, DIV#sombra2
{
	text-align: center;
	position: relative;
	font-family: Verdana, Arial;
	font-size: 21px;
}


DIV#texto
{
	color: #000000;
	z-index: 4;
}

DIV#sombra1
{
	top: -20px;
	color: #AABBCC;
	z-index: 3;
}

DIV#sombra2
{
	top: -55px;
	color: #CCDDEE;
	z-index: 2;
}

DIV#subir
{
	top: -45px;
	position: relative;
	font-size: 16px;
	font-family: times, courier;
	color: #112233;
	margin: 21px;
	z-index: 6;	
}

DIV#imagenprincipal
{
	position: relative;
	top: -40px;
	text-align: center;
	z-index: 1;
}

DIV#letrasimagen
{
	text-align: center;
	position: relative;
	top: 270px;
	left: 50px;
	color: #000000;
	font-family: sans-serif, Times, Arial;
	font-size: 14px;
	z-index: 5;
	font-weight: bold;
}

Div#contador
{
	text-align:left;
}

div#destacar
{
	background-color: #F7EEED;
	padding: 1em;
	border: 1px dashed #333;
}
