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

h3 { font-style:normal; font-size:16px; font-weight:lighter;}

body {
	background-color:#FFF;
	line-height:1.5em;
	font-family:Geneva;
	font-size:13px;
}

.page {
	background-color:#FFFFFF;
	max-width:1000px;
	height:444px;
	margin: 0px auto 0px auto;
	position:relative;
}

header {
	overflow:hidden;
	padding-top:10px;
	margin:auto auto 6px auto;
	display:block;
	}
	
.idiomas {margin-top:9px;}

p {
	font-size: 1.5 em;
	margin: 0 0 .75em 0;
	margin-top:15px;
}

hr {width:1000px;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

nav {
	height: 30px;
	width: 100%;
	background: #9e9f9f;
	font-size: 13px;
	font-family: "Geneva";
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0;
	width: 900px;
	height: 30px;
	
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #333;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav a {
	  	text-align: left;
	  	width: 90%;
	  	text-indent: 10px;
  	}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 500px) {
	nav {
		border-bottom: 0;
		top:6px;
	}
	nav ul {
		display: none;
		height: auto;
		top:6px;
	}
	nav a#pull {
		margin:0px;
		display: block;
		background-color: #9e9f9f;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 25px;
		display: inline-block;
		position: absolute;
		right: 18px;
		top: 6px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 85%;
	}
	nav li a {
		border-bottom: 1px solid #333;
	}
}
article { margin-top:47px;}

.links {
	background-color:#000;
    padding-top:2px;
	opacity:.80;
	line-height:22px;
	padding-left:0px;
}

.sublinks a {color:#FFF; text-decoration:none; margin-left:0px; display: inline-block;}

footer {max-width:1000px; height:auto; margin: 0px auto 0px auto; position:relative; padding-top:105px;}

.informacion {color:#666; margin:15px auto 15px auto; line-height:1.6em;}
