@charset "utf-8";
/* CSS Document */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/body_background.png);
	background-repeat:repeat-x;
	background-color:#f4f9fb;
}

html, body, div, ul, li, a, form, img, h1, h2, h3, p, input, select, radio{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
img{
	border:none;
}

#contenedor{
	margin:auto;
	width:918px;
}
#header{
	background-image: url(../img/header_background.jpg);
	background-repeat:no-repeat;
	height:328px;
	position:relative;
}
#flags{
	position:absolute;
	top:108px;
	left:89px;
}
#flags div{
	margin-bottom:15px;
}
#menu{
	margin-top:260px;
	margin-left:76px;
	float:left;
	display:inline;
	width:767px;
}
#menu li{
	float:left;
	display:inline;
	list-style:none;	
}

#menu li a{
	color:#333;
	padding: 13px 20px;
	float:left;
	display:inline;
}

#menu li a:hover{
	color:#FFF;
	background-color: #0276a7;
}

#main{
	min-height:500px;
	height:auto !important;
	height:500px;
	background-image:url(../img/main_background.png);
	background-repeat:repeat-y;
	background-position:center 0;
	padding-left:76px;
	z-index:10;
	padding-bottom:20px;
}
.titulo_1{
	padding-left:10px;
	text-align:left;
	font-size:24px;
	font-weight:normal;
}
.titulo_2{
	font-size:20px;
	color:#ff7600;
	text-align:left;
}
#footer{
	background-image:url(../img/footer_background.png);
	background-repeat:no-repeat;
	background-position:center 0;
	height:85px;
	overflow:hidden;
}
#footer #secondary-nav{
	padding-top:10px;
	padding-left:76px;
}
#footer #secondary-nav li{
	display:inline;
	float:left;
}
#footer #secondary-nav li a{
	font-size:10px;
	display:block;
	padding:5px 15px;
	color:#666;
}
#footer #secondary-nav li a:hover{
	color:#333;
	text-decoration:underline;
}
#footer p{
	display:block;
	padding-top:30px;
	padding-left:90px;
	color:#FFF;
}