/* 
    Document   : mensajes_1
    Created on : 15-ene-2009, 19:45:04
    Author     : AranzaL
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* estilos de mensaje1boton.jsp y mensaje2botones.jsp
.transparente{
        position :fixed !important;
        position :absolute;
        width :100%;
        height :100%;
	background-color :#ffffff;
	-moz-opacity :0.75;
	opacity :0.50;
	filter :alpha(opacity='75');
	z-index :200;
}*/


#transparente2{
    position :fixed !important;
    position: absolute;
    width :100%;
    height :100%;
    background-color :#ffffff;
    -moz-opacity :0.75;
    opacity :0.50;
    filter :alpha(opacity='75');
    z-index:300;
    top:0;
}

.caja_mensaje {
    position :fixed;
    text-decoration: none; 	
    font-family: verdana; 	
    font-size: 11px;		
    color: #000000; 			
    border-width: 1px;
    
    border-top: 0px; 
    border-style: solid; 
    
    background-color: #ffffff;
    z-index: 300; 
    /* ANTONIO para centrar el mensaje en la pantalla*/
    
    top: 33%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
}
.cabecera_mensaje {
    width: 99.8%;
    
    padding: 2px; 
    padding-right: 0px;
    
    font-weight: 700;
}

.color_texto_titulo_cabecera_proyecto{
    color :#ffffff; 
}

.texto_mensaje {
    width: 91%;
    padding: 2px;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}


.contenedor_botones_mensaje{ 
        /*margin-left: 130px;*/ 
        /*margin-left: 93px;*/
        margin-bottom: 7px;
}




.margenInferiorBotones{
    margin-bottom: 10px !important;
    *margin-bottom:-40px !important;  
   
}
