@charset "utf-8";
/* CSS Document */

 body{
	background: rgba(254,254,254,1.00);
	/*color: #fff; */
	font-family: Arial, sans-serif;
	font-size: 16px;
    border: thin;
	border-color: black;
	width: 95%; 
	height:98%; 
}
  	
#container{
	position:absolute;
width: 390px;
	/*width: 95%;
	overflow: auto;*/
	background-color: rgba(205,227,225,1.00);
	margin: 5px;
	
	background: white;
	padding: 3px;
	padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border: thin;
    border-bottom-color: blue: 	
}

section1{
	min-height: 280px;
	position:absolute; 	
	top: 7px;
    left: 480px;
    width: 350px;
    height:auto;
	 padding-left: 30px;
}


#container1{
	
	/*width: 450px;
	background: #2AB4BE;
	/*margin-right:480px;
	overflow: auto;
	padding: 1px;
	padding: 480;
	padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 150px;
    padding-left: 50px;;*/
	position: relative;
    top: 30px;
    left: 1px;
    width: 350px;
    height: auto;
	border: thin;
    border-bottom-color: blue: 
	
}

#Contenedor2
{
position:absolute;
    top: 30px;
    left: 30px;
    width: 350px;
    height:auto;
}

 header{
	text-align:center;
	border-bottom: #fff; dashed 1px;
}

header h1{
	
	margin: 0;
	padding: 0;
	color:blue;
	
}
h2{
color:#190A79; 
	
}
h3 {
	color:#00000;
}
header p{ 
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	font-style:italic;
	background: #5415B3;
    padding:0;
	margin-top: 5px;
	color:  #FFFFFF;
	
	
}



section{
	min-height: 410px;
}


input[type='submit']{
	background: rgba(12,56,241,1.00);
	border:0;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer;
	position: absolute;
	top:1150px;
    left: 520px;
    width: 110px;
    height: 40px;
}

#resultado h3 {
	background: #6EDED7;
	padding: 10px;
	margin: 10px 0;
}
/* Es el resultados de aciertos*/

#resultado span{
	color:#00000;
	font-weight:bold;
}