	*{
		padding:0;
		margin:0;
	}
	body {
	text-align:center;
	font-family: Perpetua, "Times New Roman", Times;
	background-color: #333;
	font-size: small;
	line-height: 150%;
	}
	/*
	Primero seteamos el contexto de posición para las columnas, usando el #container
	--------------------------------------------------*/
	#container {
		position:relative;
		
	}
	/*
	Damos posición absoluta a las columnas (con respecto al #container)
	--------------------------------------------------*/
	#logo {
	position:absolute;
	top: 400px;
	left:0;
	width:200px;
		/*background-color: blue;*/
	}
	#descripcion {
	position:absolute;
	width:200px;
	text-align:left;
	overflow: visible;
	top: 485px;
	visibility: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #333333;
	background-color: #FFFFFF;
		/*background-color: yellow;*/
	}
	#contenido{
		background-color: white;
		height: 573px;
	}
	/*
	Footer
	--------------------------------------------------*/
	#footer{
	position: relative;
	left:0;
	top: 0px;
	/*background-color: #888;*/
	/*background-image: url(../images/fondoFooter.jpg);*/
	color: white;
	height: 100%;
	}

	/*
	Damos posición absoluta a las columnas (con respecto al #footer)
	--------------------------------------------------*/	
	#enviar {
		position:absolute;
		top:0;
		left:0;
		/*width: 300px;*/
		padding-top:10px;
	}
	#vacio {
		position:absolute;
		top:0;
		right:0;
		width:200px;
		padding-top:10px;
	}
	#botones{
		padding-top:10px;
	}
	
	/*
	Enlaces
	-------------------------------------------------*/

	#botones a{
		color: white;
		text-decoration: none;
	}
#contenido a {
	color: #333333;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
#contenido a:link {
	color: #333333;
	text-decoration: none;
}
#contenido a:hover {
	color: #333333;
	text-decoration: none;
}
#contenido a:visited {
	color: #333333;
	text-decoration: none;
}
#contenido a:active {
	color: #333333;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	#botones a:hover{
	color: #333333;
	text-decoration: none;
	}
	
	/*
	Flash Menu
	------------------------------------------------*/
	#botonera {
		margin-top: 0px;
		padding: 0px;
		position: absolute; top: 0px; left: 0px;
		float: left;
	}

	#contenedorBotonera {
		width: 126px;
		height: 215px;
		position: relative; top: 0px;
		padding: 0px;
	}
	strong{
		color: #333;
		font-size:90%;
	}
#container #contenido a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
