@import url(fonts.css);

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background:url(../images/gradient_bg.jpg) repeat-x;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px; /* the bottom margin is the negative value of the footer's height */
}

.contenido {
	width: 900px;
	margin: 0 auto;
}

.cabecera {
	width: 100%;
	height: 72px;
	padding: 20px 0;
}

.idiomas {
	width: 100%;
}

.footer, .push {
	height: 61px; /* .push must be the same height as .footer */
}

/*.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../images/shared/footer-eng.png) no-repeat center;
}*/

#languageList {
	float: left;
	display: inline;
	width: 175px;
	list-style: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	position: relative;
	top: 25px;
	left: 67px;
	text-align:left;
}

#languageList li {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

#languageList li a {
	color: #3d4145;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	/*border: 1px solid black;*/
}

#languageList li a.other {
	background: url(../images/right_arrow.gif) no-repeat center left;
	padding-left: 15px;
	line-height: 1.5em;
}

#map {
	float: right;
	display: inline;
	margin: 45px 60px 0 0;
}

div#mapPoint {
	position: absolute;
	background: url(../images/grey_down_arrow.png) no-repeat center bottom;
	padding: 0;
	padding-bottom: 13px;
	margin: 0;
	color: white;
}

div#mapPoint p {
	color: white;
	background: #8C8F91;
	margin: 0;
	padding: 5px;
	display: block;
}

div#point {
	position: absolute;
	/* background: url(/images/shared/red_down_arrow.gif) no-repeat center bottom; */
	padding: 0;
	padding-bottom: 13px;
	margin: 0;
	color: white;
}

div#point p {
	color: white;
	background: #8C8F91;
	margin: 0;
	padding: 5px;
	display: block;
}



/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
