/* 	Nombre: Clepsidra - Graphic & Multimedia Design
	Autor: Marķa Castro
	Fecha: 15/01/09  */
	
body {
	background: url("../images/bg2.gif") center top repeat #1a1817;
}


/************************************************************************************************************
************************************************** GENERAL **************************************************
************************************************************************************************************/
#contenedor {
	position: absolute;
	width: 900px;
	height: 500px;
	margin: 0px 0px 0px -450px;
	left: 50%;
}
#leng_esp {
	position: absolute;
	width: 100px;
	height: 20px;
	margin: 300px 0px 0px 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
#leng_deu {
	position: absolute;
	width: 100px;
	height: 20px;
	margin: 300px 0px 0px 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}
a, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0099;
	text-align: left;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	padding: 5px;
}
a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	background-color: #ff0099;
	padding: 5px;
}
