/*	RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
}


/*	COMPATIBILIDAD HTML5 CON TODOS LOS NAVEGADORES
----------------------------------------------------------------------------------------------------*/
nav, header, footer, section, article, aside, hgroup, main, address { display: block; }


/*	FUENTES
----------------------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Morris Roman Black';
	src: url('type/morris_roman/morrisromanblack-webfont.eot');
	src: url("type/morris_roman/morrisromanblack-webfont.eot?#iefix") format("embedded-opentype"),
				url("type/morris_roman/morrisromanblack-webfont.woff") format("woff"),
				url("type/morris_roman/morrisromanblack-webfont.ttf") format("truetype"),
				url("type/morris_roman/morrisromanblack-webfont.svg#morris_romanbold") format("svg");
}
@font-face {
	font-family: 'Zekton';
	src: url('type/zekton/zekton_rg-webfont.eot');
	src: url("type/zekton/zekton_rg-webfont.eot?#iefix") format("embedded-opentype"),
				url("type/zekton/zekton_rg-webfont.woff") format("woff"),
				url("type/zekton/zekton_rg-webfont.ttf") format("truetype"),
				url("type/zekton/zekton_rg-webfont.svg#zektonregular") format("svg");
}
@font-face {
	font-family: 'Redressed Regular Macroman';
	src: url('type/redressed_regular_macroman/Redressed-webfont.eot');
	src: url("type/redressed_regular_macroman/Redressed-webfont.eot?#iefix") format("embedded-opentype"),
				url("type/redressed_regular_macroman/Redressed-webfont.woff") format("woff"),
				url("type/redressed_regular_macroman/Redressed-webfont.ttf") format("truetype"),
				url("type/redressed_regular_macroman/Redressed-webfont.svg#redressedregular") format("svg");
}


/*	GENERAL
----------------------------------------------------------------------------------------------------*/
a { color: #E972EF; text-decoration: none; }
body {
	background-image: url(img/fondo_.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	color: #FFF;
	font-family: Tahoma;
}
h1 {
	color: #9D9DFF;
	font-family: 'Redressed Regular Macroman';
	font-size: 24px;
}
h2 {
	color: #666;
	font-family: "Morris Roman Black";
	font-size: 50px;
	font-style: italic;
	padding: 36px 0 0px 0;
	-webkit-text-fill-color: #8080FF;
	-webkit-text-stroke: 1px black;
}
h3 {
	background-image:url(img/flecha_cabecera_.png);
	background-repeat:no-repeat;
	font-family: "Zekton";
	font-size:15px;
	font-style:italic;
	height:50px;
	overflow:auto;
	padding:15px 0 0 6%;
}
h4 {
	display:inline;
	font-family: "Zekton";
	font-size:20px;	
}
h5 {
	color:#CCC;
	font-size:16px;
  margin:10px 0 20px 0;
}
img { display:block; }
li { list-style:none; }
pre {
	font-family:Tahoma;
	font-size:16px;
	white-space:pre-line;
}
strong { color:#0080C0; }

/*	CLASES PERSONALIZADAS
----------------------------------------------------------------------------------------------------*/
.boton {
	color:#FFF;
	font-size:14px;
	background-color:#3C3CF4;
	border:1px;
	width:100px;
	height:30px;
}


/*	CONTENEDOR
----------------------------------------------------------------------------------------------------*/
main {
	background-color: rgba(0,0,0,0.6);
	margin: 0 auto;
	max-width: 960px; min-width: 320px;
	overflow: auto;
}


/*	CABECERA
----------------------------------------------------------------------------------------------------*/
header {
	float: left;
	height: 150px;
	max-width: 960px; min-width: 320px;
	position: relative;
	width: 100%;
}
#idiomas {
	padding:0 6px;
	position:absolute;
	right:0;
}
#idiomas li,img,form { display: inline; }
#logo {
	background-image: url(img/logo_.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 120px;
	padding: 15px;
	width: 120px;	
}
hgroup {}
#redes {
	float: right;
	max-height: 62px;
	width: 230px;
}
#facebook {
	float: left;
	height: 30px;
	margin-top: -17px;
}

