﻿/* overlay size and background image */
div.overlay {
    	
    /* 
	    THIS IS YOUR FULLSCREEN DIMENSIONS
    */
    width:1024px;	
    height:611px; 
	display:none;	
    padding: 0 !important;
    background-image:url('../Imagenes/fullscreen/fondo.jpg');
}

/* close button for overlay */
div.overlay div.close {
    background:url(../imagenes/fullscreen/cerrar.gif) no-repeat;
    position:absolute;
    top:10px;
    right:7px; 
    width:35px;
    height:35px;
    cursor:pointer;
    
}

/* original size of the player */
#reproductor object {
    height:294px;
    width:480px;
}

#reproductor embed {
    height:2940px;
    width:480px;
}

#reproductor {
    height:294px;
    width:480px;
}

/* absolute positioning of the player */
#reproductor object {
    position:absolute;
	
    /* layer as the topmost element */
    z-index:10000;
}
#reproductor embed {
    position:absolute;
	
    /* layer as the topmost element */
    z-index:10000;
}

