html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none no-repeat 0 0;
	color: #484848;
	font-weight: normal;
}

* {margin:0; padding:0;}

article, aside, figure, footer, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 768px;
	overflow-y: auto;
	overflow-x: hidden;
	/*position: relative;*/
	border: 2px solid gray;
	-moz-border-radius: 25px 25px 25px 25px;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	position: relative;
}

#header {
	margin-left: 30px;
	float: left;
	width: 970px;
	/*border:1px solid blue;*/
	width: 100%;
	height: 55px;
	margin: 0;
	background: url(../layout/title_background_1000.png) no-repeat right top;
	padding: 0;
}

#header h1 {
	height: 55px;
	line-height: 55px;
	font-size: 2em;
	margin: 0 0 0 3%;
	float: left;
}
#header h2 {
	display: inline-block;
	text-transform: none;
	text-align:left;
	font-size: 22px;
	font-weight: 400;
	line-height: 55px;
	color: #fff;
	width:450px;
	margin-left:18px;
}

#header #logo {
	height: 55px;
	float: right;
	margin: 0 40px 0 0;
}

#header > a {
	
	display: block;
	float: right;
	margin-top: 55px;
	margin-right: -245px;
	background: transparent url(../layout/ayuda.png) no-repeat left top;
	cursor: pointer;
	width: 108px;
	height: 86px;
}

h2 {
	text-transform: uppercase;
	float: left;
	font-size: 100%;
	text-align: center;
}
div.nosup {
	width: 450px;
	background: #333 url(../img/alerta.png) no-repeat center left;
	padding: 5px 5px 5px 50px;
	margin: 5px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: auto;
	color: #fff;
}
div.nosup h2 {
	color: #fff;
	font-size: 140%;
	line-height: 20px;
	text-align: center;
	margin: 10px;
}
div.nosup div {
	padding: 30px;
	color: #fff;
}
div.nosup a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
h3 {
	text-align: center;
	line-height: 13px;
	width: 100px;
	margin: 5px auto;
}
a {
	text-decoration: none;
	outline: none;
}

#preload {
	display: none;
}

div#elements {
	width: 900px;
	min-height: 80px;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	clear: both;
	float: left;
	margin-left: 30px;
}

#contents #message {
	display: none;
	width: 250px;
	height: 158px;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: center;
	margin: 0 auto;
}

#dialog h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 5px;
	float: none;
	text-transform: none;
}
#dialog {
	display: none;
	font-size: 14px;
}
a.item {
	display: none;
	min-width: 140px;
	height: 32px;
	text-align: center;
	line-height: 25px;
	color: black;
	margin: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	font-size: 25px;
	float: left;
	background-color: #FC0;
}
#contents #sol {
	float: left;
	margin: 5px 0 0 50px;
	width:924px;
	position: relative;
	text-align: center;
	height: 550px;
}

#que {
	width: 357px;
	height: 100%;
	float: left;
	background: #ddd;
}
#carac {
	width: 357px;
	height: 100%;
	float: right;
	background: #ddd;
}

#contents #comprobar {
	width: 250px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 330px;
	background: 0;
	border: 0;
}


#sol div.welldone {
	text-align: center;
	color: white;
	background: #64991E;
}
#sol div.dragged {
	color: #6a6a6a;
	background: #e1e0e0;
	text-align: center;
}
#message .error p {
	color: red;
}

#sol > div {
	display: inline-block;
	min-width: 100px;
	padding: 0 10px;
	height: 40px;
	margin: 0 0 -8px;
	background: #ddd;
	border: 1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	position: absolute;
}

#sol > div {
	float: left;
	/*margin: 25px 0px;*/
	line-height: 52px;
	font-size: 35px;
	text-align: left;
}

#sol > div > div.dragenter {
	background-color: #333;
	opacity: .5;
	filter: alpha(opacity=50); /* IE 7 and Earlier */
	/* Next 2 lines IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#sol > div > a {
	margin: 0;
}
.dragimg {
	opacity: .2;
}

div.welldone a {
	width: auto;
	height: auto;
	background: none;
	border: 0px none;
}

#sol div.activearea {

}