@font-face {
  font-family : 'FontAwesome';
  src         : url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfont.eot?32940503');
  src         : url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfont.eot?32940503#iefix') 
        format('embedded-opentype'), url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfont.woff?32940503') 
        format('woff'), url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfont.ttf?32940503') format('truetype'), 
        url('../fonts/font-awesome-4.0.3/fonts/fontawesome-webfont.svg?32940503#FontAwesome') format('svg');
  font-weight : normal;
  font-style  : normal;
}

#contenedorIframe {
    /*
    background-image: url(../img/fondoIzq3.jpg), url(../img/fondoDer3.jpg);
    background-position: left top, right top;
    background-size: 50% 100%, 50% 100%;
    background-repeat: no-repeat;
    */
    /*background-color: #3276b1;*/
    background-color:#EEEEEE;

}

#unEncabezado{
    background-color: #001448;
    height: 80px;
    text-align: center;
}

.textoAlineadoSuperior{
    vertical-align: top;
    display: inline-block;
    float: right;
}

.unLabelEncabezado{
    font-size: 28pt !important;
    vertical-align: top;    
    color: #fff;
    width: 100% !important;    
    text-align: right;
    padding-right: 20px;
}

.unaFirmaAeon{
    font-size: 12pt !important;    
    left: initial !important;
    width: 100% !important;    
    color: #fff;
    text-align: right;
    padding-right: 20px;
}

.unLogoApp{
    background: url(../img/iconoBO110.png) 50% 50% no-repeat; background-size: 80px 80px;
    width: 80px;
    height: 80px;
	display: inline-block;
	float: left;
}

.unLogoSpirax{
    background: url(../img/ssLogoBlanco3.png) 50% 50% no-repeat; background-size: 314px 70px;
    width: 314px;
    height: 70px;
    display: inline-block;
}

.unLogoAeon{
    background: url(../img/aeonLogoPlainTransp.png) 50% 50% no-repeat; background-size: 149px 80px;
    width: 149px;
    height: 80px;
    display: inline-block;
    float: right;
}

#unContenedorLinks{
    width: 100%;
    height: 90px;
    background-color: #001448;  
    padding: 15px; 
    text-align: center;
}

#unContenedorLinks a{
	vertical-align: middle;
	display: inline-block;
}

#unBotonRotar{
    height: 55px;
    width: 60px;
    display: inline-block;
}

.unIconoItunes{
    background: url(../img/itunes_download_button.png) 50% 50% no-repeat; 
    background-size: 183px 60px;
    width: 183px;
    height: 60px;
    display: inline-block;
}

.unIconoGooglePlay{
    background: url(../img/googlePlayGrey.png) 50% 50% no-repeat; 
    background-size: 172px 60px;
    width: 172px;
    height: 60px;
    display: inline-block;
}

.unIconoWindowsPhoneStore{
    background: url(../img/wpbadge3.png) 50% 50% no-repeat; 
    background-size: 231px 60px;
    width: 231px;
    height: 60px;
    display: inline-block;
}

#contenedorIframe{
	width: 100%;
	text-align: center;
}

iframe {

	padding: 15px;
	background-color: #111111;	
	border-width: 5px;
	border-color: #d6d6d6;
	border-radius: 5px;
	
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

/*
iframe.landscape {
	padding: 110px;
	background: url(../img/widgetIpadBorderLandscape.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 1024px;
	height: 768px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

iframe.portrait {
	padding: 110px;
	background: url(../img/widgetIpadBorder.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 1024px;
	width: 768px;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
*/


