/*------------------------------ Estilos Basicos ------------------------------*/

*{
	font-family: Helvetica;
	text-decoration: none;
}

td{
	vertical-align: top;
}

body{
	background: url(../img/body_bg.gif);
	padding-top: 25px;
 	font-size: 62.5%;
}

h1{ 
	font-size:  48px;
	color: #615853;
	border-bottom: 1px solid #615853;
	padding-bottom: 6px;
}

h2{
	font-size:  16px;
	color: #dedf9d;
	border-bottom: 1px solid #dedf9d;
	padding-bottom: 6px;
}

h3{
	font-size:  12px;
	color: #554a46;
	padding-bottom: 6px;
	font-weight: bold;
	margin-top: 10px;
}

h4{
}

a{
	color: #008bd9;
}

p{
	padding-bottom: 5px;
	margin-top: 20px;
}

strong{
	font-weight: bold;
}

#wrapper{
	width: 970px;
	margin: 0px auto;
	padding-top: 15px;
}

ul.lang_sel{
	width: 821px;
	margin: 0px auto;
	text-align: right;
}

ul.lang_sel li{
	display: inline;
	margin-left: 10px;
}

ul.lang_sel li a{
	color: white;
	font-size: 12px;
}

#footer p{
	text-align: center;
	font-size: 12px;
	color: #615853;
}