/* ----------

	CSS de www.dremin.com
	Por Rael del Fraile
	
	---------- */
		
html, body {
	margin:0px;	width:100%; height:100%;
}

/* --- Ventana PopUp --- */
.ventana {
	display:none;
	position:fixed;
	top:25%;
	margin-right:50%;
	right:-400px;
	min-width:400px;
	min-height:200px;
	background-color:transparent;
	z-index:1002;
	overflow:visible;
	border: 2px solid #336666;
	box-shadow: 7px 7px 40px rgba(000,000,000,0.4),
	-7px -7px 40px rgba(000,000,000,0.4);
}

.contenido-fijo {
	display:none;
	float:left;
	color:#777;
	width:100%; height:100%;
	}

.ventana-fade {
	display:none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #080C11;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:0.60;
	filter: alpha(opacity=60); /* Para IE8 y anterior*/
	}
	
.boton-x {
	position:relative;
	width:100px;
	height:25px;
	position:relative;
	right:-2px;
	margin-top:-25px;
	margin-left:auto;
	background-image:url(../img/boton-x.png);
	background-position:left;
	background-repeat:no-repeat;
	z-index:1003;
	}
	
.boton-x:hover {
	background-position:-100px 0px;
	}
	
/* nuevo, estilo de los contenedores dinámicos, usado también para llamarlos por jquery y borrar contenido */
.nuevo { 
	font-family:verdana;
	font-size:10px;
	color:#666;
	}

.borde-redondeado {
	border: 2px solid #336666;
	border-radius:17px 0px 17px 17px; /* arriba-izq,  arriba-der, abajo-der, abajo-izq */
	-moz-border-radius:17px 0px 17px 17px; /* Firefox */ 
	-webkit-border-radius:17px 0px 17px 17px; /* Safari y Chrome */ 
	}
	
.texto-firma-img {
	float:right;
	position:relative; top:93%; right:5%;
	font-family:verdana;
	font-size:12px;
	font-style:italic;
	letter-spacing:-1px;
	color:#888;
/*	padding-top:260px;
	padding-left:210px; */

	cursor:default;
	-webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none;
	}