﻿.ventana-error {
	position: fixed;
	bottom:-300px;
	right:20px;
	z-index: 5000;
	background: url(IconosVentanas/warning.png) 13px 50% no-repeat;
	background-color: #222;
	/*border: 5px solid #C0CED8;*/
	padding: 20px 30px 20px 50px;
	max-width: 300px;
	color:#fff;
	
}
.ventana-error p {
	font-size: 14px;
	color:#fff;
}

.ventana-error ul li{
	list-style-type:circle;
	list-style-position:outside;
	display:block;
}

.cerrar 
{
    cursor: pointer;
	position: absolute;
	top:-30px;
	right:-30px;
	width:14px;
	height:14px;
	text-indent: -9999px;
	display: block;
	z-index: 52;
	background: url(IconosVentanas/cerrar.png) 0 0 no-repeat;
}

#loading 
{
    display:none;
    background:rgba(0,0,0,0.3);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index: 100;
}    

#loading div {
	
	position: fixed;
	left:50%;
	top:50%;
	margin-top:-80px;
	margin-left: -140px;
	width:280px;
	border: 10px solid #EFF2F8;
	
	padding: 50px 0 20px;	
	text-align: center;
	background: url(IconosVentanas/loading.gif) 50% 25px no-repeat;
	background-color: #fff;	
    -moz-box-shadow:1px 1px 5px #444;
    -webkit-box-shadow:1px 1px 5px #444;
    box-shadow:1px 1px 5px #444;
}
/*#loading {
	display:none;
	position: fixed;
	left:50%;
	top:50%;
	margin-top:-80px;
	margin-left: -140px;
	width:280px;
	border: 1px solid #C0CED8;
	z-index: 5000;
	padding: 35px 0 20px;	
	text-align: center;
	background: url(IconosVentanas/loading.gif) 50% 15px no-repeat;
	background-color: #fff;
	color:#2E3641;
}*/