/* GENERALES
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 98%;
}

body {
	height: 100%;
	background: url(/img/tramanewm.png) #4b4b4b top left;
	font-family: Helvetica, Georgia, Arial, Tahoma, "Trebuchet MS",
		sans-serif;
	font-size: 12px;
	color: #000;
}

ul,li {
	list-style: none;
}

fieldset,a img {
	border: 0;
}

input,textarea,select {
	padding: 1px 2px;
	border: 1px #5984a6 solid;
	background-color: #f9fafc;
	line-height: 16px;
	font-family: Helvetica, Georgia, Arial, Tahoma, "Trebuchet MS",
		sans-serif; /*"Trebuchet MS", Arial, Helvetica, sans-serif*/;
	font-size: 12px;
	color: #004276;
}

button {
	border: 0;
	cursor: pointer;
}

abbr,acronym {
	cursor: help;
}

a abbr,a acronym {
	border: 0;
	cursor: inherit;
}

blockquote,q,cite {
	quotes: '"' '"' "'" "'";
	font-style: normal;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

a {
	text-decoration: none;
	color: #2a5db0;
	outline: none;
}

a:hover {
	text-decoration: none;
	/*font-weight:bold;*/
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: normal;
	font-style: italic;
}

/* ESTRUCTURA
-------------------------------------------------- */
p#saltar {
	position: absolute;
	top: -1000px;
}

div#contenedor {
	height: 100%;
}

div#marco {
	margin: 10px;
	border-radius: 15px;
	overflow: auto;
}

div#marco.wbck {
	background-color: rgba(255, 255, 255, 0.9);
}

/* CABECERA
-------------------------------------------------- */
div#cabecera h1 {
	font-size: 36px;
	text-align: center;
	color: #3b5998;
	float: left;
	width: 20%;
}

div#cabecera {
	height: 50px;
	padding: 10px 10px;
	position: relative;
}

/* CONTENIDOS
-------------------------------------------------- */
div#content {
	margin: 10px;
	padding: 10px 50px;
	border-radius: 15px;
	width: 1400px;
	/*height:100%;*/
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

div#content.wbrd {
	border: 1px solid white;
	background: #d9d9d9;
	color: #3b5998;
}

div#content h3 {
	margin: 10px;
	font-size: 18px;
}

div#menu {
	background: #3b5998;
	overflow: auto;
	height: 30px;
}

div#menu ul li {
	display: inline;
	padding: 10px 10px;
	border-left: 3px solid white;
	color: white;
	font-weight: bold;
	line-height: 30px;
}

div#menu ul li:hover {
	background: #c7db57;
}

div#menu ul li:hover a {
	color: #3b5998;
	text-decoration: none;
}

div#menu ul li.selected {
	background: #c7db57;
	color: #3b5998;
}

div#menu ul li.selected a {
	color: #3b5998;
}

div#menu ul li a {
	color: white;
	font-weight: bold;
}

div#pie {
	background: #4b4b4b;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	text-align: right;
	font-weight: bold;
	color: white;
	z-index:10000;
}

div#pie span {
	margin-right: 20px;
	padding-top: 10px;
	display: block;
}

label {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}

input.text,textarea {
	background: #ccc repeat scroll 0 0 transparent;
	border: 1px solid #E0E0E0;
	padding: 10px;
	width: 430px;
}
button {
	background: -moz-linear-gradient(0% 100% 90deg, #E8E8E8, #FFFFFF) repeat
		scroll 0 0 transparent;
	border: 1px solid #B9B9B9;
	border-radius: 6px 6px 6px 6px;
	color: #666666;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans,
		sans-serif;
	font-size: 130%;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0 0 0 5px;
	text-align: center;
}

span.button {
	background: -moz-linear-gradient(0% 100% 90deg, #E8E8E8, #FFFFFF) repeat
		scroll 0 0 transparent;
	border: 1px solid #B9B9B9;
	border-radius: 6px 6px 6px 6px;
	color: #666666;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans,
		sans-serif;
	font-size: 130%;
	letter-spacing: 0;
	line-height: 1em;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	text-align: center;
}


p.fail {
	border: 1px solid red;
	background: pink;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: red;
}

p.correct {
	border: 1px solid green;
	background: #8dc33c;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: white;
}