/* @override 
	http://robotica.alamos.edu.mx/css/cromatizador.css?v=0.0.5
	http://robotica.alamos.edu.mx/css/cromatizador.css?v=1.1 */

/* @group Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,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,canvas,details,figure,figcaption,hgroup,menu,header,footer,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;-webkit-text-size-adjust: 100%;}
article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video{display:block}
figure{position:relative}
figure img{width:100%}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
a { -webkit-transition: color .2s linear; -o-transition: color .2s linear; -moz-transition: color .2s linear; -ms-transition: color .2s linear; transition: color .2s linear; text-decoration: none; outline: none; }
a img{border:0}
input, select, textarea { outline: none; -webkit-appearance: none; }

/* Model Box */

* { margin: 0; padding: 0; }

html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

/* @end */

body { font-family: 'Open Sans'; background-color: #000000;
	padding-bottom: 30px;
}

/* Forms */

input {
	padding: 8px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type='submit'] {
	background-color: #5cbef0;
	color: #fff;
	font-family: 'FontAwesome';
}

input[type='submit']:hover {
	cursor: pointer;
	background-color: #000;
}

input.error {
	border-color: #cc0000;
}

input.id {
	width: 50px;
	text-align: center;
	color: #fff;
	background-color: #999;
	font-weight: 600;
	float: left;
}

input.wro {
	float: left;
	margin-left: 10px;
	width: 110px;
}

input.equipo {
	float: left;
	margin-left: 10px;
	width: 280px;
}

input.colegio {
	float: left;
	margin-left: 10px;
	width: 200px;
}

input.ronda {
	width: 50px;
	text-align: center;
	color: #fff;
	background-color: #999;
	font-weight: 600;
	float: left;
	margin-left: 200px;
}

input.tiempo, input.puntaje {
	float: left;
	margin-left: 10px;
	width: 100px;
	text-align: right;
}

#Score .button {
	width: 470px;
}

#Score .button input[type='submit'] {
	width: 100px;
	text-align: center;
}

/* Paginas */

#Box {
	margin: 30px auto;
	max-width: 700px;
	padding: 15px;
	overflow: hidden;
}

#Resultados #Box { max-width: 1200px; }

header .box {
	display: block;
	height: 100px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	position: relative;
	background: url(../pix/igt-alamos@2x.png) right center no-repeat;
	background-size: 100px 100px;
}

header .title {
	background-color: #fff;
	display: block;
	height: 100px;
	width: 880px;
	position: absolute;
	left: -440px;
	-webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.25);
	box-shadow: 5px 5px 0 0 rgba(0,0,0,0.25);
}

header h1 {
	background: url(../pix/wroLOGO.png) center center no-repeat;
	height: 100px;
	width: 440px;
	float: right;
}

header h1 span{
	display: none;
}


/* Login */

#Login #Box {
	width: 200px;
	height: 130px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -65px 0 0 -100px;
	padding: 0;
	overflow: visible;
}

#Login #Box input {
	width: 100%;
}

#Login div.error {
	color: #cc0000;
	font-size: 14px;
	position: fixed;
	top: 20px;
	width: 300px;
	text-align: center;
	left: 50%;
	margin-left: -150px;
	text-shadow: 0 1px #ffffff;
}
