@charset "utf-8";
/* CSS Document */

html {
	background-image:url(../images/fondo.jpg);
	background-position:center;
}

body {
	text-align:center;
	font-size: 100%;
	width:1010px;
	margin:auto;
}

p {
font-family:Century Gothic;
color:#003366;
font-size:11px;
font-weight:bold;
}

a {
text-decoration:none;
color:#003366;
border:0px;
}

#container {
height: 500px;
width: 460px;
float:right;
margin-top:200px;
}

#etiqueta {
height: 112px;
width: 460px;
float:right;
}

#texto {
height: 160px;
width: 460px;
text-align:right; 
text-decoration:none;
float:right;
}

#contador {
height: 60px;
width: 460px;
text-align:right; 
text-decoration:none;
float:right;
}

#logo {
height: 40px;
width: 40px;
text-align:right; 
float:right;
}
