
* html object.MediaPlayerNotForIE {
/*	display: none;*/
}
.Dragable img {
/*	border-style: none;
	padding: 0px;
	margin: 0px;*/
	
	border-radius: 10px;
	padding: 0px;
	margin: 0px;
}
div.preguntas{
	position: absolute;

	/*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;
	
}

#preguntas_sombra{
	float: right;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-color: #999;
	border-style: dashed;
	border-width: 2px;
	
}

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;
}

.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;*/
}

.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;*/
}
#boton_reiniciar{
	width: 0px;
	visibility: hidden;
    color: rgba(210, 80, 0, .9);
	background-color: rgba(255, 200, 0, 1);
	border-color: #f90;
}

#boton_reiniciar:hover {
    color: rgba(255, 50, 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
}

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;
}

.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;*/
}

/* EndCorePageCSS */

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #000000;
}

span#TimerText{
	padding: 0.25em;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: #000000;
}

.LeftItem{
	/*font-size: 100%;*/
	color: #000000;
	text-align: left;
}

.RightItem{
	font-weight: bold;
	/*font-size: 100%;*/
	/*color: #000000;*/
}

select{
	/*font-size: 100%;*/
}
/**/
body{
/*    background:#FFF;
    font-family:"Helvetica", Arial, sans-serif;
    font-size:12px;
    text-align:center;
    color: #333;*/
}
#contenedor_columnas
{
    max-width:100%;
    margin: 0px ;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 10px;
	background-color:#FFAF50; 
	/*font-family: Arial, sans-serif; */
	/*font-size:14px;*/

	/*font-family: 'Open Sans', sans-serif;*/
    color: #666666;
    /*font-size: 1.1em;*/
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: .7px;
}

.parrafo{
    line-height: 1.3em;
    text-align:left;
}

/* Estilo para los botones */

.subtitulo_01 {	f/*ont-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    /*font-size: 12px;*/
    color: #999;
    text-align:left;
}
.titulo_01 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
   /* font-size: 18px;*/
    color: #cf886c;
    text-align:left;	/*VERDE #81c9a7, AZUL, ROSA, AMARILLO*/
}