/* CSS Document */
/* RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,

big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* === FUENTES === */

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Bold.woff") format("woff")
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 400;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff")
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 700;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff")
}

/* === GENERAL === */

#container {
	max-width: 990px;
  /*width: 360px;*/
	/*height: 590px;*/
  height: 670px;
  line-height:24px;
	color: #262626;
	box-sizing: border-box;
	font-family: "Roboto_condensed", arial, sans-serif;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
  background:;
  /*margin:60px 10px 20px 10px;*/
  /*text-align: center;*/
}

.centro{
  text-align: center;
}

.responsive { 
	max-width: 100%;
    height: auto;
}
@media {
     img { 
       width: auto; /* for ie 8 */
     }
}

h1 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 26px;
  	line-height:26px;
	font-weight: bold;
	text-align: center;
	/*text-transform: uppercase;*/
	margin-bottom: 10px;
}

h2 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 18px;
  	line-height:20px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
	/*text-transform: uppercase;*/
}

#myProgress {
  width: 100%;
  background-color: #e0e0e0;
}

#myBar {
  width: 16.6%;
  height: 20px;
  background-color: #b2cfdc;
}

.texto-largo{
  font-family: "Roboto", "Arial", sans-serif;
	font-size: 15px;
  line-height:18px;
	text-align: left;
}

.fuente{
  font-family: "Roboto", "Arial", sans-serif;
	font-size: 13px;
  line-height:15px;
	text-align: left;
}

.destacado{
  font-weight: bold;
}

mark {
  background: #b2cfdc;
  font-weight:bold;
}

mark_acierto{
  color: green;
}

mark_error{
  color: red;
}

.centro{
  margin: auto;
}

.panel-oculto {
    display: none;    
    /*padding:20px;*/ 
}

.boton-opcion {        
		border-style: solid;
		border-width: 5px;
		border-color: white;
		/*color: white;*/
		padding: 15px 10px;
		margin: auto;
		width: 200px;
		font-family: "Roboto", "Arial", sans-serif;
		font-size: 16px;
		line-height:10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		border-radius: 5px;
}

.boton-opcion {
    background-color: #b2cfdc;
}
.boton-opcion:hover {
    /*background-color: rgb(130,198,245);*/
    opacity: 60%;
    color: white;
    cursor: pointer;
}
.boton-opcion:active {
    position: relative;
    top: 2px;
}

