/*JMAM: Estilos globales ****************************/

body{
    margin:0px;
}

a{
   color: #1c2654;
}


/*JMAM: END Estilos globales ****************************/







/*JMAM: Estilos barra superior ***************************/


.barra_superior{
    background: #F2F2F2;
    padding: 8px;
    height: 30px;
}


.logotipo_narixasoft{
    float: left;
    height: 40px;
    margin-top: -7px;;
}

.titulo{
    position: absolute;
    right: 140px;
    left: 140px;
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #1c2654;
}

.select_demo{
    float: right;
    height: 32px;
    min-width: 130px;
    background: white;
    color: #1c2654;
    border-color: #1c2654;
    padding-left: 30px;
    cursor: pointer;
    border-radius: 25px;
    outline: none;
}

.select_demo:hover{
    background:#1c2654;
	color:white;
}


/*JMAM: END Estilos barra superior *************************/





.contenedor_cargando{
    position: absolute;
    background: #000000ba;
    font-size: 20px;
    top: 47px;
    font-weight: bold;
    padding-top: 20%;
    /* height: 100%; */
    bottom: 28px;
    width: 100%;
    text-align: center;
    color: white;
}




/*JMAM: Estilos barra superior ***************************/


.contenedor_iframe{
    position: absolute;
    top: 47px;
    left: 0px;
    bottom: 29px;
    right: 4px;
    border: none;
}

.iframe_visualizador{
    position: relative;
    width: 100%;
    height: 100%;
	border: none;
}



/*JMAM: END Estilos iframe  ***************************/






/*JMAM: Estilos footer ********************************/


.footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #1c2654;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F2F2F2;
}

.footer_left{
    float: left;
    width: 40%;
    text-align: left;
    padding-left: 1%;
}

.footer_center{
    float: left;
    width: 15%;
    text-align: center;
}

.footer_right{
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 1%;
}



/*JMAM: END Estilos footer ********************************/


@media only screen and (max-width: 600px) {

	.barra_superior .titulo{
    	display:none;
	}

  	.footer .footer_center {
  	 	display:none;
	}

	.footer_left{
    	width: 49%;
	}
	.footer_right{
    	width: 49%;
	}
}


/*JMAM: START Estilos para el emulador de Aplicaciones ****/


#devicesContainer {
    margin-right: -50px;
    float: none;
}


/*JMAM: END Estilos para el emulador de Aplicaciones ****/



.balloon {
        border-radius: 5px;
    background-color: #ffffff;
    color: #1c2654;
    padding: 10px;
    text-align: center;
    font-size: 2em;
    float: left;
    position: absolute;
    right: 8px;
    top: 70px;
    z-index: 2;
    border: solid 1px #1c2654;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 35px;
}

/*
.balloon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #1c2654;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    margin: -30px 0 0 375px;
    z-index: 2;
}
*/

