
.procesando {
    display: none;
    position:fixed; top:35%; left:45%;
    width: 200px;
    height: 60px;
    z-index:6000;
    background-color: white;
    padding: 10px 15px;
    border: 10px solid #eee;
    overflow: auto;
}

.interstitial {
    display: none;
    position:fixed; top:4%; left:18%;
    z-index:6000;
    overflow: auto;
}

.procesando span {
		margin:35px;
    vertical-align: middle;
    font-weight:bolder;
    font-size:13px;
}

.white_content {
    display: none;
    position:fixed; top:20%; right:20%;
    width: 50%;
    height: 60%;
    padding: 10px 15px;
    border: 10px solid #eee;
    background-color: white;
    z-index:6000;
    overflow: auto;
}


.white_content h2{ clear:both; font-size:13px; margin-bottom:10px;}
.white_content #arbolnuevanota { padding:0 10px; width:340px;}
.white_content #btnAceptar{ background:#eee; border:1px solid #CCCCCC; float:right;  margin:0 0 5px; padding:4px 10px;}
	.white_content #btnAceptar a{color:#666; font-family:tahoma; font-size:14px; font-weight:bold;}
.white_content #btnVolver{ background:#ee4444; border:1px solid #CC4444; float:right;  margin:0 0 5px; padding:4px 10px;}
	.white_content #btnVolver a{color:#660000; font-family:tahoma; font-size:14px; font-weight:bold;}

#contenedor #page #contenido #formularioDatos {
position:relative;
width:350px;
margin:0 auto;
}
#contenedor #page #contenido #formularioDatos div{
clear:left;
text-align:right;
margin-bottom:5px;
}

#registrate {
	background:url(../imagenes/bg_registrate.gif) no-repeat;
	color:#fff;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	height:31px;
	line-height:31px;
	margin:0 auto;
	text-align:center;
	width:138px
}
#registrate:hover { 
	color:#e2edbd;
	text-decoration:none;
}


#contenedor #page #contenido #formularioDatos label{
float:left;
}

#contenedor #page #contenido #left_login #formemisor #categorias div{
text-align:left;
}

.left{
float:left;
}
.derecha{
text-align:right;
}
