#err{
	
	margin: 10px auto;
	padding: 20px;
	width: 400px;
	background-image: url('../imagenes/warning.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 40px;
}

#err strong{
	
	color: #FC1500;
}

#err ul{
	
	list-style-type: disc;
	margin-left: 20px;
}

#err ul li{
	
	margin: 4px 0px;
	width: 330px;
	vertical-align:top;
	height:15px;
	padding-bottom:3px;
}

#confirmacion p{
	
	text-align: center;
	padding-top: 10px;
}

#confirmacion p.mensaje{
	
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
	background-image: url("../imagenes/icono_alertas.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 52px;
	padding-bottom: 30px;
}

#confirmacion a.si,
#confirmacion a.no{
	
	text-align: center;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#confirmacion a.si:hover,
#confirmacion a.no:hover{
	
	color: #F81803;
}