﻿html > body .overlay{ background: #333; }

.overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index:1001;
	opacity:.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}

.modal
{
	display: none;
    position: absolute;
    top: 25%;
    background: #000;
    color: #fff;
    z-index:1002;
    overflow: auto;
}

html > body #luz{ border:0; border-top:15px solid #005137;}

#luz
{
	text-align:center;
	width:400px;
	/*height:310px;*/
	background:#fff;
	border:1px solid #333;
	border-top:15px solid #005137;

}
	#luz .titulo
	{
		width:auto;
		background:#666666;
		padding:4px 0px 4px 0px;
		color:#fff;
	}
#content_modal
{
	width:400px;
	height:220px;
	/*border:1px solid #000;*/
}
#botones_modal
{
	width:400px;
	height:50px;
	margin-top:20px;
	
	/*border:1px solid #000;*/
}

#botones_modal input
{
	float:none !important;
	margin:0 auto;
	margin-top:4px;
	margin-bottom:4px;
}

.label_text
{
	display:block !important;
	width:305px;
	margin:0 auto;
	margin-top:5px;
}
/*---- fechas ---*/
.dxeButtonEdit
{
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	color:#000 !important;
	width:200px;
}

.dxeEditArea
{
	width:245px !important;
}


/** CAMPOS EN CONCRETO **/

#f_desde_I{color:#000;width:200px;}
