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

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

a{
	color: #333333;
	}

a:hover{
	color: #008080;
	}

p {
}

table{
	border-collapse: collapse;
}

.ancho{
	width: 480px;
}

#superior{
	position: absolute;
	top: 0;
	width: 100%;
	}

	#idiomas{
		text-align: right;
		}

#contenedor{
	position: relative;
	width: 480px;
	height: 166px;
	}
	
	#contenido{
		display: none;
		}

#inferior{
	position: absolute;
	bottom: 0;
	width: 100%;
	}

	.vcard{
		margin: 166px 5px 5px 5px;
		}
