@CHARSET "UTF-8";

/* Clases CSS necesarias para los mensajes popup */

div.popupMessage_window{
    position: fixed;
/*	left:50%;
	top:50%;	*/	  
    border:0;
    padding:0;
	z-index:251;
    font: normal 12px arial,sans-serif;
	color: black;
}	

div.popupMessage_window input[type=button]{
	margin-top:0;
}	

.popupMessage_title{
    border:0;
    padding:6px 1em;
    font: bold 12px arial,sans-serif;
    color: #502d16;
    text-align: left;
    text-decoration: none;
    line-height: 18px;
    display: inline;
    float:left;
color:white;
}

div.popupMessage_darkBackground{
	position: fixed; /*absolute*/
    border: 0;
	background-color:#000000;
    width: 100%;
    height: 100%;
    text-align:center;
	left:0px;
	top:0px;	  
	z-index:250;
  	filter:alpha(opacity=30);/* for IE */
  	opacity:0.3;/* CSS3 standard */
}	

.popupMessage_mss_ur{
/*	background-image: url('images/popupMessages/popup_ur.png');*/
background-color:#5b6f83;
    width: 5px;
    height: 27px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-top:1px solid black;
border-right:1px solid black;

}
.popupMessage_mss_ul{
/*	background-image: url('images/popupMessages/popup_ul.png');*/
background-color:#5b6f83;

    width: 5px;
    height: 27px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-top:1px solid black;
border-left:1px solid black;
}
.popupMessage_mss_dr{
/*	background-image: url('images/popupMessages/popup_dr.png');*/
background-color:#5b6f83;
    width: 5px;
    height: 5px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-bottom:1px solid black;
border-right:1px solid black;
}
.popupMessage_mss_dl{
/*	background-image: url('images/popupMessages/popup_dl.png');*/
background-color:#5b6f83;

    width: 5px;
    height: 5px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
    clear: both;
border-bottom:1px solid black;
border-left:1px solid black;
}
.popupMessage_mss_u{
/*	background-image: url('images/popupMessages/popup_u.png');*/
background-color:#5b6f83;
    height: 26px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-top:1px solid black;
border-bottom:1px solid black;
cursor:move;

}
.popupMessage_mss_d{
/*	background-image: url('images/popupMessages/popup_d.png');*/
background-color:#5b6f83;

    height: 4px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-top:1px solid black;
border-bottom:1px solid black;

}
.popupMessage_mss_r{
/*	background-image: url('images/popupMessages/popup_r.png');*/
background-color:#5b6f83;

    width: 4px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
border-left:1px solid black;
border-right:1px solid black;
}
.popupMessage_mss_l{
/*	background-image: url('images/popupMessages/popup_l.png');*/
background-color:#5b6f83;

    width: 4px;
    line-height:0;
    font-size:0;
    border:0;
    padding:0;
    margin:0;
    float:left;
    clear: both;
border-left:1px solid black;
border-right:1px solid black;

}

.popupMessage_mss_center_top{
	background-image: url('images/popupMessages/grad_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color:white;
	float:left;
}

.popupMessage_mss_center_bottom{
	background-color:white;
	float:left;
}

.popupMessage_mss_center div{
    font: normal 12px arial,sans-serif;
    padding: 0 1em 0 0;
}


a.close_button{
    color: black;
    display: inline;
    float: left; 
    font: normal 12px arial,sans-serif;
    text-align: center;
    width: 18px;
    height: 18px;
    margin: 4px 0 0 0;
    text-decoration: none;
	cursor:pointer;
}

a.close_button:active{
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

a.close_button{
    background: transparent url('images/popupMessages/closeBlanc.png') no-repeat scroll top right;
}

a.close_button:active{
    background: transparent url('images/popupMessages/close.png') no-repeat scroll bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}
 
a.close_button:hover{
    background: transparent url('images/popupMessages/close.png') no-repeat scroll top right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

/*PARA EL MODALPANEL DE RICHFACES*/


