@charset "UTF-8";
.mensajes{
	background:#FBFBFB;
	text-align:center;
	padding:5px;
	display:none;
	border:2px solid #8DBF2F;
}
	#output {
		line-height: 22px;
	}

.boton{
	border:1px solid #8DBF2F;
	border-radius:3px;
	background:#1F91A6;
	width:135px;
	font-size: 20px;
	padding: 10px;
	color:#ffffff;
}
.boton:hover{
	border:2px solid #1F91A6;
	background:#ffffff;
	width:135px;
	color:#1F91A6;
}


/* Estilo retro pop up */
/*Esto es la sombra que aparece atras del diálogo*/
.dialog-background{ 
	background: none repeat scroll 0 0 rgba(0, 0, 25, 0.5);
/*	size:auto;*/
	height: 100%;
	width: 100%;	
/*	background-position:50% 50%;*/
	left: 0;
	margin: 0;
	/*padding: 0;*/
	position:absolute;
	top: 0;

	z-index: 100;
}
.dialog-loading-wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

/*	margin: auto; *//*margin, with y padding hacen el truco de centrar horizontalmente un div..., pero verticalmente falta*/
	/*width: 50%;
	padding: 10px;*/
	
    margin: 0; /* de aqui al transform es para centrar vertical y horizontalmente,RAAR elegante may 24,18  elegante */
    position: absolute;
    top: 50%;
    left: 50%;
	 transform: translate(-50%, -50%);

	z-index: 101;
}
.dialog-loading-icon {
	background-color: #FFFFFF !important;
	border-radius: 13px;
	display: block;
	margin: 0;
	padding: 20px 20px 40px;
	text-align: right;
}
#retroFinalMensaje{
	min-height: 2em;
	text-align: center;
}
#retroFinalMensaje div.bien, #retroFinalMensaje div.mal{
	float: left;
	height: 16px;
}
#retroFinalMensaje, div#conclusion{
	text-align: center;
}
/* FIN Estilo retro pop up */

body
{
	margin: 0;
	padding: 0;
    font-family:Arial, sans-serif;
    font-size:20px;
	color:#666;
}


.preguntaTexto
{color: #002a38;}

#main
{
	width:100%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/*Features table------------------------------------------------------------*/
.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #fafafa;
}

.features-table td
{
  line-height: 25px;
  padding: 10px 20px;
  font-family:inherit;
  font-size:inherit;
  
}

.features-table td, .features-table th {
	border-bottom: 1px solid #ffffff;
}


/*Body*/
.features-table tbody td:first-child, .features-table td:nth-child(2), .features-table td:nth-child(3) {
	border-right: 1px solid #fff;
}


.features-table tbody td:first-child{
  
}

.preguntaOpciones{
	font-family: inherit;
    font-size: inherit;
    width: 13%;
    text-align:center;
}


.features-table td:nth-child(2) /* ajustes de segunda columna */
{
  background: rgba(144,144,144,0.15);
}

 .features-table td:nth-child(3) /* ajustes de tercer columna */
{
  text-align: center;
  background: rgba(144,144,144,0.15);
}




.features-table td:nth-child(4) /* ajustes de cuarta columna */
{	
	background: #eee9e1; 
  background: #A7D0CF;
}

/*Header*/
.features-table th {
	padding: 5px 0;
}


/*Footer*/

.ctn_boton_revisar td {
	background-color: #fff;
	border: none;
}




/* Estilo para los botones */
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
text-align: center;
font-size: 20px;
padding: 15px;
clear: none;
color: #002a38;      
background-color: #fff;
border-radius: 50px;
border: solid 2px #002a38;
	width:135px;
	cursor:pointer;

}
button:hover,
html input:hover[type="button"], /* 1 */
input:hover[type="reset"],
input:hover[type="submit"] {
	color: #f05e55;
    background-color: #fff;
    border-color: #f05e55;     
    transition:  color 500ms ease, background-color 500ms ease;
    -webkit-transition: color 500ms ease, background-color 500ms ease;
}

@media screen and (max-width: 480px) {
    html, body {
        margin: 0;
        padding: 0;
	    font-family:Arial, sans-serif;
        font-size:20px;
    }
    #main{
        padding: 0;
        border: none;
        margin:0;
    }
}
