/*---------------------ventana de error----------------------*/
#cuadroError
{
	width:350px;
	position:absolute;
	top:50px;
	left:295px;	
	margin-left:auto;
	margin-right:auto;
	visibility:hidden;
	z-index:500;
}
#cuadroError table
{
	height:130px;
	position:relative;
	left:0;	
}
#cuadroError td
{
	width:90%;
}
#cuadroError .mensaje
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	vertical-align:middle;
}
#cuadroError a
{
	position:absolute;
	top:5px;
	right:5px;
}
#cuadroError img{
	border:none;
}
#numError
{
	position:relative;
	margin-left:20px;
	font-weight:bold;
	top:7px;
	left:2px;
	color:#ffffff;
}
#numError span
{
	color:#dad9d9;
	position:relative;
}
#casoUso
{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	bottom:3px;
	right:5px;
	color:#c4c4c4;;
}
#errorEncabezado
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #cccccc;
	background: -moz-linear-gradient(left, rgba(92,91,92,1) 0%, rgba(219,219,219,1) 0%, rgba(110,109,110,1) 0%, rgba(156,154,156,0.99) 100%);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-ms-border-radius-topleft:15px; 
	-moz-border-radius-topleft:15px;
	-ms-border-radius-topright:15px; 
	-moz-border-radius-topright:15px;
}
#contenidoError{
	background-color:#ffffff;
	border-top:#cccccc solid 1px;
	border-left:#cccccc solid 1px;
	border-right:#777777 solid 1px;
	border-bottom:#777777 solid 1px;
	height:130px;
	width:99%;
}
@media only screen and (max-width : 800px){
	#cuadroError{
		left:5%;
	}
}
@media only screen and (max-width : 500px){
	#cuadroError{
		width: 90%;
		left:5%;
		margin:0;
	}
	#errorEncabezado,#contenidoError{
		width: 90%;
	}
	#cuadroError td
	{
		width: 80%;
	}
}