/*Main Style Sheet*/

body {
	background: #fff url(images/bg-main.gif) top repeat-x;
	margin: 0;
	padding: 0;
}

.container{
	margin: 0 auto;
	padding: 0;
	text-align:center;
	overflow: hidden;
	width: 960px;
}
.container_logo{
	margin-top: 60px;
	margin-bottom:20px;
	float:inherit;
	background-image:url(logo.jpg) no-repeat;
	
}
.title{
	parding-top:20px;
	font-weight: bold;	
	font-size: 24px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	
}
.lenguage{
	font-weight: bold;	
	font-size: 16px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
.lenguage a {
	color: #05387e ;
	text-decoration: none;
	font-weight: normal;
}

.lenguage a:hover {
	color: #4EB4FE;
}

.lenguage2{
	font-weight: bold;	
	font-size: 13px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
.lenguage2 a {
	color: #05387e ;
	text-decoration: none;
	font-weight: normal;
}

.lenguage2 a:hover {
	color: #4EB4FE;
}