/*	Estilos utilizados para la pagina de error */
.textoError
{
	font-size			: 1.2em;;
	font-weight			: normal;
	padding-top			: 3%;
	padding-bottom		: 3%;
	margin-left			: 1%;
	text-align			: justify; 
}
 
 .infoError
{
	font-family			: Arial, Helvetica, sans-serif;
	background-color   	: white; 
	color				: red;
	font-size			: 1.5em;
    font-weight			: normal;
	background-image	: url("../images/icons/alert.gif");
	background-repeat	: no-repeat;
	background-position	: 0px 0px;
	padding-left		: 55px;
	position 			: relative;
	padding-top			: 1%;
	padding-bottom		: 1.8%;
	margin-top			: 1.5% 
}

#bodycuerpoerror
{
	width				: 100%;
	position			: relative;
	padding-bottom		: 1%;
	margin-top			: 1%;  
	font-weight			: normal;
	text-align			: left;
	background-color	: white;
	color				: #000000;
	border				: none; 
}