﻿/*Estilos para los intersticial */
#divInter, .divInter{ position:fixed; height: 100%; width: 100%; overflow:hidden;top:0;left:0;display:none;z-index:800; }
.divOverlay { position: relative; height: 100%; width: 100%; margin: 0;z-index:801;background-color: rgb(0, 0, 0); opacity: 0.80;
              
    /* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.divWrapper {position:absolute; z-index:802;background-color:#FFF;}
.rounded {-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-o-border-radius: 5px;-khtml-border-radius: 5px;}

.interstitial-loading {background-color:#f2f2f2}

/* INTESTITIAL */
/* ESTO NO SE USA POR EL MOMENTO

.interstitial-top, .interstitial-bottom {display:block;widht: 424px; }

.interstitial-top{ height:128px; }
.interstitial-bottom{ height:144px; }

.interstitial-top .es {background: url(../../Images/loading-esp_01.jpg) no-repeat top left;}
.interstitial-bottom .es {background: url(../../Images/loading-esp_03.jpg) no-repeat top left;}

.interstitial-top .en {background: url(../../Images/loading-eng_01.jpg) no-repeat top left;}
.interstitial-bottom .en {background: url(../../Images/loading-eng_03.jpg) no-repeat top left;}

*/