body {
	background: url(images/fondo.jpg) fixed left no-repeat;
	background-size: cover;}

h1, h1 a {
	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:36px;
	color: #C00;
	font-weight:normal;
	text-decoration: none;
	text-underline:single; 
	margin:auto 0;
	font-weight:bold;
	font-family: 'Tinos', serif;
	text-shadow: 0 0 8px #fff; 
	}

h1 a:hover {color: #FF0000; text-decoration: underline;}
	

h2, h2 a {
	margin-bottom:.0001pt;
	text-align:center;
	page-break-after:avoid;
	font-size:20px;
	color: #EEE;
	font-weight:normal;
	font-weight:bold;
	font-family: 'Tinos', serif;
	text-shadow: 0 0 8px #111; 
	text-transform: uppercase;
	}

h2 a:hover {
	color: #EEE;
	background: #09F;
	font-family: 'Tinos', serif;
	text-shadow: 0 0 8px #333; 
	}	

img {max-width: 100%;}	

.volver {position:fixed; top:10px; left:10px;}

.anchotable {
	height:100%; 
	width:448px;
	display: table; 
	margin:0 auto; }	
	
.tab_cont_wrapp {display: table-cell; vertical-align: middle; height:100%;}	
.logo_wrapp {width: 350px; margin: -15px auto 0 auto;}
.logo_img {margin-bottom: 30px;}

.clearfix {clear:both;}

.edicc {width: 33%; float:left;}
.edicc h1, .edicc h1 a {padding-top:40px; font-size:26px;}

.edicc.bases {width: 100%;}

.seleccion_edicion {
	width: 250px;
	margin: 30px auto;
	background: transparent;
	border: none;
	font-size: 1.1em;
	color: #ffffff;
	display: block;
	border-bottom: 1px #ffffff solid;
	padding: 5px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.seleccion_edicion:focus {
  outline: none;
}


@media only screen and (max-device-width: 480px) {
	body {background: #FFF;}
	.volver {width: 100%;}
	.volver img {min-width: 250px;}
	
	.tab_cont_wrapp {vertical-align: top; height:100%; padding-top: 11vh;}	
	.anchotable {width: 100% !important;}
	.logo_wrapp {width: 100%; margin: 0 auto 11vh;text-align: center;}
	.logo_img {min-width: 80%;}
	
	.edicc {width: 50%;}
	.edicc h1, .edicc h1 a {padding:30px 0; font-size: 2.1em;}
}