#googleplus {
	float: right;
	margin-top: 7px;
}


/*	MENU
----------------------------------------------------------------------------------------------------*/
nav {
	background-color: #000;
	max-width: 960px; min-width: 320px; 
	width: 100%;
}
nav li { display: inline; line-height: 60px; }
nav li a { padding: 24px; }
nav li a:hover { background-color: #E972EF; color: #000; }

/* responsive-nav */
.nav-collapse ul {
 	display: block;
	margin: 0;
  padding: 0;
}
.nav-collapse li {
	display: block;
	text-align: center;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
	display: block;
  max-height: 0;
  position: absolute;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened { max-height: 9999px; }
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.menu-responsive {
	background-color: #000;
	background-image:url(img/menu-responsive_.png);
	background-repeat:no-repeat;
	display: block;
	float: left;
	font-size:36px;
	height:50px;
	line-height:50px;
	text-align: center;
	width: 100%;
}

/*	CONTENIDO
----------------------------------------------------------------------------------------------------*/
#contenido {
	float:left;
	min-height:340px;
	padding:20px 10px;
	width:93%;
}
.error { color:#F00; font-size:14px; }
#publi1 {
	float:left;
	margin-top:10px;
	width:150px;
}
section {
	font-family: Tahoma;
	padding: 0px 10px 0px 190px;
	max-width: 750px; min-width: 170px;
	text-align: justify;
}
section p { margin-bottom:10px; }
#texto_compartir {
	margin-bottom:20px;
	width:100%;
}
#tabla_texto_compartir {
	font-family: 'Redressed Regular Macroman';
	font-size:20px; margin:0 auto;
}
#tabla_texto_compartir th { text-align:center; }
#tabla_texto_compartir td, th {
	border:1px solid #CCC;
	padding:3px;
}
#botones_compartir { margin:0 auto; width:50%; }
.publi2 { width:93%; margin:0 auto; }
#boton_test {
	background-image:url(img/comenzar.png);
	color:#FFF;
	font-size:22px;
	height:75px;
	line-height:75px;
	margin:0 auto 20px auto;
	text-align:center;
	width:200px;
}
#boton_test2 {
	background-image:url(img/recentes3.png);
	color:#FFF;
	font-size:22px;
	height:75px;
	line-height:75px;
	margin:0 auto 5px auto;
	text-align:center;
	width:250px;
}
#boton_test3 {
	background-image:url(img/recentes1.png);
	color:#FFF;
	font-size:22px;
	height:75px;
	line-height:75px;
	margin:0 auto 20px auto;
	text-align:center;
	width:250px;
}
/*	PIE
----------------------------------------------------------------------------------------------------*/
footer {
	background-color: #000;
	bottom: 0px; left: 0px; right: 0px;
	clear: both;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* RESPONSIVE
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 401px) { /* <400px : muestra el menu responsive */
	.js .nav-collapse { position: relative; }
  .js .nav-collapse.closed { max-height: none; }
  .nav-toggle { display: none; }
	.nav-collapse li { display: inline; }
}
@media screen and (max-width: 800px) {
	h2 { font-size:40px; }
}
@media screen and (max-width: 700px) {
	h3 { font-size:13px; padding:17px 0 0 6%; }
}
@media screen and (max-width: 650px) {
	h2 { font-size:35px; }
}
@media screen and (max-width: 600px) {
	h2 { font-size:30px; }
	h3 { font-size:11px; padding:18px 0 0 6%; }
}
@media screen and (max-width: 550px) {
	header { height: 120px; }
	#logo { display:none; }
	h2 { text-align:center; }
	h3 { background-image:none; text-align:center; }
}
@media screen and (max-width: 500px) {
	#publi1 { display:none; }
	#redes { display:none; }
	section { padding:10px; }
}
@media screen and (max-width: 400px) {
	h2 { font-size:25px; }
	h3 { font-size:10px; }
	#tabla_texto_compartir { font-size:18px; }
	#tabla_texto_compartir th { width:17%; }
}