/* CSS Document */

.message {
	width:509px;
	height:auto;
	margin:auto;
	float:none;
}
/*----MENSAJE DE ERROR----*/
.error {
	
	height:auto;
	padding:28px;
	border:#ea8b85 solid 3px;
	background:#f5b8b5;
	float:left;
	margin-bottom:14px;
}
.error .imagen {
	width:72px;
	height:72px;
	float:left;
	background:url(../img/error/icono_error.jpg);
	margin-right:10px;
}
.error .txt 
{
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	float:left;
}
/*---- MENSAJE DE CONFIRMACION----*/

.confirmacion {

	height:auto;
	padding:28px;
	border:#89b92f solid 3px;
	background:#e4f1c6;
	float:left;
	margin-bottom:14px;
}
.confirmacion .imagen {
	width:72px;
	height:72px;
	float:left;
	background: url(../img/error/confirmacion.jpg);
	margin-right:10px;
}
.confirmacion .txt 
{
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
}
/*----MENSAJE DE INFORMACION----*/

.info {
	height:auto;
	padding:28px;
	border:#f2cc09 solid 3px;
	background:#fff5c0;
	float:left;
	margin-bottom:14px;
}
.info .imagen {
	width:72px;
	height:72px;
	float: left;
	background: url(../img/error/informacion.jpg);
	margin-right:10px;
}
.info .txt 
{
	width:350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
}

