/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#000;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

/* Mensaje que aparece al agregar productos al carro de compras*/

   	.MensajeAgregaProducto{
		border:2px solid #5d5d5d;	
		padding:15px 5px 15px 5px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#ffffff;	/* White background color for the message */
		font-family:arial; font-size:12px; font-weight:normal; color: #000000; text-align:center; 
		
     display: table-cell;
     vertical-align: middle;
	}
	.MensajeAgregaProducto a{
		color:#000000;
		text-decoration: underline;
	}

   	.PopupHome{
		border:0px solid #808080;	
		padding:0px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#ffffff;	/* White background color for the message */
		font-family:arial; font-size:12px; font-weight:normal; color: #000000; text-align:center; 
	}


.botonVentana:link, .botonVentana:visited, .botonVentana:hover{
font-family: arial; font-size:11px;
color: #FFFFFF;
font-weight:none;
text-decoration: none;
background-color:#990000;
padding:3 20 3 20;

}

	.ModalLogin{
		border:2px solid #5d5d5d;	
		padding:15px 5px 5px 5px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background:#ffffff url('../images/login_fondo.gif') no-repeat;	/* White background color for the message */
		font-family:arial; font-size:12px; font-weight:normal; color: #000000; text-align:center; 
		
     display: table-cell;
     vertical-align: middle;
	}
	.ModalLogin a{
		color:#000000;
		text-decoration: underline;
	}
