.overlay_errores_registro {
	background-color: #C10001;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	overflow:hidden;
	height:603px;
}

.errores_registro_nw {
	width: 5px;
	height: 5px;
/*	background: transparent url(errores_registro/top_left.gif) no-repeat bottom left;			*/
	background-color:transparent;
}

.errores_registro_n {
	height: 5px;
	/*background: transparent url(errores_registro/top.gif) repeat-x bottom left;			*/
	background-color:transparent;
}

.errores_registro_ne {
	width: 5px;
	height: 5px;
	/*background: transparent url(errores_registro/top_right.gif) no-repeat bottom left			*/
	background-color:transparent;
}

.errores_registro_e {
	width: 5px;
/*	background: transparent url(errores_registro/right.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.errores_registro_w {
	width: 5px;
	/*background: transparent url(errores_registro/left.gif) repeat-y 0 0;			*/
	background-color:transparent;
}

.errores_registro_sw {
	width: 5px;
	height: 5px;
/*	background: transparent url(errores_registro/bottom_left.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.errores_registro_s {
	height: 5px;
	/*background: transparent url(errores_registro/bottom.gif) repeat-x 0 0;			*/
	background-color:transparent;
}

.errores_registro_se, .errores_registro_sizer {
	width: 5px;
	height: 5px;
	/*background: transparent url(errores_registro/bottom_right.gif) no-repeat 0 0;			*/
	background-color:transparent;
}

.errores_registro_close {
	width:0px;
	height:0px;
	display:none;
}

.errores_registro_minimize {
	width:0px;
	height:0px;
	display:none;
}

.errores_registro_maximize {
	width:0px;
	height:0px;
	display:none;
}

.errores_registro_title {
	float:left;
	height:1px;
	width:100%;
}

.errores_registro_content {
	/*overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: #FFF;
	top:10px;
	background-image:url(../images/capainfo.gif);*/
	background-color: transparent;
}

/* For errores_registro/confirm dialog */
.errores_registro_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.errores_registro_message {
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	width:224px;
	color:#000000;
	position:absolute;
	top:30px;
	left:81px;
	text-align:justify;
}

.cabecera_error{
	position:relative;
	width:314px;
	height:58px;
	top:-100px;
	text-align:justify;
	/*border-top: 3px #934445 solid;
	border-left: 3px #934445 solid;
	border-right: 3px #934445 solid;
	background: #FFFFFF;
	font-family:"Verdana";
	font-color:#C00001;
	font-size: 18px;*/
	background-image:url('errores_registro/cabecera.gif');
}
.texto_error{
	height:9px;
	position:relative;
	width:314px;
	top:-100px;
	text-align:justify;
	background: #FFFFFF;
	border-left: 3px #934445 solid;
	border-right: 3px #934445 solid;
}
.pie_error{
	position:relative;
	width:314px;
	top:-100px;
	text-align:justify;
	background: #FFFFFF;
	border-bottom: 3px #934445 solid;
	border-left: 3px #934445 solid;
	border-right: 3px #934445 solid;
	height:55px;
}

.texto_error_contenido {
	font-size:12px;
	font-family:"Trebuchet MS";
	text-align:center;
	width:280px;
	color:#000000;
	position:relative;
	top:0px;
	left:16px;
	text-align:justify;
}

.errores_registro_buttons {
	text-align:center;
	width:100%;
	position:absolute;
	top:5px;
	left:0px;
}

.errores_registro_buttons input {
	width:81px;
	margin:10px;
}

div#boton_cancelar{
	position:absolute;
	top:0px;
	left:0px;
}

.errores_registro_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('errores_registro/progress.gif') no-repeat center center
}



