@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
	font-family: 'Open Sans', sans-serif !important;
	margin:			0;
	padding:		0;
}
* html object.MediaPlayerNotForIE {
	display: none;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
 
	margin-right: 5%;
	margin-left: 5%;
	font-size: small;
}

img {
	border-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

a, a:link{
	color: 				rgba(255, 255, 255, .7);
	text-decoration: 	none;
	transition: 		color 500ms ease, text-shadow 500ms ease;
	-webkit-transition: color 500ms ease, text-shadow 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
	color: 				rgba(255, 255, 255, 1);
	text-shadow: 		0 0 10px white;
}

p{
	text-align: left;
	/*color: #333;*/
    font-family: 'Open Sans', sans-serif;
}

div.preguntas{
	position: absolute;
	left: -50px;
	top: -50px;
	font-size: 12px;
	padding: 5px;
	color: #000;
	background-color: #eee;
	border-radius: 5px;
	border-style: none;
	border-width: 2px;
	border-color: #777;
	overflow: visible;
	min-width: 400px;
	/*margin: 5px;*/
    font-family: 'Open Sans', sans-serif !important;
}
div.preguntas span{
	/*padding-right: 165px;*/
    font-family: 'Open Sans', sans-serif;
}
#preguntas_sombra{
	float: right;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-color: #999;
	border-style: dashed;
	border-width: 2px;
    font-family: 'Open Sans', sans-serif;
}

div.botonArrastrar {
	position: absolute;
	left: -50px;
	top: -50px;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	/*color: #000;*/
	background-color: #fff;
	border-radius: 5px;
	border-style: none;
	border-width: 0px;
	overflow: visible;
	box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;
    font-family: 'Open Sans', sans-serif;
}

#boton_checar {
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 4px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    clear: none;
    color: rgba(255, 255, 255, .9);
	background-color: rgba(225, 100, 0, 1);
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
	border-color: #fc0;
    /*box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;*/
    font-family: 'Open Sans', sans-serif;
}

#boton_checar:hover {
    color: rgba(255, 100, 0, .9);
	background-color: rgba(255, 255, 255, 1);
	
	transition: 		color 500ms ease, background-color 500ms ease;
	-webkit-transition: color 500ms ease, background-color 500ms ease
}
#boton_checarDiv{
	/*position: fixed;
	bottom: 10px;
	right: 45px;*/
}

div.retroalimentacion {
	position: absolute;
	left: 33%;
	width: 34%;
	top: 33%;
	display: none;
	z-index: 1;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: rgba(0, 0, 0, 1);;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: rgb(0, 0, 0) 0px 5px 15px 0px;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
	border-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.retroalimentacionText, .retroalimentacionText h1, .retroalimentacionText h2 {
	color: rgba(0, 0, 0, .7);
	margin-top: 15px;
	font-weight: normal;
	font-size: 13px;
}
.retroalimentacionText h1 {
	font-size: 15px;
}

/*--------------------------encabezado--------------------------*/

table,div,span,td{
	font-size: 100%;
	color: #000000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    color: #666;
}

/* EndCorePageCSS */

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
    font-family: 'Open Sans', sans-serif;
}

span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.LeftItem{
	font-size: 100%;
	color: #000000;
	text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.RightItem{
	font-weight: bold;
	font-size: 100%;
	/*color: #000000;*/
    font-family: 'Open Sans', sans-serif;
}

select{
	font-size: 100%;
    font-family: 'Open Sans', sans-serif;
}